aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-07Merge pull request #677 from juj/test_emconfigAlon Zakai
Trim line endings in test_emconfig since they vary per-platform.
2012-11-07add newline in authorsAlon Zakai
2012-11-07commented out safe heap code for infinities and nansAlon Zakai
2012-11-07fix sanity testAlon Zakai
2012-11-07use COMPILER_TEST_OPTS in emcc testsAlon Zakai
2012-11-07refactor link time opts codeAlon Zakai
2012-11-07coverage for EMCC_DEBUG=1 and 2Alon Zakai
2012-11-07split up js optimizer passes only in EMCC_DEBUG=2, not 1Alon Zakai
2012-11-07strip debug info in -O1 and above by default, unless -g is specified when ↵Alon Zakai
converting to JS, since (1) js optimizations strip it anyhow, and (2) it slows down compilation
2012-11-07test coverage for splitting each function out into an emscript chunkAlon Zakai
2012-11-06allow setting the js compiler in emscripten.py, for people that don't use ↵Alon Zakai
emcc and ~/.emscripten
2012-11-06fix temp dir in emccAlon Zakai
2012-11-06fix test_linespecific and test_pgoAlon Zakai
2012-11-06fix test_debugAlon Zakai
2012-11-06build freetype separately for opt, without debug metadata, to add more ↵Alon Zakai
testing for chunking in emscript
2012-11-06less debug output in js optimizerAlon Zakai
2012-11-06emscripten profiling cleanupAlon Zakai
2012-11-06optimize emscript indexize using python reAlon Zakai
2012-11-06run emscript func chunks in parallelAlon Zakai
2012-11-06refactor emscript chunking codeAlon Zakai
2012-11-06remove -g in -O2, for more test coverageAlon Zakai
2012-11-06cleanupAlon Zakai
2012-11-06fix chunking bugAlon Zakai
2012-11-06chunk funcs pass in emscriptAlon Zakai
2012-11-06cleanupAlon Zakai
2012-11-06remove now-unneeded currFunctionsAlon Zakai
2012-11-06generate indexedFunctions in pre, and give it the information to do soAlon Zakai
2012-11-06fix printing of GENERATED_FUNCTIONSAlon Zakai
2012-11-06fix debug metadataAlon Zakai
2012-11-06process each function separately in emscriptAlon Zakai
2012-11-06optimize line splitting in emscriptAlon Zakai
2012-11-06save temp files in EMCC_DEBUG modeAlon Zakai
2012-11-06emscript profilingAlon Zakai
2012-11-06cleanupAlon Zakai
2012-11-06split js compiler into three passes, to facilitate future parallizationAlon Zakai
2012-11-06Trim line endings in test_emconfig since they vary per-platform.Jukka Jylänki
2012-11-05add proper indentation in long.js to not confuse js optimizer splitterAlon Zakai
2012-11-05add some debug output to test_pgoAlon Zakai
2012-11-05be more careful about printing out assertion messages, not all metadata is ↵Alon Zakai
always present
2012-11-06Add another loud error message containing the actual command line when ↵Jukka Jylänki
calling make in shared.py.
2012-11-05If configure in shared.py fails with an exception, print out the command ↵Jukka Jylänki
line that was attempted.
2012-11-05skip test_llvm_nativizer if no gnu as presentAlon Zakai
2012-11-05fix fread/fwrite returns values on error; fixes #675Alon Zakai
2012-11-05Merge pull request #657 from Blechhirn/LLD_for_sscanfAlon Zakai
Added %lld support to __scanString
2012-11-05Added %lld support to __scanStringManuel Wellmann
Also extended makeSetValue for the i64/typed_array=2 case.
2012-11-04enable node in test_casesAlon Zakai
2012-11-04comment on multicore in test runnerAlon Zakai
2012-11-04fix test_runtimelink_multi when no spidermonkey presentAlon Zakai
2012-11-04simplify default settingsAlon Zakai
2012-11-04fix test_timeAlon Zakai