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
/
js-optimizer.js
Age
Commit message (
Expand
)
Author
2012-11-08
fix crash in js optimizer
Alon Zakai
2012-11-08
rename __label__ => label
Alon Zakai
2012-10-29
eliminate variables that have no uses but their definition has side effects
Alon Zakai
2012-10-28
make js optimizer detection of generated functions marker more robust
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
eliminator docs
Alon Zakai
2012-10-27
eliminate into one-time do-while loops
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
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
do not emit multiple EMSCRIPTEN_GENERATED_FUNCTION markers in split js files
Alon Zakai
2012-10-26
fail on trying to split up js optimizer on unGlobalize
Alon Zakai
2012-10-26
eliminator todo
Alon Zakai
2012-10-26
be careful about tracking when there is a var multiple with a call
Alon Zakai
2012-10-26
invalidate call elimination when we see something it might modify (a global o...
Alon Zakai
2012-10-25
eliminate (carefully) into and through ifs
Alon Zakai
2012-10-25
move dep invalidations clearing to correct position
Alon Zakai
2012-10-25
invalidate elimination by dependencies after the current line
Alon Zakai
2012-10-25
track dependencies of variables we might eliminate
Alon Zakai
2012-10-25
do not eliminate into the body/else of if - this is rarely important, and req...
Alon Zakai
2012-10-25
fix handling of unremovable unused vars
Alon Zakai
2012-10-25
variables with no uses cannot be removed if their definition has side effects
Alon Zakai
2012-10-25
eliminate in if nodes
Alon Zakai
2012-10-25
remove var x; of completely unused vars, and restore previous test cases
Alon Zakai
2012-10-25
rewrite of eliminator to better approach
Alon Zakai
2012-10-24
note 'seq' (x,y,z) nodes as modifying control flow and invalidating elimination
Alon Zakai
2012-10-23
fix eliminator bug where X[y] would take X into account for variable effects,...
Alon Zakai
2012-10-23
include eliminator as js optimizer pass
Alon Zakai
2012-10-23
remove unneeded js optimizer re-parse
Alon Zakai
2012-10-20
implement simplifyZeroComp js optimizer pass, not yet executed
Alon Zakai
2012-09-25
add workaround for older node versions
Alon Zakai
2012-09-25
Support loading emscripten argument filenames with relative paths
Chad Austin
2012-09-05
Bitshift optimizer anticipates fns with switches
Benjamin Stover
2012-07-06
unused << >> optimization in js optimizer
Alon Zakai
2012-07-04
pass the eliminator the filename to avoid OS-specific issues with reading fro...
Alon Zakai
2012-05-17
do not registerize with switches present
Alon Zakai
2012-05-16
fix js optimizer bug with not emitting a ';' that lead to joined instructions
Alon Zakai
2012-05-16
fix registerize bug with freeing variables from the wrong loops
Alon Zakai
2012-05-16
bugfix in registerize
Alon Zakai
2012-05-16
properly lock variables to loops in registerize
Alon Zakai
[next]