aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2011-02-19line-specific CORRECT_OVERFLOWS and CORRECT_SIGNSAlon Zakai
2011-02-18parse debugging metadata for original filenamesAlon Zakai
2011-02-13tweak sign and overflow checksAlon Zakai
2011-02-13debugging fixesAlon Zakai
2011-02-12missing freetype filesAlon Zakai
2011-02-12line number debugging infoAlon Zakai
2011-02-12emscripten_run_script APIAlon Zakai
2011-02-12drop RELOOP for clang in freetype testAlon Zakai
2011-02-11add parens in mathopsAlon Zakai
2011-02-10use clang in emmaken and in freetype&zlib testsAlon Zakai
2011-02-08prep for freetype demoAlon Zakai
2011-02-06use GUARD_SIGNS only in tests that need it; benchmarks fast againAlon Zakai
2011-02-06strengthen SAFE_HEAP checks for copied valuesAlon Zakai
2011-02-05zlib testAlon Zakai
2011-02-05mathop fixes +testAlon Zakai
2011-02-04unsign in zext to prevent a sign errorAlon Zakai
2011-02-01overflow checks in getelementptrAlon Zakai
2011-01-31misc cleanups and fixesAlon Zakai
2011-01-30disable the combination of llvm opts+reloop in freetype test, due to slownessAlon Zakai
2011-01-29freetype test, plus some unix-specific file IO stuffAlon Zakai
2011-01-29fix for structure alignment handling +testAlon Zakai
2011-01-27reSign parallel to unSign to fix rare signing issues; CHECK_SIGNS optionAlon Zakai
2011-01-23minor fixes and optimizationsAlon Zakai
2011-01-20clarify -show-annotations in settings.pyAlon Zakai
2011-01-19Optimize out some loop labelsAlon Zakai
2011-01-19lower closure optimizations to SIMPLE; no speed difference, and ADVANCED ↵Alon Zakai
clash with our _STDIO object
2011-01-17handle odd llvm with branches in the middle of labels; all tests passAlon Zakai
2011-01-17libcxx test; support for linking in test runner; failure in ↵Alon Zakai
clang_0_1.test_libcxx
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 ↵Alon Zakai
minor uncovered bugs; disable some dangerous llvm opts
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
python with typed arrays
2010-12-31allow SAFE_HEAP with typed arrays; fix minor uncovered bugs; add ↵Alon Zakai
SAFE_HEAP_LOG option
2010-12-29nicer test runner outputAlon Zakai
2010-12-28handle env of 0 as a third parameter for main()Alon Zakai
2010-12-28minimal support for 80-bit x87 floatsAlon Zakai
2010-12-28handle memmove of 0dglead
2010-12-28prevent strings with C-style comments from breaking helpful comments in ↵dglead
generated code
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-23comment about bullet compilationAlon 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