aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
AgeCommit message (Expand)Author
2012-12-11Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-10remove unneeded debug stuffAlon Zakai
2012-12-10add some link debug stuffAlon Zakai
2012-12-07improve bisection tool to not ignore stderrAlon 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-22fix ll func identifying for chunking purposes, and add testing of jcache on a...Alon 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
2012-11-13Rename CallProcess to call_process.Jukka Jylänki
2012-11-12On Windows, depending on the version of make, these calls have been observed ...Jukka Jylänki
2012-11-12Don't silently suppress received exceptions inside shared.building.is_ar and ...Jukka Jylänki
2012-11-11alter version to bootstrap relooper1.0.1aAlon Zakai
2012-11-11use internal relooper sourcesAlon Zakai
2012-11-10clear cache and run sanity checks on version bumps, this will help with reloo...1.0.1Alon Zakai
2012-11-10disable closure on relooper - no noticeable speedup, but inlining causes some...Alon Zakai
2012-11-10make sure to fail if relooper bootstrap failedAlon Zakai
2012-11-10bootstrap relooperautomaticallyAlon Zakai
2012-11-06save temp files in EMCC_DEBUG modeAlon Zakai
2012-11-06Add another loud error message containing the actual command line when callin...Jukka Jylänki
2012-11-05If configure in shared.py fails with an exception, print out the command line...Jukka Jylänki
2012-11-03fix exit code on sanity failsAlon Zakai
2012-10-30tell closure its input is ECMASCRIPT5Alon Zakai
2012-10-29define LDSHARED, useful in zlib configureAlon Zakai
2012-10-28remove unneeded importAlon Zakai
2012-10-28split out js_optimizer python portion into an independent moduleAlon Zakai
2012-10-28refactor js optimizer caller a littleAlon Zakai
2012-10-26do not emit multiple EMSCRIPTEN_GENERATED_FUNCTION markers in split js filesAlon Zakai
2012-10-26parallelize inside js optimizer passes, using all cpu coresAlon Zakai
2012-10-26fail on trying to split up js optimizer on unGlobalizeAlon Zakai
2012-10-25restore limit_sizeAlon Zakai
2012-10-25rewrite of eliminator to better approachAlon Zakai
2012-10-23integrate eliminator as js optimizer passAlon Zakai