aboutsummaryrefslogtreecommitdiff
path: root/emscripten.py
AgeCommit message (Expand)Author
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-15emit libraries and globals in pre phase, which needs to parse globals anyhow,...Alon Zakai
2012-11-14adjust emscrip parallelization heuristicsAlon Zakai
2012-11-13optimize writing in emscripten.pyAlon Zakai
2012-11-13clean up temp .ll files in child processesAlon Zakai
2012-11-10bootstrap relooperautomaticallyAlon Zakai
2012-11-10improve emscripten temp file storageAlon Zakai
2012-11-07fix handling of splitting in emscript with just one coreAlon Zakai
2012-11-07take into account forwarded data in chunk sizes in emscriptAlon Zakai
2012-11-07test coverage for splitting each function out into an emscript chunkAlon Zakai
2012-11-06allow setting the js compiler in emscripten.py, for people that don't use emc...Alon Zakai
2012-11-06emscripten profiling cleanupAlon Zakai
2012-11-06optimize emscript indexize using python reAlon Zakai
2012-11-06run emscript func chunks in parallelAlon Zakai
2012-11-06refactor emscript chunking codeAlon Zakai
2012-11-06cleanupAlon Zakai
2012-11-06fix chunking bugAlon Zakai
2012-11-06chunk funcs pass in emscriptAlon Zakai
2012-11-06cleanupAlon Zakai
2012-11-06generate indexedFunctions in pre, and give it the information to do soAlon Zakai
2012-11-06fix debug metadataAlon Zakai
2012-11-06process each function separately in emscriptAlon Zakai
2012-11-06optimize line splitting in emscriptAlon Zakai
2012-11-06emscript profilingAlon Zakai
2012-11-06cleanupAlon Zakai
2012-11-06split js compiler into three passes, to facilitate future parallizationAlon Zakai
2012-07-03remove some unused command line argumentsChad Austin
2012-04-24better hashbang in emscripten.pyAlon Zakai
2012-04-13--js-library option to make it easy to add additional library_*.js filesAlon Zakai
2012-02-05show warning if using emscripten.py directlyAlon Zakai
2012-01-21do not generate annotations when disassembling bitcodeAlon Zakai
2012-01-21remove --optimize and --malloc from emscripten.py, since they are obsoleted b...Alon Zakai
2012-01-08fix and optimize cached header handling in test runnerAlon Zakai
2011-12-11refactor run_js and an additional emcc testAlon Zakai
2011-12-11refactor temp files handling code, and first passing compilation test for emccAlon Zakai
2011-12-06fix broken --optimizeAlon Zakai
2011-11-18rename OPTIMIZE to MICRO_OPTSAlon Zakai
2011-11-17Remove muting or std outputting stderr.LCID Fire
2011-10-13comment on .ll inputAlon Zakai
2011-10-09warning in emscripten.pyAlon Zakai
2011-10-05path fixesAlon Zakai
2011-10-05fix merge conflictsAlon Zakai
2011-10-02fix langinfoAlon Zakai
2011-09-25fix header parsing bug and unistd.h header; fixes unistd_confstrAlon Zakai
2011-09-25fix bug with no headers passed to emscripten.pyAlon Zakai
2011-09-25parse C1|C2 in headers; properly fixes fcntlAlon Zakai
2011-09-25improve header constant parsingAlon Zakai