Age | Commit message (Expand) | Author |
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 |
2010-11-27 | simplify dump(), avoid memory issues | Alon Zakai |
2010-11-21 | SAFE_HEAP now validates the load-store consistency assumption, plus minor rel... | Alon Zakai |
2010-10-23 | optimize out unneeded item[0] | alon@honor |
2010-10-21 | fixes in parseConst; move getFunctionIndex into Runtime; test for global func... | alon@honor |
2010-10-18 | minor fixes and cleanups | alon@honor |
2010-10-09 | optimize away 1's and 0's in getelementptr; 1% speedup | alon@honor |
2010-10-02 | add missing branch detection of default in switch. all reloop but sauer, dlma... | alon@honor |
2010-10-02 | rewrite of relooper, part I: just emulated and loops, no ifs. all reloop but ... | alon@honor |
2010-09-25 | optional memory alignment that matches c/c++; used in clang, not in llvm-gcc | alon@honor |
2010-09-21 | fix some relooper bugs, and EXECUTION_TIMEOUT setting for debugging such prob... | alon@honor |
2010-09-20 | refactor into files | alon@honor |
2010-09-15 | rewrite enzymatic, compilation is x2.5 faster | alon@honor |
2010-09-05 | optimize FunctionReconstructor | alon@honor |