summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-07do registerize in asm.js+reloop mode, as an alternative to closureAlon Zakai
2012-12-07atexit gets void(), cxa_atexit gets void(int), support both in asm modeAlon Zakai
2012-12-07disable some test_cases undefined behavior cases for asmAlon Zakai
2012-12-07disable test_gc in asmAlon Zakai
2012-12-07ensure calloc is exported for gcAlon Zakai
2012-12-07do not pass globals into asm when they are unnamedAlon Zakai
2012-12-07remove outdated commentsAlon Zakai
2012-12-07pre-allocate stdin, stdout, stderr, so their values remain constant just ↵Alon Zakai
like normal LLVM constants
2012-12-07do not add a global constant replaced with a library value and also a ↵Alon Zakai
library value
2012-12-07fix test_emscripten_apiAlon Zakai
2012-12-07fix function table addition codeAlon Zakai
2012-12-07disable dlopen tests in asmAlon Zakai
2012-12-07update tests to use power of 2 heapsAlon Zakai
2012-12-07ignore varargs for asm param coercionsAlon Zakai
2012-12-07fix ctors crashAlon Zakai
2012-12-07fix bug with asm vars defsAlon Zakai
2012-12-07add asm2 to ALLAlon Zakai
2012-12-07export global constructors from asm.js and get them dynamically in the ↵Alon Zakai
outside scope
2012-12-07add asm2 test suiteAlon Zakai
2012-12-07always emit function table in non-asm modeAlon Zakai
2012-12-07add parens to asm coercions for safetyAlon Zakai
2012-12-07add type to atomicAlon Zakai
2012-12-07make stack operations asm-friendlyAlon Zakai
2012-12-07fix asm initializers for int implementedAlon Zakai
2012-12-07add eliminator mode for asmAlon Zakai
2012-12-07ignore relooper in gitAlon Zakai
2012-12-07add asm.js eliminator testingAlon Zakai
2012-12-07move label definition and add initial valueAlon Zakai
2012-12-07define local vars asm.js styleAlon Zakai
2012-12-07asm.js function parameter preambleAlon Zakai
2012-12-07disable closure when ASM_JSAlon Zakai
2012-12-07remove text from overly-verbose assertionsAlon Zakai
2012-12-07send abort and assert to asmAlon Zakai
2012-12-07global vars in asm.js moduleAlon Zakai
2012-12-07explicit asm.js float-to-int conversionAlon Zakai
2012-12-07only do asm.js heap corrections/guards in funcs phase, to not confused ↵Alon Zakai
handwritten library code
2012-12-07default heap to 16MB, and make sure asm.js heaps are power-of-twoAlon Zakai
2012-12-07guard against heap read values in asm.jsAlon Zakai
2012-12-07asm.js memory maskingAlon Zakai
2012-12-07export function tablesAlon Zakai
2012-12-07clean up function table generating codeAlon 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-07only use typed function tables in asm_js modeAlon Zakai
2012-12-07always forward library functionsAlon Zakai
2012-12-07ignore varargs in getSignatureAlon Zakai
2012-12-07add asm to ALLAlon Zakai
2012-12-07function table fixesAlon Zakai
2012-12-07do not allow memory growth in asm.jsAlon Zakai