aboutsummaryrefslogtreecommitdiff
path: root/emscripten.py
AgeCommit message (Expand)Author
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
2012-11-21improve chunkify to consider previous chunkings when cachingAlon Zakai
2012-11-21refactor chunking code and add function ident informationAlon Zakai
2012-11-21make emscript chunks lists of functions, to make it easier later to load them...Alon Zakai
2012-11-21fix bug with ignore label comments inside functionsAlon Zakai
2012-11-21fix and test pre cachingAlon Zakai
2012-11-21basic jcache on pre with files+cPickleAlon Zakai
2012-11-21add more caching logic including short vs full keysAlon Zakai
2012-11-21basic logic and stubs for caching pre phaseAlon Zakai
2012-11-21set up parameter passing for jcacheAlon Zakai
2012-11-15emit libraries and globals in pre phase, which needs to parse globals anyhow,...Alon Zakai
2012-11-14adjust emscrip parallelization heuristicsAlon Zakai
2012-11-13optimize writing in emscripten.pyAlon Zakai