Age | Commit message (Expand) | Author |
2013-03-04 | Delete the compiled relooper.js (but allow specification of an arbitrary relo... | Chad Austin |
2013-03-03 | remove no-longer-needed INIT_STACK | Alon Zakai |
2013-03-03 | remove ASM_JS warning and add check for exception catching being off in it, t... | Alon Zakai |
2013-02-26 | Add CHECK_HEAP_ALIGN to perform runtime alignment checks | Vladimir Vukicevic |
2013-02-17 | remove PROFILE option. It adds unacceptable overhead, and all browsers have p... | Alon Zakai |
2013-02-17 | remove PGO option. It is only relevant for non-ta2 builds, which are on the w... | Alon Zakai |
2013-01-17 | Implement exceptions in whitelist | Aleksander Guryanov |
2012-12-31 | Merge branch 'incoming' into asm_js | Alon Zakai |
2012-12-28 | fix repeated compilation | Alon Zakai |
2012-12-27 | compile given ll in compiler.html | Alon Zakai |
2012-12-27 | option to provide raw ll to compiler.js | Alon Zakai |
2012-12-27 | compile and run in compiler.html | Alon Zakai |
2012-12-27 | allow (unoptimal) single-phase compiler.js invocation | Alon Zakai |
2012-12-14 | must have named globals in shared libs | Alon Zakai |
2012-12-07 | emit warnings only in pre | Alon Zakai |
2012-12-07 | default heap to 16MB, and make sure asm.js heaps are power-of-two | Alon Zakai |
2012-12-07 | do not allow memory growth in asm.js | Alon Zakai |
2012-11-08 | improve node detection in compiler | Alon Zakai |
2012-11-08 | initial hacking | Alon Zakai |
2012-11-06 | split js compiler into three passes, to facilitate future parallization | Alon Zakai |
2012-11-03 | fix windows line endings | Alon Zakai |
2012-09-25 | add workaround for older node versions | Alon Zakai |
2012-09-25 | Support loading emscripten argument filenames with relative paths | Chad Austin |
2012-04-20 | make library and gl debug configurable at runtime, and share the pretty print... | Alon Zakai |
2012-04-13 | --js-library option to make it easy to add additional library_*.js files | Alon Zakai |
2012-03-20 | Misc fixes for Windows. | Sigmund Vik |
2012-03-19 | refactor use of this[..] in shell.js to use Module[..] | Alon Zakai |
2012-03-10 | better handling of detection of scriptArgs and arguments | Alon Zakai |
2012-02-29 | better fix for leaked globals | Alon Zakai |
2012-02-29 | do not pollute global scope except for node (where we must) | Alon Zakai |
2012-02-26 | remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only there | Alon Zakai |
2012-02-11 | only support i64 mode 1 in ta2 | Alon Zakai |
2012-01-10 | comment | Alon Zakai |
2011-12-31 | override print() by default, to avoid errors when using the browser print() (... | Alon Zakai |
2011-12-17 | note that I64_MODE and DOUBLE_MODE can slow you down | Alon Zakai |
2011-12-15 | rewrite variable analysis code. eliminate unused variables without side effec... | Alon Zakai |
2011-12-13 | comment on print() on the web | Alon Zakai |
2011-12-12 | fixes to allow generated code to run in a web worker | Alon Zakai |
2011-12-12 | support for generating html in emcc, and a test for that that also tests SDL,... | Alon Zakai |
2011-12-04 | sanity check for compiler engine in test runner | Alon Zakai |
2011-12-03 | fixes for using node as both compiler engine and code running engine. node is... | Alon Zakai |
2011-12-03 | debug info cleanup | Alon Zakai |
2011-12-03 | refactoring towards supporting node.js | Alon Zakai |
2011-12-02 | optimize memory usage in compiler.js, and fixes for emscripten on the web | Alon Zakai |
2011-12-02 | various fixes from js strict mode testing | Alon Zakai |
2011-12-01 | support for running emscripten in the browser | Alon Zakai |
2011-11-28 | memory debugging code, and some minor optimizations from it | Alon Zakai |
2011-11-18 | rename OPTIMIZE to MICRO_OPTS | Alon Zakai |
2011-11-17 | refactor PGO code | Alon Zakai |
2011-11-15 | comment on optimizing | Alon Zakai |