aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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-21expose ___SIZE of structsalon@honor
2010-10-21namespace generator toolalon@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-20prep for bullet 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-13use tracemonkey in settings.pyalon@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-10spidermonkey optsalon@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-08beginnings of fixes for clang 2.8alon@honor
2010-10-07all llvm-gcc tests passalon@honor
2010-10-07begin work to adapt to llvm 2.8 | TESTS BROKENalon@honor
2010-10-07separate running stage out in test runneralon@honor
2010-10-07separate build stage out in test runneralon@honor
2010-10-03clean up relooperalon@honor
2010-10-03cleanup + test both optimized and non-optimizedalon@honor
2010-10-02add missing branch detection of assign&invoke. all tests pass with reloopingalon@honor
2010-10-02add missing branch detection of default in switch. all reloop but sauer, dlma...alon@honor
2010-10-02test both reloop and non-reloopalon@honor
2010-10-02rewrite of relooper, part I: just emulated and loops, no ifs. all reloop but ...alon@honor