Age | Commit message (Expand) | Author |
2013-08-19 | use -- for jsc | Alon Zakai |
2013-08-18 | Merge pull request #1536 from juj/fix_rsp_file_escaping_windows | Alon Zakai |
2013-08-18 | Merge pull request #1535 from juj/fix_source_map_windows | Alon Zakai |
2013-08-17 | Fix escaping of parameters in response file generation for Windows. Fixes #14... | Jukka Jylänki |
2013-08-17 | Fix source map generation on Windows. Fixes #1333. | Jukka Jylänki |
2013-08-16 | Add compat headers, move some things to them. | Bruce Mitchener |
2013-08-15 | make find_bigfuncs work on ll and js | Alon Zakai |
2013-08-14 | disable optimizeShifts; fixes #1518 | Alon Zakai |
2013-08-13 | fix limit in outlining.flatten, and adjust to 1/4 of the outlining target | Alon Zakai |
2013-08-13 | exit outlining when we are done, as early as possible | Alon Zakai |
2013-08-12 | Merge branch 'test_split' of github.com:inolen/emscripten into inolen-test_split | Alon Zakai |
2013-08-12 | Move JS_ENGINE_OVERRIDE to shared Building object to avoid sys.modules hack | Anthony Pesch |
2013-08-12 | tool to find functions with lots of vars | Alon Zakai |
2013-08-11 | initial work on splitting up runner.py | Anthony Pesch |
2013-08-09 | aim for more evenly-sized pieces in outliner | Alon Zakai |
2013-08-09 | sort spills and unspills in outliner | Alon Zakai |
2013-08-09 | track loop depth in outliner | Alon Zakai |
2013-08-09 | report more variable stats when outlining | Alon Zakai |
2013-08-09 | Fix file packager to generate a virtual filesystem with '/' as path separator... | Jukka Jylänki |
2013-08-09 | 1.5.51.5.5 | Bruce Mitchener |
2013-08-08 | 1.5.41.5.4 | Alon Zakai |
2013-08-08 | Improve the generation of ~/.emscripten on Windows. | Nick Bray |
2013-08-08 | Allow the PNaCl toolchain to be used in place of a standard version of Clang. | Nick Bray |
2013-08-08 | generate static linking invokes in the prelude; fixes #1468 | Alon Zakai |
2013-08-08 | Merge pull request #1470 from inolen/preload_path_fixes | Alon Zakai |
2013-08-08 | Merge pull request #1467 from abergmeier/extend_versions | Alon Zakai |
2013-08-08 | Merge branch 'link_exports' of github.com:ncbray/emscripten into incoming | Alon Zakai |
2013-08-07 | fix static linker parsing bug | Alon Zakai |
2013-08-07 | Ensure the linker pulls in static libraries containing exported functions. | Nick Bray |
2013-08-06 | store preloaded images by their absolute path | Anthony Pesch |
2013-08-06 | test outlining with -O2, but without size checks | Alon Zakai |
2013-08-06 | allow outlining of single statements | Alon Zakai |
2013-08-06 | better outline logging | Alon Zakai |
2013-08-06 | increment outlining counter only when outlining succeeded | Alon Zakai |
2013-08-06 | Enable LLVM_ADD_VERSION and CLANG_ADD_VERSION being set in Emscripten configu... | Andreas Bergmeier |
2013-08-06 | add more output in file packager error | Alon Zakai |
2013-08-05 | handle overflows when relocating heap offsets | Alon Zakai |
2013-08-05 | increase logging output, fixes s_0_0.test_safe_heap | Alon Zakai |
2013-08-05 | increase logging output, fixes s_0_0.test_safe_heap | Alon Zakai |
2013-08-05 | infrastructure to track the costs of outlining, and to possibly change outlin... | Alon Zakai |
2013-08-02 | infer relative paths in file packager only when not told explicit src and des... | Alon Zakai |
2013-08-02 | also use LLVM_ROOT to detect when we need to clear the cache | Alon Zakai |
2013-08-02 | move file packager logging into debug-only | Alon Zakai |
2013-08-01 | add tools to split and merge asm modules from the surrounding code | Alon Zakai |
2013-08-01 | refactor asm module parsing code into separate file | Alon Zakai |
2013-08-01 | do not use -nostdinc++ with le32 target at all, it does not need it, and add ... | Alon Zakai |
2013-08-01 | only emit -nostdinc++ when calling clang to build a file ending in a cpp-styl... | Alon Zakai |
2013-08-01 | do not emit -m32 when using le32 target | Alon Zakai |
2013-07-31 | absolutize and verify paths in the file packager | Alon Zakai |
2013-07-26 | flatten if-chains into smaller chains, chunking reduces the overhead of flatt... | Alon Zakai |