aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2012-12-07remove unneeded single assignments to otherwise-unused variables in eliminatorAlon Zakai
2012-12-07unvarify later vars in asm when js optimizingAlon Zakai
2012-12-07another eliminateAsm bug+testcaseAlon Zakai
2012-12-07add eliminateAsm testcaseAlon Zakai
2012-12-07fix js optimizer bugAlon Zakai
2012-12-07registerizeAsm assertionAlon Zakai
2012-12-07fix loop register replenishingAlon Zakai
2012-12-07registerizeAsmAlon Zakai
2012-12-07add registerizeAsm testcaseAlon Zakai
2012-12-07fix typoAlon Zakai
2012-12-07do not emit empty vars in denormalizeAsmAlon Zakai
2012-12-07make eliminateAsm test be correct asm.jsAlon Zakai
2012-12-07add normalize/denormalizeAsm to js optimizer, fix eliminator for asmAlon Zakai
2012-12-07add asmEliminator testcaseAlon Zakai
2012-12-07typoAlon Zakai
2012-12-07do registerize in asm.js+reloop mode, as an alternative to closureAlon Zakai
2012-12-07add eliminator mode for asmAlon Zakai
2012-12-07add asm.js eliminator testingAlon Zakai
2012-12-07notice function indentation in js_optimizer.py so that we properly scan inden...Alon Zakai
2012-12-07fix suffix in js optimizerAlon Zakai
2012-12-07add parts of system bitcode libraries when necessary, and refactor library in...Alon Zakai
2012-12-04recursively traverse .a files until we have all we needAlon Zakai
2012-12-04only add in .o inside .a that are neededAlon Zakai
2012-11-26use hashlib instead of md5Alon Zakai
2012-11-22notice generated functions with $ in themAlon Zakai
2012-11-22fix test_js_optimizerAlon Zakai
2012-11-22fix bug in js optimizer on closured dataAlon Zakai
2012-11-22fix ll func identifying for chunking purposes, and add testing of jcache on a...Alon Zakai
2012-11-22more carefully split out functions in js optimizerAlon Zakai
2012-11-22assert on generatedFunctions being there when we need itAlon Zakai
2012-11-21more jcache testing, and add newlines to ensure chunk separationAlon Zakai
2012-11-21finish js optimizer caching and add testsAlon Zakai
2012-11-21basic logic of jcache in js optimizerAlon Zakai
2012-11-21use chunkify in js optimizer, in preparation for jcachingAlon Zakai
2012-11-21cache emscript function chunksAlon Zakai
2012-11-21return chunks of text in chunkify to simplify the ap-iyAlon Zakai
2012-11-21fix chunking logic to generate >1 chunkAlon Zakai
2012-11-21improve chunkify to consider previous chunkings when cachingAlon Zakai
2012-11-21refactor chunking code and add function ident informationAlon Zakai
2012-11-21fix and test pre cachingAlon Zakai
2012-11-21basic jcache on pre with files+cPickleAlon Zakai
2012-11-21add more caching logic including short vs full keysAlon Zakai
2012-11-21basic logic and stubs for caching pre phaseAlon Zakai
2012-11-21set up parameter passing for jcacheAlon Zakai
2012-11-15prevent annoying warnings during relooper bootstrappingAlon Zakai
2012-11-14clean up test.llAlon Zakai
2012-11-14Fix typo in WindowsPopen.kill(). Avoid using returncode variable manually, bu...Jukka Jylänki
2012-11-14Refactor Windows replacement for Popen to allow passing stdin to Popen proces...Jukka Jylänki
2012-11-14Implement missing used functions on MockPopen to pass Windows tests utilizing...Jukka Jylänki
2012-11-13only save temp files in EMCC_DEBUG_SAVE modeAlon Zakai