aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2012-01-01improve loop hoisting and add testAlon Zakai
2011-12-31override print() by default, to avoid errors when using the browser print() ↵Alon Zakai
(print to printer) if it hasn't been overridden. Overriding is now possible through Module.print
2011-12-31handle truncation inside ptrtoint when needed, and fix some potential bugs ↵Alon Zakai
(add proper type to inline mathops with to at the end, and parseInt on bitsLeft in processMathops)
2011-12-31support ptrtoint into i64 in i64 mode 1Alon Zakai
2011-12-31fix and enable optimizeShiftsAggressive testAlon Zakai
2011-12-30fix bug with optimizing shifts too large for us to be optimizingAlon Zakai
2011-12-30disable optimizeShifts test, we only use the conservative part for nowAlon Zakai
2011-12-28initial work on optimizeShifts pass in js optimizerAlon Zakai
2011-12-26refactor js optimizer testAlon Zakai
2011-12-24support for %f,%lf in sscanf, and fix a bug with printfAlon Zakai
2011-12-23disable bsearch test in q1Alon Zakai
2011-12-22better temp dir definition and usage, and more debugging output in emccAlon Zakai
2011-12-22consolidate llvm switch checks to both optimize execution and fix a bug with ↵Alon Zakai
hoistMultiples
2011-12-21add disabled test for issue 148 as a TODOAlon Zakai
2011-12-21closure also in zlib test for yet more coverageAlon Zakai
2011-12-21add closure compiler in cubescript for additional coverageAlon Zakai
2011-12-21benchmarks fixAlon Zakai
2011-12-21disable fasta_t2 benchmark for nowAlon Zakai
2011-12-21fix test_structbyvalAlon Zakai
2011-12-21fix o1.test_exceptionsAlon Zakai
2011-12-21Merge branch 'master' into incomingAlon Zakai
2011-12-21fix test_luaAlon Zakai
2011-12-21move test for issue 39 into test_casesAlon Zakai
2011-12-21remove closure test, enable closure in test_files to achieve the same goal ↵Alon Zakai
in a more emcc compatible way
2011-12-21add internal option to let emcc not compile inputs to bc. fixes test_casesAlon Zakai
2011-12-21fix post_build usage in ll tests, fixes popplerAlon Zakai
2011-12-21fix sqliteAlon Zakai
2011-12-21fix unistd testsAlon Zakai
2011-12-21fix test_scriptaclassAlon Zakai
2011-12-21An implementation of bsearch(3).David Yip
2011-12-20really fix openjpegAlon Zakai
2011-12-20fix openjpegAlon Zakai
2011-12-20fix fs_base and freetypeAlon Zakai
2011-12-20fix test_emscripten_apiAlon Zakai
2011-12-20fix test_dlfcn_varargsAlon Zakai
2011-12-20fix test_debugAlon Zakai
2011-12-20fix test_closure_compilerAlon Zakai
2011-12-20fix various post_build calls into the new formatAlon Zakai
2011-12-20Merge branch 'master' into incomingAlon Zakai
2011-12-20stdbool.hAlon Zakai
2011-12-20Merge branch 'master' into incomingAlon Zakai
2011-12-20fix feof, plus testAlon Zakai
2011-12-20refactoring and fixes for running more tests in new o1 and o2 modesAlon Zakai
2011-12-20fix test system bug in s_*_*Alon Zakai
2011-12-20refactor test system, replace ta2 runs with o1 (-O1 with SAFE_HEAP) and o2 ↵Alon Zakai
(-O2 without closure)
2011-12-20add t2 benchmark of fasta (which seems the most hurt by t2)Alon Zakai
2011-12-20missing test filesAlon Zakai
2011-12-20hoist multiples into branchings right before themAlon Zakai
2011-12-19nicer output in emcc when there are source code errors, plus testAlon Zakai
2011-12-19fix closure compiler warning in emcc and add sanity testAlon Zakai