Age | Commit message (Expand) | Author |
2010-10-20 | dynamic stack allocation support; demangler test closer to passing | alon@honor |
2010-10-20 | non-working gcc demangler test | alon@honor |
2010-10-18 | fix bug with size of small structures, and parsing them | alon@honor |
2010-10-16 | use quantum of 4 in benchmarks, to better simulate real-world conditions | alon@honor |
2010-10-16 | optimize raytrace demo | alon@honor |
2010-10-16 | remove unneeded BREAKs | alon@honor |
2010-10-16 | optimize stack winding with local var; 5% speedup | alon@honor |
2010-10-14 | sanity checks for benchmarks | alon@honor |
2010-10-13 | aggressively nativize variables; stop doing optimizations that are no longer ... | alon@honor |
2010-10-12 | use closure compiler in benchmarks; 13% speedup | alon@honor |
2010-10-10 | typed arrays support; function __index__ing ; 36% speedup | alon@honor |
2010-10-10 | clean up flattener code and remove unneeded flattener definitions; 3% speedup | alon@honor |
2010-10-09 | pass types to makeGetValue/makeSetValue | alon@honor |
2010-10-09 | do not GUARD_MEMORY in benchmark; 7% speedup | alon@honor |
2010-10-09 | benchmarking setup | alon@honor |
2010-10-09 | allow test runner to not check timeouts when running code | alon@honor |
2010-10-09 | fix memory alignment/padding of structures | TESTS FIXED | alon@honor |
2010-10-09 | make llvm 2.7/clang work again | alon@honor |
2010-10-07 | begin work to adapt to llvm 2.8 | TESTS BROKEN | alon@honor |
2010-10-07 | separate running stage out in test runner | alon@honor |
2010-10-07 | separate build stage out in test runner | alon@honor |
2010-10-03 | cleanup + test both optimized and non-optimized | alon@honor |
2010-10-02 | add missing branch detection of assign&invoke. all tests pass with relooping | alon@honor |
2010-10-02 | add missing branch detection of default in switch. all reloop but sauer, dlma... | alon@honor |
2010-10-02 | test both reloop and non-reloop | alon@honor |
2010-10-02 | rewrite of relooper, part I: just emulated and loops, no ifs. all reloop but ... | alon@honor |
2010-10-02 | dlmalloc test | alon@honor |
2010-10-02 | memory implementation cleanup | alon@honor |
2010-10-01 | test+fix for modifying fields of global structures | alon@honor |
2010-09-30 | show test names | alon@honor |
2010-09-30 | optional stricter support for unsigned values +test | alon@honor |
2010-09-28 | call stack implementation | alon@honor |
2010-09-27 | cleanup parseGetElementPtr and ignore 'volatile' | alon@honor |
2010-09-25 | add raytracing test | alon@honor |
2010-09-25 | fix for arrays of arrays +test | alon@honor |
2010-09-25 | optional memory alignment that matches c/c++; used in clang, not in llvm-gcc | alon@honor |
2010-09-24 | Infinity and NaN | alon@honor |
2010-09-24 | floating point fixes +test | alon@honor |
2010-09-24 | IEEE floats fixes | alon@honor |
2010-09-23 | proper print buffering, + cleanup | alon@honor |
2010-09-22 | fix bug with automatic tests not running both compiler frontends | alon@honor |
2010-09-22 | disable relooping pending rewrite | alon@honor |
2010-09-21 | test using both clang and llvm-gcc by default | alon@honor |
2010-09-21 | fix some relooper bugs, and EXECUTION_TIMEOUT setting for debugging such prob... | alon@honor |
2010-09-20 | fixes for clang, including support for phi; all tests pass, but optimizer and... | Alon Zakai |
2010-09-14 | additional sauer tests+fixes | alon@honor |
2010-09-14 | additional sauer testing that can now pass | alon@honor |
2010-09-14 | proper flattening of nested structures +test | alon@honor |
2010-09-11 | Catch a corner case with 0 in varargs | alon@honor |
2010-09-11 | enable sauer test | alon@honor |