Age | Commit message (Expand) | Author |
2010-10-20 | prep for bullet test | alon@honor |
2010-10-18 | fix bug with size of small structures, and parsing them | alon@honor |
2010-10-15 | BNOPP in some simple emulated blocks; 1% speedup | alon@honor |
2010-10-13 | aggressively nativize variables; stop doing optimizations that are no longer ... | alon@honor |
2010-10-10 | typed arrays support; function __index__ing ; 36% speedup | alon@honor |
2010-10-08 | fix bug with last commit, and better GUARD_MEMORY option | alon@honor |
2010-10-06 | Runtime system, and inlining of stackEnter/Exit | alon@honor |
2010-10-04 | temporary hackish removal of unneeded breaks outside of complex emulated blocks | alon@honor |
2010-10-04 | GUARD_LABELS option + further cleanup | alon@honor |
2010-10-03 | cleanup + test both optimized and non-optimized | alon@honor |
2010-10-02 | rewrite of relooper, part I: just emulated and loops, no ifs. all reloop but ... | alon@honor |
2010-10-02 | memory implementation cleanup | alon@honor |
2010-09-30 | optional stricter support for unsigned values +test | alon@honor |
2010-09-25 | optional memory alignment that matches c/c++; used in clang, not in llvm-gcc | alon@honor |
2010-09-22 | handle a few minor parsing issues (negative IEEE doubles, []s in constants, a... | alon@honor |
2010-09-22 | disable relooping pending rewrite | 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-20 | fix optimizer bugs with clang bitcode | Alon Zakai |
2010-09-20 | fixes for clang, including support for phi; all tests pass, but optimizer and... | Alon Zakai |
2010-09-06 | LABEL_DEBUG option | alon@honor |
2010-09-06 | preprocessor + example use in SAFE_HEAP | alon@honor |
2010-09-04 | clean up settings and add code snippets file | alon@honor |