aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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
needed; fix some uncovered bugs; 49% speedup
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, ↵alon@honor
dlmalloc/clang
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
sauer
2010-10-02dlmalloc testalon@honor
2010-10-02memory implementation cleanupalon@honor
2010-10-01test+fix for modifying fields of global structuresalon@honor
2010-09-30show test namesalon@honor
2010-09-30optional stricter support for unsigned values +testalon@honor
2010-09-28call stack implementationalon@honor
2010-09-27cleanup parseGetElementPtr and ignore 'volatile'alon@honor
2010-09-25add raytracing testalon@honor
2010-09-25fix for arrays of arrays +testalon@honor
2010-09-25optional memory alignment that matches c/c++; used in clang, not in llvm-gccalon@honor
2010-09-24Infinity and NaNalon@honor
2010-09-24floating point fixes +testalon@honor
2010-09-24IEEE floats fixesalon@honor
2010-09-23proper print buffering, + cleanupalon@honor