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
2012-11-10
clear cache and run sanity checks on version bumps, this will help with reloo...
1.0.1
Alon Zakai
2012-11-10
disable closure on relooper - no noticeable speedup, but inlining causes some...
Alon Zakai
2012-11-10
make sure to fail if relooper bootstrap failed
Alon Zakai
2012-11-10
bootstrap relooperautomatically
Alon Zakai
2012-11-08
fix crash in js optimizer
Alon Zakai
2012-11-08
rename __label__ => label
Alon Zakai
2012-11-08
notice NODE env var in .emscripten by default
Alon Zakai
2012-11-08
Merge pull request #676 from Blechhirn/SplitFix
Alon Zakai
2012-11-06
less debug output in js optimizer
Alon Zakai
2012-11-06
save temp files in EMCC_DEBUG mode
Alon Zakai
2012-11-06
Fix splitting on case-insensitive file systems
Manuel Wellmann
2012-11-06
Add another loud error message containing the actual command line when callin...
Jukka Jylänki
2012-11-05
If configure in shared.py fails with an exception, print out the command line...
Jukka Jylänki
2012-11-04
simplify default settings
Alon Zakai
2012-11-04
handle windows line endings in js optimizer splitting
Alon Zakai
2012-11-03
log out js optimizer split sizes
Alon Zakai
2012-11-03
fix exit code on sanity fails
Alon Zakai
2012-10-30
tell closure its input is ECMASCRIPT5
Alon Zakai
2012-10-29
define LDSHARED, useful in zlib configure
Alon Zakai
2012-10-29
eliminate variables that have no uses but their definition has side effects
Alon Zakai
2012-10-29
re-enable parallelization of js optimizer on windows
Alon Zakai
2012-10-29
do not use process pool for js optimizer when not enough cores or on windows ...
Alon Zakai
2012-10-28
make js optimizer detection of generated functions marker more robust
Alon Zakai
2012-10-28
remove unneeded import
Alon Zakai
2012-10-28
split out js_optimizer python portion into an independent module
Alon Zakai
2012-10-28
refactor js optimizer caller a little
Alon Zakai
2012-10-27
add memory-growth safe eliminator mode
Alon Zakai
2012-10-27
flip associative binaries when safe to do so for elimination purposes
Alon Zakai
2012-10-27
eliminate into returns
Alon Zakai
2012-10-27
update eliminator test to latest optimizations
Alon Zakai
2012-10-27
eliminator docs
Alon Zakai
2012-10-27
eliminate into one-time do-while loops
Alon Zakai
2012-10-27
add eliminator testcase
Alon Zakai
2012-10-27
note function arguments as locals
Alon Zakai
2012-10-27
add more aborting nodes in eliminator
Alon Zakai
2012-10-27
abort scanning on unfamiliar eliminator nodes
Alon Zakai
2012-10-27
do not scan into while
Alon Zakai
2012-10-27
handle more nodes in eliminator scanning
Alon Zakai
2012-10-27
ignore return in eliminator
Alon Zakai
2012-10-27
support seq in eliminator
Alon Zakai
2012-10-27
fix eliminator test, now passes
Alon Zakai
2012-10-27
only invalidate calls when reading a global
Alon Zakai
2012-10-26
invalidate by dep in vars
Alon Zakai
2012-10-26
partial rewrite for v3 of eliminator aka expressionizer
Alon Zakai
2012-10-26
ignore previously-generated empty toplevels in eliminator, which happens when...
Alon Zakai
2012-10-26
add failing eliminator testcase
Alon Zakai
2012-10-26
remove unGlobalize tests and update others
Alon Zakai
2012-10-26
do not emit multiple EMSCRIPTEN_GENERATED_FUNCTION markers in split js files
Alon Zakai
2012-10-26
parallelize inside js optimizer passes, using all cpu cores
Alon Zakai
2012-10-26
fail on trying to split up js optimizer on unGlobalize
Alon Zakai
[next]