aboutsummaryrefslogtreecommitdiff
path: root/emscripten.py
AgeCommit message (Expand)Author
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
2013-01-14fix NaN import to asmAlon Zakai
2013-01-14use tempBigInt properly in asmAlon Zakai
2013-01-14import NaN in asmAlon Zakai
2013-01-14fix asm Math.* importsAlon Zakai
2013-01-10remove duplicate floor import in asmAlon Zakai
2013-01-10add all math functions to asmAlon Zakai
2013-01-10add Math.abs to default asm importsAlon Zakai
2013-01-08add tempValue in asmAlon Zakai
2013-01-08define tempInt in asmAlon Zakai
2013-01-07remove unneeded ' in asm exportsAlon Zakai
2013-01-07simple asm mode that just exports mainAlon Zakai
2012-12-31fix jcache breakage due to missing global annotationAlon Zakai
2012-12-31fix silly crashAlon Zakai
2012-12-31forward unindexable globals to asmAlon Zakai