aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2013-06-28Merge branch 'relooper-improvements' of github.com:int3/emscripten into incoming1.5.3Alon Zakai
2013-06-27Remove unused code and rebump version number.Jez Ng
2013-06-27optimizer js optimizer a littleAlon Zakai
2013-06-27Merge pull request #1332 from int3/use-distutilsAlon Zakai
2013-06-27Merge pull request #1331 from int3/incomingAlon Zakai
2013-06-27Bump version number.Jez Ng
2013-06-27improve sourcemapper commentAlon Zakai
2013-06-27do not collapse & inside a FUNCTION_TABLE call, we need the maskAlon Zakai
2013-06-27Use distutils where possible.Jez Ng
2013-06-26emit sanity file even in forced sanity checks, when it actually failedAlon Zakai
2013-06-26Remove old code.Jez Ng
2013-06-261.5.21.5.2Alon Zakai
2013-06-26make EMCC_OPTIMIZE_NORMALLY the defaultAlon Zakai
2013-06-26fix crash in asmLoopOptimizerAlon Zakai
2013-06-26Merge branch 'source-maps' of github.com:int3/emscripten into int3-source-mapsAlon Zakai
2013-06-26Reuse nodes where possible.Jez Ng
2013-06-26We can just compare for strings here.Jez Ng
2013-06-26Strict compare all the things!Jez Ng
2013-06-26Move line numbers to the AST node itself.Jez Ng
2013-06-25add 'let' to reserved keywords for minifierAlon Zakai
2013-06-25fix crash in js optimizer loop variables pass on empty if blocksAlon Zakai
2013-06-25fix apply_configurationAlon Zakai
2013-06-24make emcc -v update debug settings, so that it saves temp filesAlon Zakai
2013-06-24Get rid of stale comment.Jez Ng
2013-06-24Optimize!Jez Ng
2013-06-24relocation pass for shared modulesAlon Zakai
2013-06-24update testAlon 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-22Get test_source_map passing again.Jez Ng
2013-06-22Put uglify back the way it was.Jez Ng
2013-06-22Make optimizer handle both strings and string-like type objects.Jez Ng
2013-06-22Fix line numbering for invoke instructions.Jez Ng
2013-06-22Source maps should only be activated via the `--map` flag.Jez Ng
2013-06-21do not run addition optimization pass in asm; it just adds overhead, and mino...Alon Zakai
2013-06-21update testsAlon Zakai
2013-06-21reduce indentation in relooper1.5.1Alon Zakai
2013-06-21decrease indentation level in js optimizerAlon Zakai
2013-06-21do not eliminate loop vars when there is a shared helperAlon Zakai
2013-06-20do not return node in main simplifyNotCompsPass all the time, it thinks it is...Alon Zakai
2013-06-19Make sure the line numbers sync up.Jez Ng
2013-06-19fix bug with reducing f()|0|constAlon Zakai
2013-06-19keep |0 on function calls, allow other bitwise ops on heap accesses etc.Alon Zakai
2013-06-19Implement source maps for optimized builds.Jez Ng