Age | Commit message (Expand) | Author |
2013-11-24 | make fastcomp imports unique | Alon Zakai |
2013-11-24 | support for ignoring nacl intrinsics | Alon Zakai |
2013-11-22 | require asm.js in fastcomp | Alon Zakai |
2013-11-21 | use only LLVM_ROOT in fastcomp invocations | Alon Zakai |
2013-11-21 | stop using separate js backend | Alon Zakai |
2013-11-21 | assume for now that js optimizer runs after fastcomp | Alon Zakai |
2013-11-21 | do not -O2 between abi simplification | Alon Zakai |
2013-11-21 | add some support for le32=2 mode, where varargs is just 4-byte aligned | Alon Zakai |
2013-11-21 | handle nan and inf in fastcomp | Alon Zakai |
2013-11-21 | fix pnacl tool names to pnacl master | Alon Zakai |
2013-11-21 | debug comment | Alon Zakai |
2013-11-21 | fastcomp debug stuff | Alon Zakai |
2013-11-21 | move some output behind DEBUG | Alon Zakai |
2013-11-20 | use implementedFunctions from js libraries as well; hello world passes using ... | Alon Zakai |
2013-11-20 | receive implementedFunctions from fastcomp | Alon Zakai |
2013-11-20 | memory initializer in fastcomp | Alon Zakai |
2013-11-20 | hack up support for 'glue' phase in js compiler, to just generate glue for ba... | Alon Zakai |
2013-11-20 | parse fastcomp output into parts | Alon Zakai |
2013-11-19 | hackish emscript_fast toolchain integrations | Alon Zakai |
2013-11-19 | add emscript_fast overview and remove jcache from it | Alon Zakai |
2013-11-19 | fork emscript_fast | Alon Zakai |
2013-11-14 | fix bug with linking bullet without any metadata whatsoever; fixes other.test... | Alon Zakai |
2013-11-08 | Merge branch 'incoming' into f32 | Alon Zakai |
2013-11-05 | support ASM_JS=2 not just in test runner, and remove some unneeded uses in te... | Alon Zakai |
2013-10-29 | add test for precise float32 support, allow 3 modes of precise float32 suppor... | Alon Zakai |
2013-10-25 | support fround in function tables and asm module support functions | Alon Zakai |
2013-10-25 | emit tempFloat global | Alon Zakai |
2013-10-25 | move to FROUND option for Math.fround | Alon Zakai |
2013-10-18 | integrate the SIMD polyfill code | Alon Zakai |
2013-10-11 | write out funcs and free their memory before starting up the funcs processors | Alon Zakai |
2013-10-11 | ignore ; Module line, which can confuse jcache as it contains the current tem... | Alon Zakai |
2013-10-10 | do not split up ll into individual lines in python | Alon Zakai |
2013-10-09 | fix commented indexing debug statement | Alon Zakai |
2013-10-02 | Optimize alignment rounding. | Dan Gohman |
2013-10-02 | make function pointer aliasing configurable | Alon Zakai |
2013-10-01 | make function table emitting nicer | Alon Zakai |
2013-10-01 | optimize indexize/blockaddrsize in emscripten.py | Alon Zakai |
2013-10-01 | optimize asm function table emitting | Alon Zakai |
2013-09-30 | Merge branch 'incoming' of github.com:ngld/emscripten into incoming1.6.4 | Alon Zakai |
2013-09-27 | debugging stuff | Alon Zakai |
2013-09-26 | fix debug printout | Alon Zakai |
2013-09-26 | Use the logging framework instead of print, to be consistent and as the loggi... | Jukka Jylänki |
2013-09-25 | add option to run funcs stage in the browser | Alon Zakai |
2013-09-25 | remove duplicate temp file cleanup | Alon Zakai |
2013-09-23 | simplify chunk size determination in emscripten.py | Alon Zakai |
2013-09-16 | Integrate the new tool into emscripten | ngld |
2013-09-10 | EMCC_STDERR_FILE option, to log stderr in js compiler to a file | Alon Zakai |
2013-09-09 | mark side modules as not valid asm.js, for now; #1577 | Alon Zakai |
2013-09-08 | track if there is inline js, and if so do not mark as valid asm.js | Alon Zakai |
2013-09-03 | add extCall_* methods in asm dlopen support, parallel to invoke in that they ... | Alon Zakai |