aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2013-03-09move addFinalReturns to simplyExpressionsPre so it runs even in -gAlon Zakai
2013-03-09optimize traverseGeneratedFunctionsAlon 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-09use minified names in registerize for localsAlon Zakai
2013-03-09refactor registerize global substitutionAlon 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-08assertions on number of minified namesAlon Zakai
2013-03-08properly scan all globals, including function names, before applying themAlon Zakai
2013-03-08remove unnecessary semicolon; hello world minifiesAlon Zakai
2013-03-08minify function names in function definitionsAlon Zakai
2013-03-08allow -O2 to also call registerize, but without minification of globals that ...Alon 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-08handle assigns into globals at the top of asm functions in normalizeAsmAlon Zakai
2013-03-08fix global minifyingAlon Zakai
2013-03-08initial work on asm.js minifier infrastructureAlon Zakai
2013-03-08send only a marker of generated functions to js-optimizer.js; we either know ...Alon Zakai
2013-03-07Merge pull request #931 from xxuejie/stdlib_strtodAlon Zakai
2013-03-07Fix debug prints in tools/cache.pyVladimir Vukicevic
2013-03-06Move strtod, strtold, strtof, strtod_l, strtold_l, atof from JS side to libc ...1.2.9Xuejie "Rafael" Xiao
2013-03-06Merge pull request #920 from waywardmonkeys/fix-include-orderAlon Zakai
2013-03-05remove unnecessary recursion in relooper RemoveUnneededFlows1.2.8Alon Zakai
2013-03-05remove recursion in relooper FindLive1.2.7Alon Zakai
2013-03-051.2.61.2.6Alon Zakai
2013-03-05fix cache clear time savingAlon Zakai
2013-03-051.2.51.2.5Alon Zakai
2013-03-05restore jcache debugging, busted by pull #826Alon Zakai
2013-03-05restore jcache compression, busted by pull #826Alon Zakai
2013-03-05restore cache erase save times, busted by pull #826Alon Zakai
2013-03-04Rebasing broke a lot of things (I had to fix about 12 conflicts) so now the s...Chad Austin
2013-03-04fix some test failuresChad Austin
2013-03-04Isolate shutil.rmtree logic in tempfiles.try_delete, and integrate azakai's f...Chad Austin
2013-03-04make it possible to manually specify a temp directory when running emscripten.pyChad Austin
2013-03-04emscripten.py no longer globally depends on tools.sharedChad Austin
2013-03-04Break two more emscripten.py dependencies on tools.sharedChad Austin
2013-03-04Get the TempFiles object from the ConfigurationChad Austin
2013-03-04Move TEMP_DIR into the Configuration object.Chad Austin
2013-03-04Split Cache and JCache into objects and move them into cache.py so they can b...Chad Austin