Age | Commit message (Expand) | Author |
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 |
2011-11-15 | comment about post-optimizations | Alon Zakai |
2011-11-13 | fix compiler.js bug | Alon Zakai |
2011-11-13 | notifications about compilation settings | Alon Zakai |
2011-10-03 | fix test_time | Alon Zakai |
2011-08-28 | FAKE_X86_FP80 option ; generalize bitcast ; minor toNiceIdent fix | Alon Zakai |
2011-07-30 | workarounds for js engine bugs | Alon Zakai |
2011-07-16 | refactor and simplify library loading in order to make type info available there | Alon Zakai |
2011-06-25 | Added support for exporting (non-function) global variables. | max99x |
2011-06-05 | generalize heap access generation with getHeapOffset | Alon Zakai |
2011-05-25 | allow 2 and 3 in SAFE_HEAP and CHECK_* options. 2 is only these, 3 is all but... | Alon Zakai |
2011-05-15 | indexize necessary library functions | Alon Zakai |
2011-05-14 | additional sdl and browser stuff | Alon Zakai |
2011-04-21 | line-specific exceptions to SAFE_HEAP | Alon Zakai |
2011-04-13 | refactor library-needing code out of jsifier | Alon Zakai |
2011-03-29 | gcparam for spidermonkey | Alon Zakai |
2011-03-21 | optimize FUNCTION_POINTER and exporting | Alon Zakai |
2011-03-15 | stop using lots of memory to manage strings at the end of compilation | Alon Zakai |
2011-03-04 | integer rounding fixes and CORRECT_ROUNDINGS option | Alon Zakai |
2011-02-22 | global Types object refactoring | Alon Zakai |
2011-02-19 | line-specific CORRECT_OVERFLOWS and CORRECT_SIGNS | Alon Zakai |
2010-12-31 | allow SAFE_HEAP with typed arrays; fix minor uncovered bugs; add SAFE_HEAP_LO... | Alon Zakai |
2010-12-31 | macros for heap access in library.js | Alon Zakai |
2010-12-25 | comments + clean up compiler.js | Alon Zakai |
2010-12-25 | code cleanup | Alon Zakai |
2010-12-15 | clean up enzymatic ==> framework | Alon Zakai |
2010-12-09 | code cleanup of |,;|s | David LaPalomento |
2010-11-21 | SAFE_HEAP now validates the load-store consistency assumption, plus minor rel... | Alon Zakai |
2010-11-13 | remove unnecessary line splitting and recombining | Alon Zakai |
2010-10-10 | typed arrays support; function __index__ing ; 36% speedup | alon@honor |
2010-10-06 | Runtime system, and inlining of stackEnter/Exit | alon@honor |