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-05-04
optimize transitive closure a tiny bit more
Alon Zakai
2012-05-04
optimize eliminator transitive calculation
Alon Zakai
2012-05-04
add o2.zlib test piece to eliminator test
Alon Zakai
2012-05-04
fix and slow down again the eliminator tool, plus refactoring to enable prope...
Alon Zakai
2012-05-03
optimize eliminator transitive dependency calculation
Alon Zakai
2012-03-29
properly detect windows in eliminator
Alon Zakai
2012-03-28
read stdin differently in windows in eliminator
Alon Zakai
2012-03-20
revert eliminator change due to breakage
Alon Zakai
2012-03-20
Misc fixes for Windows.
Sigmund Vik
2012-03-20
Coffee-script fix for new node.js
Sigmund Vik
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-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
[prev]