aboutsummaryrefslogtreecommitdiff
path: root/emscripten.py
AgeCommit message (Expand)Author
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
2012-12-31forward externals to asmAlon Zakai
2012-12-31export malloc and free from asm, if presentAlon Zakai
2012-12-21merge incomingAlon Zakai
2012-12-19Updated scripts to call python2 directly rather than relying on python symlin...Alan Kligman
2012-12-13emit numeric constants for global variables, using our knowledge of the fixed...Alon Zakai
2012-12-13reorder asm outputAlon Zakai
2012-12-13fix stackAlloc notationAlon Zakai
2012-12-12missing coercion in stackAllocAlon Zakai
2012-12-12support for Math.imulAlon Zakai
2012-12-12coerce asm global var importsAlon Zakai
2012-12-11Merge branch 'incoming' into asm_jsAlon Zakai
2012-12-10ignore llvm.module metadataAlon Zakai
2012-12-07emit function table mask in dynCall defsAlon Zakai