Age | Commit message (Expand) | Author |
2010-10-14 | remove unnecessary boolean ==> int conversions; fix uncovered bug; 20% speedup | alon@honor |
2010-10-10 | typed arrays support; function __index__ing ; 36% speedup | alon@honor |
2010-10-07 | begin work to adapt to llvm 2.8 | TESTS BROKEN | alon@honor |
2010-10-06 | inline stack allocations | alon@honor |
2010-10-06 | Runtime system, and inlining of stackEnter/Exit | alon@honor |
2010-10-04 | higher memory defaults, for raytracing demo | alon@honor |
2010-10-02 | memory implementation cleanup | alon@honor |
2010-09-30 | optional stricter support for unsigned values +test | alon@honor |
2010-09-29 | clean up memory allocation | alon@honor |
2010-09-28 | call stack implementation | 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 | floating point fixes +test | alon@honor |
2010-09-23 | proper print buffering, + cleanup | 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-11 | Catch a corner case with 0 in varargs | 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-06 | LABEL_DEBUG option | alon@honor |
2010-09-06 | preprocessor + example use in SAFE_HEAP | alon@honor |
2010-09-06 | support for %s in printf | alon@honor |
2010-09-05 | snippets for C string funcs | alon@honor |
2010-09-05 | snippets work | alon@honor |
2010-09-04 | atexit +test | alon@honor |
2010-09-04 | better support for exceptions and pointers to multiparameter functions | alon@honor |
2010-09-04 | initial work towards varargs | alon@honor |
2010-08-28 | fix 3 bugs: printf error, no IEEEUnhexing, and <{'s. 2 new tests | alon@honor |
2010-08-25 | the code | alon@honor |