Age | Commit message (Expand) | Author |
2011-01-23 | minor fixes and optimizations | Alon Zakai |
2011-01-19 | Optimize out some loop labels | Alon Zakai |
2011-01-19 | lower closure optimizations to SIMPLE; no speed difference, and ADVANCED clas... | Alon Zakai |
2011-01-17 | libcxx test; support for linking in test runner; failure in clang_0_1.test_li... | Alon Zakai |
2011-01-16 | sscanf | Alon Zakai |
2011-01-16 | support for writing to files in stdio | Alon Zakai |
2011-01-16 | initial emulation for stdio file reading, and other preparations for poppler | Alon Zakai |
2011-01-14 | refactor shared components of python tools, and add emmaken.py | Alon Zakai |
2011-01-07 | enable llvm opts on tests with precompiled .ll (python, bullet, lua); fix min... | Alon Zakai |
2011-01-02 | optimize mod operator, and primes benchmark | Alon Zakai |
2011-01-01 | fix benchmarks | 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-29 | nicer test runner output | Alon Zakai |
2010-12-28 | handle env of 0 as a third parameter for main() | Alon Zakai |
2010-12-28 | handle memmove of 0 | dglead |
2010-12-28 | prevent strings with C-style comments from breaking helpful comments in gener... | dglead |
2010-12-25 | support for precision in integers in printf | Alon Zakai |
2010-12-25 | refactor and fix global variables, should they be needed for analysis | Alon Zakai |
2010-12-23 | comments about expected failures | Alon Zakai |
2010-12-21 | initial skeleton for gl tests | Alon Zakai |
2010-12-19 | don't use typed arrays in benchmarks for now - faster that way | Alon Zakai |
2010-12-19 | CHECK_OVERFLOWS option | Alon Zakai |
2010-12-18 | fixes for llvm optimized code in 2 tests | Alon Zakai |
2010-12-18 | utilize llvm opt | Alon Zakai |
2010-12-17 | fix format bug with floats | Alon Zakai |
2010-12-12 | support for library dependencies +misc python float fixes | Alon Zakai |
2010-12-11 | improve printf formatting | Alon Zakai |
2010-12-11 | support for printing %p | Alon Zakai |
2010-12-11 | python fixes and test | Alon Zakai |
2010-12-10 | proper stubs for external values | Alon Zakai |
2010-12-09 | proper support for bitfields | Alon Zakai |
2010-12-07 | fix a few bugs related to highly-nested structs | Alon Zakai |
2010-12-05 | fix for functions in mathops | Alon Zakai |
2010-12-04 | fix for bitshifts | Alon Zakai |
2010-12-04 | llvm.va_copy | Alon Zakai |
2010-12-04 | qsort | Alon Zakai |
2010-12-02 | handle bitcasts etc. of call() idents +test | Alon Zakai |
2010-11-27 | fix bug in laying out of constant structures +tests | Alon Zakai |
2010-11-27 | proper memory initialization with or without typed arrays; additional lua tests | Alon Zakai |
2010-11-26 | improve varargs support | Alon Zakai |
2010-11-25 | lua test fix, fix breakage | Alon Zakai |
2010-11-25 | improve lua test + fixes | Alon Zakai |
2010-11-25 | check stores in SAFE_HEAP | Alon Zakai |
2010-11-21 | optimize SAFE_HEAP for speed and enable additional tests | Alon Zakai |
2010-11-21 | SAFE_HEAP now validates the load-store consistency assumption, plus minor rel... | Alon Zakai |
2010-11-20 | lua test | Alon Zakai |
2010-11-20 | misc minor fixes and additions | Alon Zakai |
2010-11-20 | refactor do_ll_test | Alon Zakai |
2010-11-20 | minimal C++ exceptions support | Alon Zakai |