Age | Commit message (Expand) | Author |
2011-04-21 | line-specific exceptions to SAFE_HEAP | Alon Zakai |
2011-04-18 | refactor assertions and parsing code | Alon Zakai |
2011-03-21 | optimize FUNCTION_POINTER and exporting | Alon Zakai |
2011-03-04 | integer rounding fixes and CORRECT_ROUNDINGS option | Alon Zakai |
2011-02-27 | openjpeg test | Alon Zakai |
2011-02-19 | line-specific CORRECT_OVERFLOWS and CORRECT_SIGNS | Alon Zakai |
2011-02-13 | tweak sign and overflow checks | Alon Zakai |
2011-01-27 | reSign parallel to unSign to fix rare signing issues; CHECK_SIGNS option | Alon Zakai |
2011-01-17 | handle odd llvm with branches in the middle of labels; all tests pass | Alon Zakai |
2011-01-11 | make memory initialization optional, and default to initializing the stack only | Alon Zakai |
2011-01-01 | CORRECT_OVERFLOWS option; strengthening of various tests, and fixes a bug in ... | Alon Zakai |
2010-12-31 | allow SAFE_HEAP with typed arrays; fix minor uncovered bugs; add SAFE_HEAP_LO... | Alon Zakai |
2010-12-19 | CHECK_OVERFLOWS option | Alon Zakai |
2010-12-15 | clean up enzymatic ==> framework | Alon Zakai |
2010-12-15 | misc fixes and improvements - thanks go to tuba | Alon Zakai |
2010-11-20 | minimal C++ exceptions support | Alon Zakai |
2010-11-18 | fix parsing of |noalias| in function calls, minor fix to |getelementptr| type... | Alon Zakai |
2010-11-14 | optimize Pointer_make | Alon Zakai |
2010-11-14 | handle all llvm functions in |store| | Alon Zakai |
2010-11-14 | parse each function in a separate pass, to save RAM | Alon Zakai |
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 |