index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
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.5
1.5.5
Bruce Mitchener
2013-08-08
1.5.4
1.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
[next]