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
/
asm-eliminator-test.js
Age
Commit message (
Expand
)
Author
2013-12-23
make eliminator not get confused by calls without a return but with a coercion
Alon Zakai
2013-11-08
invalidate calls on conditionals in js optimizer, to avoid eliminating into a...
Alon Zakai
2013-10-03
update js optimizer tests
Alon Zakai
2013-06-25
fix crash in js optimizer loop variables pass on empty if blocks
Alon Zakai
2013-06-21
update tests
Alon Zakai
2013-06-21
do not eliminate loop vars when there is a shared helper
Alon Zakai
2013-06-07
ignore tempDoublePtr operations, they do not really alias memory
Alon Zakai
2013-06-07
optimize multiple loop variables together
Alon Zakai
2013-06-07
handle empty loops in new loop optimizations; fixes #1270
Alon Zakai
2013-06-07
track number of uses properly for loop variable removal
Alon Zakai
2013-06-07
eliminate loop helper variables
Alon Zakai
2013-05-28
only abort in eliminator when actually necessary
Alon Zakai
2013-05-10
do not eliminate if there is a switch
Alon Zakai
2013-05-10
only recurse on decreasing uses on locals, and clear out names to avoid confu...
Alon Zakai
2013-05-10
recursively remove variables with no uses in eliminator
Alon Zakai
2013-05-07
recognize the double-to-i64 bitcast pattern as having no side effects in elim...
Alon Zakai
2013-05-07
infer untyped variables in js-optimizer.js by origin variable's type if they ...
Alon Zakai
2013-04-17
remove eliminated variable definitions only if variable was successfully remo...
Alon Zakai
2013-02-02
eliminate into labels
Alon Zakai
2012-12-07
make normalizeAsm not get confused when a var later has an unneeded 'var' bef...
Alon Zakai
2012-12-07
remove unneeded single assignments to otherwise-unused variables in eliminator
Alon Zakai
2012-12-07
another eliminateAsm bug+testcase
Alon Zakai
2012-12-07
add eliminateAsm testcase
Alon Zakai
2012-12-07
make eliminateAsm test be correct asm.js
Alon Zakai
2012-12-07
add asmEliminator testcase
Alon Zakai
2012-12-07
add eliminator mode for asm
Alon Zakai