aboutsummaryrefslogtreecommitdiff
path: root/emscripten.py
AgeCommit message (Expand)Author
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
2012-12-07move asm.js function tables into asmAlon Zakai
2012-12-07put library signatures in separate storage instead of reusing libraryFunctionsAlon Zakai
2012-12-07export asm.js exports to outside scopeAlon Zakai
2012-12-07function table fixesAlon Zakai
2012-12-07generate separate type-specific function tablesAlon Zakai
2012-12-07add asm imports and exports, hello world worksAlon Zakai
2012-12-07export is reservedAlon Zakai
2012-12-07export implementedFunctions when necessary for asm.jsAlon Zakai
2012-12-07only export asm functions from asm, not library functionsAlon Zakai
2012-12-07work towards exportsAlon Zakai
2012-12-07remove irrelevant code from asm moduleAlon Zakai
2012-12-07set up asm.js 'module'Alon Zakai
2012-11-22don't emit debug info that confuses o2.test_openjpegAlon Zakai
2012-11-22add timing info in emscriptAlon Zakai
2012-11-22fix ll func identifying for chunking purposes, and add testing of jcache on a...Alon Zakai
2012-11-22save only strings in jcacheAlon Zakai
2012-11-21fix emscript funcs caching and add testingAlon Zakai
2012-11-21cache emscript function chunksAlon Zakai
2012-11-21return chunks of text in chunkify to simplify the ap-iyAlon Zakai