Age | Commit message (Expand) | Author |
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 |
2013-07-25 | fix outlining for all debug levels and add testing | Alon Zakai |
2013-07-25 | fix bug in aggressive variable elimination and re-enable it | Alon Zakai |
2013-07-25 | do not flatten ifs without elses | Alon Zakai |
2013-07-25 | support outlining with minification | Alon Zakai |
2013-07-25 | disable aggressiveVariableElimination for now | Alon Zakai |
2013-07-25 | do not outline sp assignments, because we need sp to perform an outline call | Alon Zakai |
2013-07-25 | allow mixing minifier extra info with general extra info in js optimizer | Alon Zakai |
2013-07-25 | fix find_bigfuncs.py | Alon Zakai |
2013-07-24 | flatten if chains in outliner, and be more careful to avoid outlining through... | Alon Zakai |
2013-07-23 | do not outline through an outline call | Alon Zakai |
2013-07-23 | use a separate stack location for control variable information for each outli... | Alon Zakai |
2013-07-22 | clean up outlinings limit code | Alon Zakai |
2013-07-22 | have a fixed limit for the number of outlinings we perform on a single function | Alon Zakai |
2013-07-21 | abort outlining if it leads to the new function or old function exceeding the... | Alon Zakai |
2013-07-21 | fix semantics of control variable handling in outlining: zero out when callin... | Alon Zakai |
2013-07-20 | simplify heuristics for restarting in outliner | Alon Zakai |
2013-07-20 | stop trying to outline in outlined code, appears to not be necessary anymore | Alon Zakai |
2013-07-20 | use blocks in switch cases in outliner | Alon Zakai |
2013-07-20 | allow sp to be modified in outlined code, by changing the model to where outl... | Alon Zakai |