aboutsummaryrefslogtreecommitdiff
path: root/tools/js_optimizer.py
AgeCommit message (Expand)Author
2013-09-23write out file in standalone call to js_optimizer.pyAlon Zakai
2013-09-18enable extra_info for standalone js_optimizer.pyAlon Zakai
2013-09-18allow js_optimizer.py to run standaloneAlon Zakai
2013-08-28sort generated functionsAlon Zakai
2013-08-21warn on very large functions and mention OUTLINING_LIMITAlon Zakai
2013-07-25allow mixing minifier extra info with general extra info in js optimizerAlon Zakai
2013-07-10Don't throw KeyboardInterrupt from a child process.Jez Ng
2013-07-03add a naming to globals that can be linked and used across modulesAlon Zakai
2013-07-03refactor linking of importsAlon Zakai
2013-07-03fix detection of whether we know which are the generated functions in js opti...Alon Zakai
2013-07-03allow extra info in js optimizer, and send relocate pass info that wayAlon Zakai
2013-07-03start to parse importsAlon Zakai
2013-07-03start to parse asm modulesAlon Zakai
2013-06-26Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-mapsAlon Zakai
2013-06-25add 'let' to reserved keywords for minifierAlon Zakai
2013-06-24rename MINIFY_INFO to EXTRA_INFO in preparation for further usesAlon Zakai
2013-06-24unify registerize and minify passes, since they must run in conjunctionAlon Zakai
2013-06-24fix minifyGlobals in separate passAlon Zakai
2013-06-22Merge remote-tracking branch 'upstream/incoming' into source-mapsJez Ng
2013-06-22clean up closure callingAlon Zakai
2013-06-22remove unneeded lineAlon Zakai
2013-06-22only minify globals when reloopingAlon Zakai
2013-06-22fix -g2 and add testingAlon Zakai
2013-06-22Source maps should only be activated via the `--map` flag.Jez Ng
2013-06-19Lay the groundwork for optimized source maps.Jez Ng
2013-05-16support closure compiler on the shell in asm modeAlon Zakai
2013-04-08Remove '.' print in tools/js_optimizer.py on Windows. Fixes other.test_chunki...Jukka Jylänki
2013-04-03bump MAX_NAMESAlon Zakai
2013-03-12fix globalScope altering in runtimelink modules; fixes test_runtimelinkAlon Zakai
2013-03-11bump number of minified namesAlon Zakai
2013-03-10add 'progress' updates from multicore operations in emccAlon Zakai
2013-03-10use whitelist of lines to forward out of generated functions areaAlon Zakai
2013-03-09do not wipe out everything after the generated functions suffix; fixes test_e...Alon Zakai
2013-03-09remove limitations on minified namesAlon Zakai
2013-03-09compress asm shellAlon Zakai
2013-03-09improve non-asm parsing of generated functions area to be identical in EMCC_D...Alon Zakai
2013-03-09do not emit generated functions suffix when no longer neededAlon Zakai
2013-03-08save 0.0 in asm shell minificationAlon Zakai
2013-03-08fix another name collisionAlon Zakai
2013-03-08fix temporary workaround for register namesAlon Zakai
2013-03-08for now, do not use rX as minified names, reserve that for registerize localsAlon Zakai
2013-03-08increase number of minified names, and add func markersAlon Zakai
2013-03-08remove unnecessary semicolon; hello world minifiesAlon Zakai
2013-03-08start to minify inside functions, using global data from previous passAlon Zakai
2013-03-08minify globals in a pass before the functionsAlon Zakai
2013-03-08split out asm shell in js optimizer, in preparation for minification of globalsAlon Zakai
2013-03-08remove unneeded lineAlon Zakai
2013-03-08add explicit markers in generated code of where functions and asm areAlon Zakai
2013-03-08disable minificationAlon Zakai
2013-03-08fix global minifyingAlon Zakai