aboutsummaryrefslogtreecommitdiff
path: root/emscripten.py
AgeCommit message (Expand)Author
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
2012-12-07fill in all the function table holesAlon Zakai
2012-12-07fix bug in function table fillingAlon Zakai
2012-12-07warn instead of failing if a function table is used without functions of its ...Alon Zakai
2012-12-07fill function tables with error functions in empty slotsAlon Zakai
2012-12-07set asm function table sizes to power of two, and add proper maskingAlon Zakai
2012-12-07emit asm coercions on returnsAlon Zakai
2012-12-07forward in Math_* from Math.* and correct the compiled code to align to thatAlon Zakai
2012-12-07forward clearing of __THREW__ to asmAlon Zakai
2012-12-07add undef to asmAlon Zakai
2012-12-07define __THREW__ for asmAlon Zakai
2012-12-07asm glue for tempRet*Alon Zakai
2012-12-07add missing sign parameter to i64 divide and moduloAlon Zakai
2012-12-07improve asm test wrappingAlon Zakai
2012-12-07take into account legalization of i64s into i32s in function signaturesAlon Zakai
2012-12-0764-bit dynamic shifts in asmAlon Zakai
2012-12-07i64Math in asmAlon Zakai
2012-12-07export dynCall functions from asm, not raw function tablesAlon Zakai
2012-12-07only forward GLOBAL_BASE when neededAlon Zakai
2012-12-07forward GLOBAL_BASE to asmAlon Zakai
2012-12-07forward ABORT to asmAlon Zakai
2012-12-07commented out preparation for more runtime forwarding into asmAlon Zakai
2012-12-07fix testing closureAlon Zakai
2012-12-07expose tempDoublePtr to asmAlon Zakai
2012-12-07move stack manipulation into asmAlon Zakai
2012-12-07enclose asm.js to prevent Function code from seeing the global scope, for tes...Alon Zakai
2012-12-07use toSource on asm module to prevent access outside the module for testing p...Alon Zakai
2012-12-07do not pass globals into asm when they are unnamedAlon Zakai
2012-12-07fix ctors crashAlon Zakai
2012-12-07export global constructors from asm.js and get them dynamically in the outsid...Alon Zakai
2012-12-07send abort and assert to asmAlon Zakai
2012-12-07global vars in asm.js moduleAlon Zakai
2012-12-07export function tablesAlon Zakai