aboutsummaryrefslogtreecommitdiff
path: root/emscripten.py
AgeCommit message (Expand)Author
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
2013-02-01semi polyfill for Math.imulAlon Zakai
2013-01-28improve asm safe heap support and add ASM_HEAP_LOGAlon Zakai
2013-01-28make safe heap work in asmAlon Zakai
2013-01-25forward copyTemp* to asmAlon Zakai
2013-01-25fix asm jsfunc chunkingAlon Zakai
2013-01-24optimize memsetAlon Zakai
2013-01-23fix isNaN for asmAlon Zakai
2013-01-23refactor makeComparison and use it in more placesAlon Zakai
2013-01-22fix function table type defsAlon Zakai
2013-01-22explicitly pass global stuff to asm, due to node weirdnessAlon Zakai
2013-01-22make function indexing replacements JSON-friendlyAlon Zakai
2013-01-20refactor getProcAddressAlon Zakai
2013-01-18add Math.min in math envs, for nowAlon Zakai
2013-01-18fix dynCall return coercionsAlon Zakai
2013-01-18show empty function table error only in debug modeAlon Zakai
2013-01-18generate empty function tables if called but no functions implemented for tha...Alon Zakai
2013-01-18wrap library functions before putting them in asm function tablesAlon Zakai
2013-01-18fix function table dummy element coercionsAlon Zakai
2013-01-18fix dynCall float coercionsAlon Zakai
2013-01-18use global. in asmAlon Zakai
2013-01-18update to asm specAlon Zakai
2013-01-16coerce dynCall returnsAlon Zakai
2013-01-16refactor dynCall returnAlon Zakai
2013-01-16fix dynCall generationAlon Zakai
2013-01-16reorder asm function tablesAlon Zakai
2013-01-16allow defining asm library functions, which are then included as if they were...Alon Zakai
2013-01-15add Infinity and asm debug printersAlon Zakai