Age | Commit message (Expand) | Author |
2010-10-03 | clean up relooper | 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 | refactor into files | 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-12 | settings.py tweak | alon@honor |
2010-09-11 | Catch a corner case with 0 in varargs | alon@honor |
2010-09-11 | enable sauer test | alon@honor |
2010-09-11 | better handling of NULL in printf, and varargs | alon@honor |
2010-09-10 | fix some print() corners | alon@honor |
2010-09-10 | Proper parsing of llvm strings | alon@honor |
2010-09-10 | tweaks to sauer, and strtol | alon@honor |
2010-09-09 | enable sauer test (with RELOOPING=0) | alon@honor |
2010-09-09 | call emscripten.py in test runner through public interface | alon@honor |
2010-09-09 | comments | alon@honor |
2010-09-09 | fix some regexps that v8 and sm do not agree on | alon@honor |
2010-09-09 | emscripten.py | alon@honor |
2010-09-08 | sauer hello world nearly ready for enabling in test runner | alon@honor |
2010-09-08 | sauer test fixes | alon@honor |
2010-09-08 | support for in-function statics | alon@honor |
2010-09-08 | simplify test | alon@honor |
2010-09-08 | support for getelementptr inside loads, fixes a test | alon@honor |
2010-09-07 | ES_SIZEOF: safe and portable sizeof | alon@honor |
2010-09-06 | fixes for null vs 0, and support for assert +test | alon@honor |
2010-09-06 | fix relooper bug with loops with just an inc block | alon@honor |
2010-09-05 | sauer cleanup | alon@honor |