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
/
eliminator
/
eliminator-test.js
Age
Commit message (
Expand
)
Author
2012-12-07
add eliminator mode for asm
Alon Zakai
2012-12-07
add asm.js eliminator testing
Alon Zakai
2012-10-29
eliminate variables that have no uses but their definition has side effects
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
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
do not scan into while
Alon Zakai
2012-10-26
partial rewrite for v3 of eliminator aka expressionizer
Alon Zakai
2012-10-26
add failing eliminator testcase
Alon Zakai
2012-10-26
be careful about tracking when there is a var multiple with a call
Alon Zakai
2012-10-25
add failing eliminator testcase
Alon Zakai
2012-10-25
add no-unsigned malloc test for eliminator
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
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-22
add eliminator test
Alon Zakai
2012-05-04
add o2.zlib test piece to eliminator test
Alon Zakai
2012-02-20
eliminate variables through break/continue/return
Alon Zakai
2012-02-06
limit eliminator to variables with a single use, to avoid exponential growth ...
Alon Zakai
2012-01-29
fix eliminator bug with eliminating over loops
Alon Zakai
2012-01-28
fix eliminator bug with variable defs not counting as mutations (which we see...
Alon Zakai
2011-11-23
improve eliminator
Alon Zakai
2011-11-07
expression optimizer in eliminator
Alon Zakai
2011-10-31
fix eliminator bug of running on functions it shouldn't
Alon Zakai
2011-10-31
explicitly identify emscripten-generated functions (as opposed to library one...
Alon Zakai
2011-08-28
Eliminator: prevent inlining into loops & fix for circular dependencies.
max99x
2011-08-27
Updated the eliminator, mainly to support use-before-declaration cases.
max99x
2011-08-23
Updated UglifyJS to preserve object key quotedness (Closure Compiler compatib...
max99x
2011-08-23
Added a redundant-variable eliminator script and its dependencies.
max99x