aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2011-12-02tiny followup for exit code patch for test runnerAlon Zakai
2011-12-02Merge pull request #116 from eclecticdave/masterAlon Zakai
2011-12-02fix poppler testAlon Zakai
2011-12-03Modify exit() to throw an object and catch it.David Claughton
2011-11-30refactor compiler to allow future batching of types and globals. move postset...Alon Zakai
2011-11-28fix test_cases (2)Alon Zakai
2011-11-28fix test_casesAlon Zakai
2011-11-28partial fix for breakinthemiddle in test_casesAlon Zakai
2011-11-28fix for test_closure_compiler with spidermonkey as compiler engineAlon Zakai
2011-11-27fix for i64 mode 1 conversion of double to i64Alon Zakai
2011-11-27improve benchmark outputAlon Zakai
2011-11-27do not recompile just for dfe in test runnerAlon Zakai
2011-11-26imporve i64 testAlon Zakai
2011-11-26fixes for 64-bit values in globals in i64 mode 1Alon Zakai
2011-11-26refactor a js optimizer passAlon Zakai
2011-11-26add i16 to corrections benchmarkAlon Zakai
2011-11-25fix for passing structs by value, and warning for unfixable case of passing s...Alon Zakai
2011-11-25fix varargs calls in function pointersAlon Zakai
2011-11-25strengthen (failing) mix_c_cpp testAlon Zakai
2011-11-25add two failing tests for issue 123Alon Zakai
2011-11-24add floating-point stuff to benchmark_correctionsAlon Zakai
2011-11-24rewrite makeRounding to fix a bugAlon Zakai
2011-11-24rename stuff in corrections benchmarkAlon Zakai
2011-11-24add benchmark for correctionsAlon Zakai
2011-11-23remove all unneeded loop labelsAlon Zakai
2011-11-23simplify !(<) etc. in js optimizerAlon Zakai
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
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 opt...Alon Zakai
2011-11-13use safe heap in all ta2 tests, to check for alignment issuesAlon Zakai