aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-11-10clear cache and run sanity checks on version bumps, this will help with ↵1.0.1Alon Zakai
relooper updates etc.
2012-11-10disable closure on relooper - no noticeable speedup, but inlining causes ↵Alon Zakai
some stack overflows on large projects
2012-11-10make sure to fail if relooper bootstrap failedAlon Zakai
2012-11-10bootstrap relooperautomaticallyAlon Zakai
2012-11-10remove relooper build in preparation for bootstrappingAlon Zakai
2012-11-10updated relooper buildAlon Zakai
2012-11-10improve emscripten temp file storageAlon Zakai
2012-11-09improve LABEL_DEBUGAlon Zakai
2012-11-09remove dead codeAlon Zakai
2012-11-09Merge branch 'relooper2' into incomingAlon Zakai
2012-11-09cleanupAlon Zakai
2012-11-09fix bug with line cleanupAlon Zakai
2012-11-09add relooper buildAlon Zakai
2012-11-09remove unneeded lines in outputAlon Zakai
2012-11-09test fixesAlon Zakai
2012-11-09Merge pull request #686 from juj/win_test_fixesAlon Zakai
Win test fixes
2012-11-09adjust clear() to work with other.test_emcc even in EMCC_DEBUG=1 ↵Alon Zakai
EM_SAVE_DIR=1 mode; fixes #684
2012-11-09fix switch relooping with multiple identical targetsAlon Zakai
2012-11-09support invoke in new relooper; fix branch code generation; generate ↵Alon Zakai
emulated when we must
2012-11-09Fixed a result parsing issue in test_pgo on Windows.Jukka Jylänki
The previous code assert assumed to find a string 'Overflow|.*src.cpp:6 : 60 hits, %20 failures', but building on Windows gave a string of form 'Overflow|tmpCemscripten_tempCsrc.cpp:6 : 60 hits, %20 failures', i.e. prepending the path to the source file in the result. Now using a regex to accept both forms.
2012-11-09Fix \r\n vs \n parsing issue in test runner comparisons.Jukka Jylänki
2012-11-09Convert crlf to lf in other.test_js_optimizer test to pass the test on Windows.Jukka Jylänki
2012-11-09Adjust an assert check in other.test_emcc to be more relaxed on the ↵Jukka Jylänki
generated LLVM output. On Windows, the text outputted by LLVM varied somewhat, so testing for string containment instead works better.
2012-11-08ignore resumeAlon Zakai
2012-11-08improve node detectionAlon Zakai
2012-11-08improve node detection in compilerAlon Zakai
2012-11-08handle switch with new relooperAlon Zakai
2012-11-08ignore unreachableAlon Zakai
2012-11-08fix crash in js optimizerAlon Zakai
2012-11-08stop doing old-relooper-related js optimizer passesAlon Zakai
2012-11-08rename __label__ => labelAlon Zakai
2012-11-08render phis in new relooperAlon Zakai
2012-11-08start to send proper data to relooperAlon Zakai
2012-11-08initial hackingAlon Zakai
2012-11-08improve node detectionAlon Zakai
2012-11-08Fix a few other cases like previous commit where a possibly failing test ↵Jukka Jylänki
could leak temporarily set environment variables.
2012-11-08Fix test_conftest_s_flag_passing (__main__.other) from leaking behind an ↵Jukka Jylänki
environment variable EMMAKEN_JUST_CONFIGURE=1 if the test fails. This would cause all subsequent tests in the test runner to also fail.
2012-11-08support inet_ntoa and inet_aton, and fix inet_ntop bug with not writing null ↵Alon Zakai
terminator
2012-11-08headers fixAlon Zakai
2012-11-08fix test_emccAlon Zakai
2012-11-08notice NODE env var in .emscripten by defaultAlon Zakai
2012-11-08optimal cwrapAlon Zakai
2012-11-08Merge pull request #676 from Blechhirn/SplitFixAlon Zakai
Fix splitting on case-insensitive file systems
2012-11-07test debug info removal in -O1+Alon Zakai
2012-11-07improve memory growth errorAlon Zakai
2012-11-07fix handling of splitting in emscript with just one coreAlon Zakai
2012-11-07take into account forwarded data in chunk sizes in emscriptAlon Zakai
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