aboutsummaryrefslogtreecommitdiff
path: root/emscripten.py
AgeCommit message (Collapse)Author
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 ↵Alon Zakai
emcc and ~/.emscripten
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 ↵Alon Zakai
by emcc options
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
2011-09-24emscripten.py option to expose header #defines to library. fixes fcntlAlon Zakai
2011-09-24start to include system headers (tests broken)Alon Zakai
2011-09-23harmonize use of COMPILER_ARGSAlon Zakai
2011-09-23Edited emscripten.py via GitHubSiggyBar
2011-09-04always use clang in emscripten.py; fixes python testAlon Zakai
2011-07-30fix for running emscripten on a file in the local directoryAlon Zakai
2011-07-30workarounds for js engine bugsAlon Zakai
2011-07-13Switched from argparse to optparse in emscripten.py, for older Python.max99x
2011-07-09Polish for emscripten.py and its tests.max99x
2011-07-08Reverted hashbang from /usr/bin/python2 to /usr/bin/python.max99x
2011-07-08* Added support for automatically determining llvm-gcc/clang data layout in ↵max99x
emscripten.py. * Added a dlmalloc linking test. * Fixed double-evaling of JSON in emscripten.py when --dlmalloc is passed.
2011-07-08Moved cleanup into a `finally` block.max99x