summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-11-10more i64 fixes and testsAlon Zakai
2011-11-10i64 fixes and testsAlon Zakai
2011-11-10i64 testsAlon Zakai
2011-11-10fixes; i64 passesAlon Zakai
2011-11-10note for future parsing of i64 constsAlon Zakai
2011-11-10i64 fixes, first part of test_i64 passesAlon Zakai
2011-11-09initial work on i64 mathopsAlon Zakai
2011-11-09initial work on i64Alon Zakai
2011-11-09update misleading reference to LLVM 2.9Alon Zakai
2011-11-07expression optimizer in eliminatorAlon Zakai
2011-11-07basic support for dynamic_castAlon Zakai
2011-11-07benchmarks fixesAlon Zakai
2011-11-07add skinning benchmarkAlon Zakai
2011-11-07use eliminator in raytrace benchmarkAlon Zakai
2011-11-06fix bug with re-processing type and other info for each function, leading to ↵Alon Zakai
massive slowdowns on very large projects
2011-11-06disable 'use strict' - it does not help us in any wayAlon Zakai
2011-11-06tweak framework profilingAlon Zakai
2011-11-06update commentAlon Zakai
2011-11-05default temp dir to /tmpAlon Zakai
2011-11-05fix raytrace test and benchmarkAlon Zakai
2011-11-04remove $ from inline temp varsAlon Zakai
2011-11-04emmaken fixAlon Zakai
2011-11-04headers fixAlon Zakai
2011-11-04USE_FHEAP optionAlon Zakai
2011-11-04optimize ta1 memcpy, and use ta1 in raytrace benchmarkAlon Zakai
2011-11-03use bit shifts in multiplications where possibleAlon Zakai
2011-11-03refactor getFastValueAlon Zakai
2011-11-03getFastValue|s|Alon Zakai
2011-11-02fix atoiAlon Zakai
2011-11-02scanf improvementsAlon Zakai
2011-11-02Merge branch 'master' of github.com:kripken/emscriptenAlon Zakai
2011-11-02optimize getFastValue and getHeapOffsetAlon Zakai
2011-11-01do 10 runs in benchmarksAlon Zakai
2011-10-31revert pull 110 and part of pull 107Alon Zakai
2011-10-31SDL stubsAlon Zakai
2011-10-31Merge pull request #110 from BenoitT/patch-2Alon Zakai
Added test for std::endl
2011-10-31Merge pull request #107 from BenoitT/patch-1Alon Zakai
std::endl was missing. We just need to comment extern to make std::cout w
2011-10-31fix bug with IGNORED_FUNCTIONSAlon Zakai
2011-10-31fix eliminator bug of running on functions it shouldn'tAlon Zakai
2011-10-31ignore ignored functions in list of generated functions (they may be ↵Alon Zakai
overridden by handwritten code)
2011-10-31explicitly identify emscripten-generated functions (as opposed to library ↵Alon Zakai
ones, or handwritten ones appended to the same file), and run eliminator only on those
2011-10-31building tweakAlon Zakai
2011-10-31Added test for std::endlBenoitT
2011-10-30add fingerprint data to benchmarksAlon Zakai
2011-10-30use only existing js engines in test runnerAlon Zakai
2011-10-29add working test for <vector>Alon Zakai
2011-10-28very partial getrusageAlon Zakai
2011-10-28minor build_library tweaksAlon Zakai
2011-10-28default params for run_jsAlon Zakai
2011-10-28fixes for busted openjpeg and poppler testsAlon Zakai