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
/
js_optimizer.py
Age
Commit message (
Expand
)
Author
2013-10-29
bump js minifier name limit, and optimize to not create all the names on smal...
Alon Zakai
2013-09-23
write out file in standalone call to js_optimizer.py
Alon Zakai
2013-09-18
enable extra_info for standalone js_optimizer.py
Alon Zakai
2013-09-18
allow js_optimizer.py to run standalone
Alon Zakai
2013-08-28
sort generated functions
Alon Zakai
2013-08-21
warn on very large functions and mention OUTLINING_LIMIT
Alon Zakai
2013-07-25
allow mixing minifier extra info with general extra info in js optimizer
Alon Zakai
2013-07-10
Don't throw KeyboardInterrupt from a child process.
Jez Ng
2013-07-03
add a naming to globals that can be linked and used across modules
Alon Zakai
2013-07-03
refactor linking of imports
Alon Zakai
2013-07-03
fix detection of whether we know which are the generated functions in js opti...
Alon Zakai
2013-07-03
allow extra info in js optimizer, and send relocate pass info that way
Alon Zakai
2013-07-03
start to parse imports
Alon Zakai
2013-07-03
start to parse asm modules
Alon Zakai
2013-06-26
Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-maps
Alon Zakai
2013-06-25
add 'let' to reserved keywords for minifier
Alon Zakai
2013-06-24
rename MINIFY_INFO to EXTRA_INFO in preparation for further uses
Alon Zakai
2013-06-24
unify registerize and minify passes, since they must run in conjunction
Alon Zakai
2013-06-24
fix minifyGlobals in separate pass
Alon Zakai
2013-06-22
Merge remote-tracking branch 'upstream/incoming' into source-maps
Jez Ng
2013-06-22
clean up closure calling
Alon Zakai
2013-06-22
remove unneeded line
Alon Zakai
2013-06-22
only minify globals when relooping
Alon Zakai
2013-06-22
fix -g2 and add testing
Alon Zakai
2013-06-22
Source maps should only be activated via the `--map` flag.
Jez Ng
2013-06-19
Lay the groundwork for optimized source maps.
Jez Ng
2013-05-16
support closure compiler on the shell in asm mode
Alon Zakai
2013-04-08
Remove '.' print in tools/js_optimizer.py on Windows. Fixes other.test_chunki...
Jukka Jylänki
2013-04-03
bump MAX_NAMES
Alon Zakai
2013-03-12
fix globalScope altering in runtimelink modules; fixes test_runtimelink
Alon Zakai
2013-03-11
bump number of minified names
Alon Zakai
2013-03-10
add 'progress' updates from multicore operations in emcc
Alon Zakai
2013-03-10
use whitelist of lines to forward out of generated functions area
Alon Zakai
2013-03-09
do not wipe out everything after the generated functions suffix; fixes test_e...
Alon Zakai
2013-03-09
remove limitations on minified names
Alon Zakai
2013-03-09
compress asm shell
Alon Zakai
2013-03-09
improve non-asm parsing of generated functions area to be identical in EMCC_D...
Alon Zakai
2013-03-09
do not emit generated functions suffix when no longer needed
Alon Zakai
2013-03-08
save 0.0 in asm shell minification
Alon Zakai
2013-03-08
fix another name collision
Alon Zakai
2013-03-08
fix temporary workaround for register names
Alon Zakai
2013-03-08
for now, do not use rX as minified names, reserve that for registerize locals
Alon Zakai
2013-03-08
increase number of minified names, and add func markers
Alon Zakai
2013-03-08
remove unnecessary semicolon; hello world minifies
Alon Zakai
2013-03-08
start to minify inside functions, using global data from previous pass
Alon Zakai
2013-03-08
minify globals in a pass before the functions
Alon Zakai
2013-03-08
split out asm shell in js optimizer, in preparation for minification of globals
Alon Zakai
2013-03-08
remove unneeded line
Alon Zakai
2013-03-08
add explicit markers in generated code of where functions and asm are
Alon Zakai
2013-03-08
disable minification
Alon Zakai
[next]