aboutsummaryrefslogtreecommitdiff
path: root/emscripten.py
AgeCommit message (Expand)Author
2013-11-27send externs to library includingAlon Zakai
2013-11-27add fastcomp externs to asm importsAlon Zakai
2013-11-24don't import implemented functions from libraryAlon Zakai
2013-11-24make fastcomp imports uniqueAlon Zakai
2013-11-24support for ignoring nacl intrinsicsAlon Zakai
2013-11-22require asm.js in fastcompAlon Zakai
2013-11-21use only LLVM_ROOT in fastcomp invocationsAlon Zakai
2013-11-21stop using separate js backendAlon Zakai
2013-11-21assume for now that js optimizer runs after fastcompAlon Zakai
2013-11-21do not -O2 between abi simplificationAlon Zakai
2013-11-21add some support for le32=2 mode, where varargs is just 4-byte alignedAlon Zakai
2013-11-21handle nan and inf in fastcompAlon Zakai
2013-11-21fix pnacl tool names to pnacl masterAlon Zakai
2013-11-21debug commentAlon Zakai
2013-11-21fastcomp debug stuffAlon Zakai
2013-11-21move some output behind DEBUGAlon Zakai
2013-11-20use implementedFunctions from js libraries as well; hello world passes using ...Alon Zakai
2013-11-20receive implementedFunctions from fastcompAlon Zakai
2013-11-20memory initializer in fastcompAlon Zakai
2013-11-20hack up support for 'glue' phase in js compiler, to just generate glue for ba...Alon Zakai
2013-11-20parse fastcomp output into partsAlon Zakai
2013-11-19hackish emscript_fast toolchain integrationsAlon Zakai
2013-11-19add emscript_fast overview and remove jcache from itAlon Zakai
2013-11-19fork emscript_fastAlon Zakai
2013-11-14fix bug with linking bullet without any metadata whatsoever; fixes other.test...Alon Zakai
2013-11-08Merge branch 'incoming' into f32Alon Zakai
2013-11-05support ASM_JS=2 not just in test runner, and remove some unneeded uses in te...Alon Zakai
2013-10-29add test for precise float32 support, allow 3 modes of precise float32 suppor...Alon Zakai
2013-10-25support fround in function tables and asm module support functionsAlon Zakai
2013-10-25emit tempFloat globalAlon Zakai
2013-10-25move to FROUND option for Math.froundAlon Zakai
2013-10-18integrate the SIMD polyfill codeAlon Zakai
2013-10-11write out funcs and free their memory before starting up the funcs processorsAlon Zakai
2013-10-11ignore ; Module line, which can confuse jcache as it contains the current tem...Alon Zakai
2013-10-10do not split up ll into individual lines in pythonAlon Zakai
2013-10-09fix commented indexing debug statementAlon Zakai
2013-10-02Optimize alignment rounding.Dan Gohman
2013-10-02make function pointer aliasing configurableAlon Zakai
2013-10-01make function table emitting nicerAlon Zakai
2013-10-01optimize indexize/blockaddrsize in emscripten.pyAlon Zakai
2013-10-01optimize asm function table emittingAlon Zakai
2013-09-30Merge branch 'incoming' of github.com:ngld/emscripten into incoming1.6.4Alon Zakai
2013-09-27debugging stuffAlon Zakai
2013-09-26fix debug printoutAlon Zakai
2013-09-26Use the logging framework instead of print, to be consistent and as the loggi...Jukka Jylänki
2013-09-25add option to run funcs stage in the browserAlon Zakai
2013-09-25remove duplicate temp file cleanupAlon Zakai
2013-09-23simplify chunk size determination in emscripten.pyAlon Zakai
2013-09-16Integrate the new tool into emscriptenngld
2013-09-10EMCC_STDERR_FILE option, to log stderr in js compiler to a fileAlon Zakai