aboutsummaryrefslogtreecommitdiff
path: root/emscripten.py
AgeCommit message (Expand)Author
2013-03-20do not save broken pre output to jcacheAlon Zakai
2013-03-16get bindings generator to work in asm.js (except for customizeVTable)Alon Zakai
2013-03-14move dynamic 64-bit shifts into asm library callsAlon Zakai
2013-03-13optimize memory use of funcs_js in emscripten.pyAlon Zakai
2013-03-12use memory a little more efficiently in emscripten.pyAlon Zakai
2013-03-12infrastructure for implementing i64 math in asm.js, and implement i64Add and ...Alon Zakai
2013-03-11add debug logging in emscripten.py of text sizesAlon Zakai
2013-03-10add 'progress' updates from multicore operations in emccAlon Zakai
2013-03-08split out asm shell in js optimizer, in preparation for minification of globalsAlon Zakai
2013-03-08add explicit markers in generated code of where functions and asm areAlon Zakai
2013-03-06more log output in failed emscripten subprocessesAlon Zakai
2013-03-05limit output in error messageAlon Zakai
2013-03-05run compiler engine in src/Alon Zakai
2013-03-04Rebasing broke a lot of things (I had to fix about 12 conflicts) so now the s...Chad Austin
2013-03-04Don't change cwd when running compiler.js. This allows us to use relative pa...Chad Austin
2013-03-04Fix a stupid error that broke emccChad Austin
2013-03-04the compiler does not need to run with a modified cwdChad Austin
2013-03-04Only load tools.shared if it's necessary to compute a default. Now emscripte...Chad Austin
2013-03-04make it possible to manually specify a temp directory when running emscripten.pyChad Austin
2013-03-04emscripten.py no longer globally depends on tools.sharedChad Austin
2013-03-04Break two more emscripten.py dependencies on tools.sharedChad Austin
2013-03-04Code review feedbackChad Austin
2013-03-04Code review feedbackChad Austin
2013-03-04Make temp_files in main() in emscripten.py, not globally.Chad Austin
2013-03-04Get the TempFiles object from the ConfigurationChad Austin
2013-03-04Move TEMP_DIR into the Configuration object.Chad Austin
2013-03-04Have emscripten.py access the cache module and instantiate objects to break a...Chad Austin
2013-03-04Split Cache and JCache into objects and move them into cache.py so they can b...Chad Austin
2013-03-04Make chunkify a free functionChad Austin
2013-03-04Move run_js into jsrun.py (work towards breaking emscripten.py's dependency o...Chad Austin
2013-03-04Compile the relooper into the emscripten cache directoryChad Austin
2013-03-04remove jcache global variable in emscripten.pyChad Austin
2013-03-04Kill compiler_engine global variable and use the specified compiler engine fo...Chad Austin
2013-03-04Delete the compiled relooper.js (but allow specification of an arbitrary relo...Chad Austin
2013-03-04allow cwd-relative paths when passing --compiler to emscripten.pyChad Austin
2013-03-04Pass configuration into emscriptChad Austin
2013-03-04Add command line option to emscripten.py to suppress usage warningChad Austin
2013-03-04Integrate azakai's style feedback and make sanity tests pass again.Chad Austin
2013-03-04Remove TempFiles's dependency on global and environment variablesChad Austin
2013-03-03fix error messageAlon Zakai
2013-03-01assert on emscript child processes returning forwarded data, if not, they may...Alon Zakai
2013-02-26Add CHECK_HEAP_ALIGN to perform runtime alignment checksVladimir Vukicevic
2013-02-26remove unneeded parens in pythonAlon Zakai
2013-02-26add cache debuggingVladimir Vukicevic
2013-02-26sort settings keys, to ensure the same order for debugging and jcache compari...Alon Zakai
2013-02-26add some newlines in very large function tables, to avoid emitting ridiculous...Alon Zakai
2013-02-26allow adjusting # of cpu cores to use with EMCC_CORESAlon Zakai
2013-02-26adjust chunking sizesAlon Zakai
2013-02-25adjust chunk sizes to better handle large numbers of cores and large amounts ...Alon Zakai
2013-02-22always use Math.imul, with fast polyfill. will be useful for faster 64-bit mathAlon Zakai