Граф коммитов

172 Коммитов

Автор SHA1 Сообщение Дата
Alon Zakai 96b74d5914 drop RELOOP for clang in freetype test 2011-02-12 16:44:07 -08:00
Alon Zakai 8162e10341 add parens in mathops 2011-02-11 18:37:04 -08:00
Alon Zakai f509bad6cf use clang in emmaken and in freetype&zlib tests 2011-02-10 20:03:01 -08:00
Alon Zakai 4af7d2dbc4 prep for freetype demo 2011-02-08 11:21:58 -08:00
Alon Zakai 2946fab42a use GUARD_SIGNS only in tests that need it; benchmarks fast again 2011-02-06 13:57:13 -08:00
Alon Zakai fd1b1d81d1 strengthen SAFE_HEAP checks for copied values 2011-02-06 11:32:38 -08:00
Alon Zakai d2ba2dcfc1 zlib test 2011-02-05 21:01:26 -08:00
Alon Zakai 0805b2bec3 mathop fixes +test 2011-02-05 20:06:11 -08:00
Alon Zakai 94db193155 unsign in zext to prevent a sign error 2011-02-04 20:58:35 -08:00
Alon Zakai 9c584561a8 misc cleanups and fixes 2011-01-31 07:43:01 -08:00
Alon Zakai 1c32385c50 disable the combination of llvm opts+reloop in freetype test, due to slowness 2011-01-30 11:46:33 -08:00
Alon Zakai 82baf498bf freetype test, plus some unix-specific file IO stuff 2011-01-29 21:52:21 -08:00
Alon Zakai eb4d457ade fix for structure alignment handling +test 2011-01-29 16:55:59 -08:00
Alon Zakai 5958a6a754 reSign parallel to unSign to fix rare signing issues; CHECK_SIGNS option 2011-01-27 21:31:20 -08:00
Alon Zakai df10a98f50 minor fixes and optimizations 2011-01-23 18:23:44 -08:00
Alon Zakai 8422a8ee2c Optimize out some loop labels 2011-01-19 22:57:53 -08:00
Alon Zakai 835183152d lower closure optimizations to SIMPLE; no speed difference, and ADVANCED clash with our _STDIO object 2011-01-19 22:57:52 -08:00
Alon Zakai 1f3de5c76e libcxx test; support for linking in test runner; failure in clang_0_1.test_libcxx 2011-01-17 15:36:26 -08:00
Alon Zakai 13a520ed49 sscanf 2011-01-16 23:22:57 -08:00
Alon Zakai 9eb5dd2a45 support for writing to files in stdio 2011-01-16 15:29:06 -08:00
Alon Zakai 6a6e842688 initial emulation for stdio file reading, and other preparations for poppler 2011-01-16 13:52:25 -08:00
Alon Zakai 9d209878f9 refactor shared components of python tools, and add emmaken.py 2011-01-14 22:44:52 -08:00
Alon Zakai 1a2f55979d enable llvm opts on tests with precompiled .ll (python, bullet, lua); fix minor uncovered bugs; disable some dangerous llvm opts 2011-01-07 20:44:14 -08:00
Alon Zakai 044ce8ea7c optimize mod operator, and primes benchmark 2011-01-02 21:26:22 -08:00
Alon Zakai 78aa032b23 fix benchmarks 2011-01-01 22:59:55 -08:00
Alon Zakai 785e01b0d0 CORRECT_OVERFLOWS option; strengthening of various tests, and fixes a bug in python with typed arrays 2011-01-01 16:56:22 -08:00
Alon Zakai 0a2735ebc7 allow SAFE_HEAP with typed arrays; fix minor uncovered bugs; add SAFE_HEAP_LOG option 2010-12-31 22:49:25 -08:00
Alon Zakai 1b7500b59c nicer test runner output 2010-12-29 21:33:28 -08:00
Alon Zakai 77c9c660dd handle env of 0 as a third parameter for main() 2010-12-28 20:36:26 -08:00
dglead 5b7fda278c handle memmove of 0 2010-12-28 19:52:41 -08:00
dglead 27c9f996cf prevent strings with C-style comments from breaking helpful comments in generated code 2010-12-28 19:52:20 -08:00
Alon Zakai d5672aba5e support for precision in integers in printf 2010-12-25 23:48:05 -08:00
Alon Zakai b2fd961d06 refactor and fix global variables, should they be needed for analysis 2010-12-25 16:03:43 -08:00
Alon Zakai 2d2751cd5b comments about expected failures 2010-12-23 14:09:16 -08:00
Alon Zakai 60cdfa59ed initial skeleton for gl tests 2010-12-21 22:41:24 -08:00
Alon Zakai c244ee8757 don't use typed arrays in benchmarks for now - faster that way 2010-12-19 17:30:02 -08:00
Alon Zakai 64cfd1d3c8 CHECK_OVERFLOWS option 2010-12-19 13:43:26 -08:00
Alon Zakai 5bbf8a976b fixes for llvm optimized code in 2 tests 2010-12-18 17:29:24 -08:00
Alon Zakai 2890aa49d7 utilize llvm opt 2010-12-18 15:55:21 -08:00
Alon Zakai 58e445e6e1 fix format bug with floats 2010-12-17 20:57:13 -08:00
Alon Zakai 6d83c785fb support for library dependencies +misc python float fixes 2010-12-12 15:05:22 -08:00
Alon Zakai 240ff2ff8e improve printf formatting 2010-12-11 21:29:03 -08:00
Alon Zakai 1776ba30d4 support for printing %p 2010-12-11 18:39:03 -08:00
Alon Zakai 965d44dc69 python fixes and test 2010-12-11 13:22:09 -08:00
Alon Zakai b74419d19e proper stubs for external values 2010-12-10 22:59:38 -08:00
Alon Zakai 1c5355c76c proper support for bitfields 2010-12-09 20:09:11 -08:00
Alon Zakai 023a34753e fix a few bugs related to highly-nested structs 2010-12-07 21:54:29 -08:00
Alon Zakai cb23e4c23c fix for functions in mathops 2010-12-05 17:30:45 -08:00
Alon Zakai 7e332b116c fix for bitshifts 2010-12-04 20:26:28 -08:00
Alon Zakai 60d8f78f3f llvm.va_copy 2010-12-04 15:33:29 -08:00