aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-07dynCall assertionsAlon Zakai
2012-12-07dynCallAlon Zakai
2012-12-07export dynCall functions from asm, not raw function tablesAlon Zakai
2012-12-07disable test_pgo in asmAlon Zakai
2012-12-07disable test_linespecific in asmAlon Zakai
2012-12-07freelocale stubAlon Zakai
2012-12-07disable some more asm testsAlon Zakai
2012-12-07only forward GLOBAL_BASE when neededAlon Zakai
2012-12-07disable i64 tests for asm for nowAlon 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-07TTF_CloseFontAlon Zakai
2012-12-07pthread_cond stuffAlon Zakai
2012-12-07expose redirected library idents to asmAlon Zakai
2012-12-07expose tempDoublePtr to asmAlon Zakai
2012-12-07move stack manipulation into asmAlon Zakai
2012-12-07emit warnings only in preAlon Zakai
2012-12-07enclose asm.js to prevent Function code from seeing the global scope, for ↵Alon Zakai
testing purposes
2012-12-07ensure some more function tablesAlon Zakai
2012-12-07fix destructor function tableAlon Zakai
2012-12-07use toSource on asm module to prevent access outside the module for testing ↵Alon Zakai
purposes
2012-12-07move emcc minify decision to after we potentially modify closureAlon Zakai
2012-12-07typoAlon Zakai
2012-12-07typoAlon Zakai
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