aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2011-11-22emcc stuffAlon Zakai
2011-11-22test fixes for |other|Alon Zakai
2011-11-22improve build process for benchmarks, allowing more pass customizationAlon Zakai
2011-11-21fix i64 comparison bug, and various test fixesAlon Zakai
2011-11-20commentAlon Zakai
2011-11-20sketch of emccAlon Zakai
2011-11-19use js optimizer in benchmarksAlon Zakai
2011-11-19initial work on JS optimizerAlon Zakai
2011-11-19test runner fixesAlon Zakai
2011-11-18rename OPTIMIZE to MICRO_OPTSAlon Zakai
2011-11-17proper support for sext of i64s in i64 mode 1Alon Zakai
2011-11-17refactor llvm opts codeAlon Zakai
2011-11-17use clang for native code comparisons, for more valid benchmark resultsAlon Zakai
2011-11-17fix name in test runnerAlon Zakai
2011-11-17Merge branch 'master' of github.com:kripken/emscriptenAlon Zakai
2011-11-17refactor PGO codeAlon Zakai
2011-11-16do not fail on malloc(0)Alon Zakai
2011-11-16clean up benchmark codeAlon Zakai
2011-11-16cleanup benchmark codeAlon Zakai
2011-11-16tell closure compiler not to inline very large functions. use closure in all ↵Alon Zakai
benchmarks
2011-11-16use closure in fasta benchmarkAlon Zakai
2011-11-16initial support for unaligned reads/writes in t2Alon Zakai
2011-11-13simplify typed array code, support for .set() on typed arrays, and remove ↵Alon Zakai
option to fallback from typed arrays
2011-11-13use safe heap in all ta2 tests, to check for alignment issuesAlon Zakai
2011-11-13make test_time passAlon Zakai
2011-11-13disable i64=1 tests in q1Alon Zakai
2011-11-12weaken i64 testAlon Zakai
2011-11-12prepare to merge to masterAlon Zakai
2011-11-12prepare to merge to masterAlon Zakai
2011-11-12don't use unsafe opts in benchmarksAlon Zakai
2011-11-12clean up benchmark code and disable raytrace, which is unreliableAlon Zakai
2011-11-11test fixesAlon Zakai
2011-11-11test fixesAlon Zakai
2011-11-11fix cubescriptAlon Zakai
2011-11-11fix dlfcn_qsortAlon Zakai
2011-11-11fix phi semantics with multiple dependent phisAlon Zakai
2011-11-11fix bug with duplicate llvm_as, and other tweaks to that codeAlon Zakai
2011-11-11roundy math ops (add etc.) in i64=1Alon Zakai
2011-11-11focus on ta2 i64=1 testsAlon Zakai
2011-11-11tweak raytrace testAlon Zakai
2011-11-11tiny cleanupAlon Zakai
2011-11-11fix remaining ta2 i64=1 testsAlon Zakai
2011-11-11focus on ta2 i64mode=1 testsAlon Zakai
2011-11-10fix for test_parseIntAlon Zakai
2011-11-10test tweakAlon Zakai
2011-11-10test tweakAlon Zakai
2011-11-10more i64 testsAlon Zakai
2011-11-10i64 fix for printing the very largest valuesAlon Zakai
2011-11-10cleanup and fixes for i64Alon Zakai
2011-11-10more i64 fixes and testsAlon Zakai