Age | Commit message (Expand) | Author |
2014-02-16 | RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and emscripten_get_compi... | Alon Zakai |
2013-12-10 | quote keys in library objects when necessary; fixes #1908 | Alon Zakai |
2013-11-13 | tidy up case of first letter in error/warning | Alon Zakai |
2013-10-25 | detect NaN as a number | Alon Zakai |
2013-10-25 | do not mangle hex float constants in function calls | Alon Zakai |
2013-10-19 | commented-out compiler profiler support | Alon Zakai |
2013-10-19 | improve internal compiler Benchmarker | Alon Zakai |
2013-09-27 | fast-path simple geps | Alon Zakai |
2013-08-05 | infrastructure to track the costs of outlining, and to possibly change outlin... | Alon Zakai |
2013-07-08 | begin work on outliner pass to break up large functions. part 1: aggressive v... | Alon Zakai |
2013-03-20 | abort compilation if there are unresolved in asm.js, after showing them all | Alon Zakai |
2013-03-12 | unique ids for aborts for dead functions | Alon Zakai |
2013-01-22 | let dump() avoid funcData pitfalls | Alon Zakai |
2012-12-07 | set asm function table sizes to power of two, and add proper masking | Alon Zakai |
2012-11-27 | fix global indexing bugs | Alon Zakai |
2012-11-20 | switch dpring to stderr | Alon Zakai |
2012-11-02 | improve js Benchmarker utility | Alon Zakai |
2012-10-27 | eliminate into one-time do-while loops | Alon Zakai |
2012-05-11 | print assertions to stderr | Alon Zakai |
2012-04-11 | show compiler warnings to console, not in source | Alon Zakai |
2012-02-08 | refactor legalizer code, and handle stores of <32 bits but not i8 or i16, pro... | Alon Zakai |
2012-02-06 | optimize memory alignment calculations | Alon Zakai |
2012-02-04 | refactor out the 'assign' intertype, simplifying and optimizing the compiler | Alon Zakai |
2012-01-15 | add js benchmark utility | Alon Zakai |
2012-01-08 | support alignment in memset and memcpy in ta2 | Alon Zakai |
2012-01-01 | unset to undo set in utility.js | Alon Zakai |
2011-12-02 | various fixes from js strict mode testing | Alon Zakai |
2011-11-28 | support for nested objects in library objects, including functions | Alon Zakai |
2011-11-25 | fix for passing structs by value, and warning for unfixable case of passing s... | Alon Zakai |
2011-11-23 | replace compiler tricks for one-time loop removal and label removal with a pr... | Alon Zakai |
2011-11-22 | fix bugs in (unused) setSub | Alon Zakai |
2011-11-19 | partial work to remove assigns of undefined in js optimizer | Alon Zakai |
2011-11-18 | phi progress, almost all unoptimized tests pass | Alon Zakai |
2011-11-13 | warnOnce | Alon Zakai |
2011-11-10 | cleanup and fixes for i64 | Alon Zakai |
2011-11-10 | i64 fixes and tests | Alon Zakai |
2011-11-10 | note for future parsing of i64 consts | Alon Zakai |
2011-08-26 | optimize generateStructTypes and flatten | Alon Zakai |
2011-06-03 | refactoring in preparation for TYPED_ARRAYS==2 (disabled) | Alon Zakai |
2011-05-16 | compiler code is now js strict mode compliant | Alon Zakai |
2011-04-18 | refactor assertions and parsing code | Alon Zakai |
2011-02-22 | optimize type discovery | Alon Zakai |
2011-02-20 | fixes for benchmarks | Alon Zakai |
2011-01-23 | minor fixes and optimizations | Alon Zakai |
2010-12-25 | code cleanup | Alon Zakai |
2010-12-23 | error message when encountering asm calls | Alon Zakai |
2010-12-19 | CHECK_OVERFLOWS option | Alon Zakai |
2010-12-09 | code cleanup of |,;|s | David LaPalomento |
2010-12-07 | fix a few bugs related to highly-nested structs | Alon Zakai |
2010-11-27 | fix bug in laying out of constant structures +tests | Alon Zakai |