Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-11 | add relooper sources | Alon Zakai | |
2012-11-10 | clear cache and run sanity checks on version bumps, this will help with ↵1.0.1 | Alon Zakai | |
relooper updates etc. | |||
2012-11-10 | disable closure on relooper - no noticeable speedup, but inlining causes ↵ | Alon Zakai | |
some stack overflows on large projects | |||
2012-11-10 | make sure to fail if relooper bootstrap failed | Alon Zakai | |
2012-11-10 | bootstrap relooperautomatically | Alon Zakai | |
2012-11-10 | remove relooper build in preparation for bootstrapping | Alon Zakai | |
2012-11-10 | updated relooper build | Alon Zakai | |
2012-11-10 | improve emscripten temp file storage | Alon Zakai | |
2012-11-09 | improve LABEL_DEBUG | Alon Zakai | |
2012-11-09 | remove dead code | Alon Zakai | |
2012-11-09 | Merge branch 'relooper2' into incoming | Alon Zakai | |
2012-11-09 | cleanup | Alon Zakai | |
2012-11-09 | fix bug with line cleanup | Alon Zakai | |
2012-11-09 | add relooper build | Alon Zakai | |
2012-11-09 | remove unneeded lines in output | Alon Zakai | |
2012-11-09 | test fixes | Alon Zakai | |
2012-11-09 | Merge pull request #686 from juj/win_test_fixes | Alon Zakai | |
Win test fixes | |||
2012-11-09 | adjust clear() to work with other.test_emcc even in EMCC_DEBUG=1 ↵ | Alon Zakai | |
EM_SAVE_DIR=1 mode; fixes #684 | |||
2012-11-09 | fix switch relooping with multiple identical targets | Alon Zakai | |
2012-11-09 | support invoke in new relooper; fix branch code generation; generate ↵ | Alon Zakai | |
emulated when we must | |||
2012-11-09 | Fixed 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-09 | Fix \r\n vs \n parsing issue in test runner comparisons. | Jukka Jylänki | |
2012-11-09 | Convert crlf to lf in other.test_js_optimizer test to pass the test on Windows. | Jukka Jylänki | |
2012-11-09 | Adjust 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-08 | ignore resume | Alon Zakai | |
2012-11-08 | improve node detection | Alon Zakai | |
2012-11-08 | improve node detection in compiler | Alon Zakai | |
2012-11-08 | handle switch with new relooper | Alon Zakai | |
2012-11-08 | ignore unreachable | Alon Zakai | |
2012-11-08 | fix crash in js optimizer | Alon Zakai | |
2012-11-08 | stop doing old-relooper-related js optimizer passes | Alon Zakai | |
2012-11-08 | rename __label__ => label | Alon Zakai | |
2012-11-08 | render phis in new relooper | Alon Zakai | |
2012-11-08 | start to send proper data to relooper | Alon Zakai | |
2012-11-08 | initial hacking | Alon Zakai | |
2012-11-08 | improve node detection | Alon Zakai | |
2012-11-08 | Fix a few other cases like previous commit where a possibly failing test ↵ | Jukka Jylänki | |
could leak temporarily set environment variables. | |||
2012-11-08 | Fix 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-08 | support inet_ntoa and inet_aton, and fix inet_ntop bug with not writing null ↵ | Alon Zakai | |
terminator | |||
2012-11-08 | headers fix | Alon Zakai | |
2012-11-08 | fix test_emcc | Alon Zakai | |
2012-11-08 | notice NODE env var in .emscripten by default | Alon Zakai | |
2012-11-08 | optimal cwrap | Alon Zakai | |
2012-11-08 | Merge pull request #676 from Blechhirn/SplitFix | Alon Zakai | |
Fix splitting on case-insensitive file systems | |||
2012-11-07 | test debug info removal in -O1+ | Alon Zakai | |
2012-11-07 | improve memory growth error | Alon Zakai | |
2012-11-07 | fix handling of splitting in emscript with just one core | Alon Zakai | |
2012-11-07 | take into account forwarded data in chunk sizes in emscript | Alon Zakai | |
2012-11-07 | Merge pull request #677 from juj/test_emconfig | Alon Zakai | |
Trim line endings in test_emconfig since they vary per-platform. | |||
2012-11-07 | add newline in authors | Alon Zakai | |