aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
AgeCommit message (Expand)Author
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
2010-11-18check frontend optimizations in tests (except for gcc_unmangler)Alon Zakai
2010-11-17tweaks for frontend-optimized inputAlon Zakai
2010-11-16handle identifiers with quotes and ignore |hidden| +testpuffnfresh
2010-11-14handle global constants that are llvm function calls +testAlon Zakai
2010-11-13string constants inside struct constants +testAlon Zakai
2010-11-13rename sauer to cubescriptAlon Zakai
2010-11-06__new__ instead of __alloc__ in integrationAlon Zakai
2010-11-06cleanup integration codeAlon Zakai
2010-11-06working integration testAlon Zakai
2010-11-05framework for integration testsAlon Zakai
2010-10-28bustage fixalon@honor
2010-10-26enable optimized bullet testalon@honor
2010-10-25fix bug with type of |select|alon@honor
2010-10-24bullet testalon@honor
2010-10-24fixes for more complex statics testalon@honor
2010-10-24add nonvirtual part to polymorph test; fails in clangalon@honor
2010-10-23support for pure virtual functionsalon@honor
2010-10-23handle llvm functions in retalon@honor
2010-10-21gettimeofday(), and more stuff in Runtimealon@honor
2010-10-21fixes in parseConst; move getFunctionIndex into Runtime; test for global func...alon@honor
2010-10-21gcc_demanger toolalon@honor
2010-10-21optimize away unneeded FLATTENER[0]; enable gcc_unmangler testalon@honor
2010-10-20dynamic stack allocation support; demangler test closer to passingalon@honor
2010-10-20non-working gcc demangler testalon@honor
2010-10-18fix bug with size of small structures, and parsing themalon@honor
2010-10-16use quantum of 4 in benchmarks, to better simulate real-world conditionsalon@honor
2010-10-16optimize raytrace demoalon@honor
2010-10-16remove unneeded BREAKsalon@honor
2010-10-16optimize stack winding with local var; 5% speedupalon@honor
2010-10-14sanity checks for benchmarksalon@honor
2010-10-13aggressively nativize variables; stop doing optimizations that are no longer ...alon@honor
2010-10-12use closure compiler in benchmarks; 13% speedupalon@honor
2010-10-10typed arrays support; function __index__ing ; 36% speedupalon@honor
2010-10-10clean up flattener code and remove unneeded flattener definitions; 3% speedupalon@honor
2010-10-09pass types to makeGetValue/makeSetValuealon@honor
2010-10-09do not GUARD_MEMORY in benchmark; 7% speedupalon@honor
2010-10-09benchmarking setupalon@honor
2010-10-09allow test runner to not check timeouts when running codealon@honor
2010-10-09fix memory alignment/padding of structures | TESTS FIXEDalon@honor
2010-10-09make llvm 2.7/clang work againalon@honor
2010-10-07begin work to adapt to llvm 2.8 | TESTS BROKENalon@honor