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
Age
Commit message (
Expand
)
Author
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-22
eliminate unneeded lines in eliminator
Alon Zakai
2011-11-22
test fixes for |other|
Alon Zakai
2011-11-22
improve build process for benchmarks, allowing more pass customization
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-30
Updated eliminator test output.
max99x
2011-08-30
Made sure uglify's code generator re-parenthesizes anonymous functions.
max99x
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-24
Cosmetic changes to eliminator script. No change in functionality.
max99x
2011-08-24
Added eliminator test to the runner.
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