aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
2011-01-23minor fixes and optimizationsAlon Zakai
2011-01-19Optimize out some loop labelsAlon Zakai
2011-01-19lower closure optimizations to SIMPLE; no speed difference, and ADVANCED clas...Alon Zakai
2011-01-17libcxx test; support for linking in test runner; failure in clang_0_1.test_li...Alon Zakai
2011-01-16sscanfAlon Zakai
2011-01-16support for writing to files in stdioAlon Zakai
2011-01-16initial emulation for stdio file reading, and other preparations for popplerAlon Zakai
2011-01-14refactor shared components of python tools, and add emmaken.pyAlon Zakai
2011-01-07enable llvm opts on tests with precompiled .ll (python, bullet, lua); fix min...Alon Zakai
2011-01-02optimize mod operator, and primes benchmarkAlon Zakai
2011-01-01fix benchmarksAlon Zakai
2011-01-01CORRECT_OVERFLOWS option; strengthening of various tests, and fixes a bug in ...Alon Zakai
2010-12-31allow SAFE_HEAP with typed arrays; fix minor uncovered bugs; add SAFE_HEAP_LO...Alon Zakai
2010-12-29nicer test runner outputAlon Zakai
2010-12-28handle env of 0 as a third parameter for main()Alon Zakai
2010-12-28handle memmove of 0dglead
2010-12-28prevent strings with C-style comments from breaking helpful comments in gener...dglead
2010-12-25support for precision in integers in printfAlon Zakai
2010-12-25refactor and fix global variables, should they be needed for analysisAlon Zakai
2010-12-23comments about expected failuresAlon Zakai
2010-12-21initial skeleton for gl testsAlon Zakai
2010-12-19don't use typed arrays in benchmarks for now - faster that wayAlon Zakai
2010-12-19CHECK_OVERFLOWS optionAlon Zakai
2010-12-18fixes for llvm optimized code in 2 testsAlon Zakai
2010-12-18utilize llvm optAlon Zakai
2010-12-17fix format bug with floatsAlon Zakai
2010-12-12support for library dependencies +misc python float fixesAlon Zakai
2010-12-11improve printf formattingAlon Zakai
2010-12-11support for printing %pAlon Zakai
2010-12-11python fixes and testAlon Zakai
2010-12-10proper stubs for external valuesAlon Zakai
2010-12-09proper support for bitfieldsAlon Zakai
2010-12-07fix a few bugs related to highly-nested structsAlon Zakai
2010-12-05fix for functions in mathopsAlon Zakai
2010-12-04fix for bitshiftsAlon Zakai
2010-12-04llvm.va_copyAlon Zakai
2010-12-04qsortAlon Zakai
2010-12-02handle bitcasts etc. of call() idents +testAlon Zakai
2010-11-27fix bug in laying out of constant structures +testsAlon Zakai
2010-11-27proper memory initialization with or without typed arrays; additional lua testsAlon Zakai
2010-11-26improve varargs supportAlon Zakai
2010-11-25lua test fix, fix breakageAlon Zakai
2010-11-25improve lua test + fixesAlon Zakai
2010-11-25check stores in SAFE_HEAPAlon Zakai
2010-11-21optimize SAFE_HEAP for speed and enable additional testsAlon Zakai
2010-11-21SAFE_HEAP now validates the load-store consistency assumption, plus minor rel...Alon Zakai
2010-11-20lua testAlon Zakai
2010-11-20misc minor fixes and additionsAlon Zakai
2010-11-20refactor do_ll_testAlon Zakai
2010-11-20minimal C++ exceptions supportAlon Zakai