aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2011-12-05better sanity checks for configured js enginesAlon Zakai
2011-12-04sanity check for compiler engine in test runnerAlon Zakai
2011-12-04fix line numbers with multiple linked filesAlon Zakai
2011-12-04mark test_exceptions as failing on nodeAlon Zakai
2011-12-04tiny cleanup for benchmark codeAlon Zakai
2011-12-04commentAlon Zakai
2011-12-03fixes for using node as both compiler engine and code running engine. node ↵Alon Zakai
is now default in settings.py
2011-12-02tiny followup for exit code patch for test runnerAlon Zakai
2011-12-02Merge pull request #116 from eclecticdave/masterAlon Zakai
exit() throws uncaught exception
2011-12-02fix poppler testAlon Zakai
2011-12-03Modify exit() to throw an object and catch it.David Claughton
* Changed exit from throwing an text string to throwing an Error-derived object encapsulating the exit status. Then catch it in 'callMain' and return the status. Enable this functionality by setting CATCH_EXIT_CODE in settings.js
2011-11-30refactor compiler to allow future batching of types and globals. move ↵Alon Zakai
postsets from run() to the toplevel to boost performance and simplify compilation. fix various bugs that were noticed during this
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 ↵Alon Zakai
structs by value between C and C++ calling conventions
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