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
/
node_modules
Age
Commit message (
Expand
)
Author
2013-06-26
Move line numbers to the AST node itself.
Jez Ng
2013-06-22
Get test_source_map passing again.
Jez Ng
2013-06-22
Put uglify back the way it was.
Jez Ng
2013-06-22
Make optimizer handle both strings and string-like type objects.
Jez Ng
2013-06-22
Fix line numbering for invoke instructions.
Jez Ng
2013-06-19
Implement source maps for optimized builds.
Jez Ng
2013-06-19
Map source lines for assignment statements.
Jez Ng
2013-06-19
Delete uglify code that was only needed for compression.
Jez Ng
2013-03-04
kill symlinks to coffeescript
Chad Austin
2012-10-23
remove no longer needed coffeescript
Alon Zakai
2012-10-13
update coffeescript to d8905e2f8799931013e227b869b1c6f6c85122f0
Alon Zakai
2012-03-20
Coffee-script fix for new node.js
Sigmund Vik
2011-08-30
Made sure uglify's code generator re-parenthesizes anonymous functions.
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