index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2012-12-07
dynCall assertions
Alon Zakai
2012-12-07
dynCall
Alon Zakai
2012-12-07
export dynCall functions from asm, not raw function tables
Alon Zakai
2012-12-07
disable test_pgo in asm
Alon Zakai
2012-12-07
disable test_linespecific in asm
Alon Zakai
2012-12-07
freelocale stub
Alon Zakai
2012-12-07
disable some more asm tests
Alon Zakai
2012-12-07
only forward GLOBAL_BASE when needed
Alon Zakai
2012-12-07
disable i64 tests for asm for now
Alon Zakai
2012-12-07
forward GLOBAL_BASE to asm
Alon Zakai
2012-12-07
forward ABORT to asm
Alon Zakai
2012-12-07
commented out preparation for more runtime forwarding into asm
Alon Zakai
2012-12-07
fix testing closure
Alon Zakai
2012-12-07
TTF_CloseFont
Alon Zakai
2012-12-07
pthread_cond stuff
Alon Zakai
2012-12-07
expose redirected library idents to asm
Alon Zakai
2012-12-07
expose tempDoublePtr to asm
Alon Zakai
2012-12-07
move stack manipulation into asm
Alon Zakai
2012-12-07
emit warnings only in pre
Alon Zakai
2012-12-07
enclose asm.js to prevent Function code from seeing the global scope, for ↵
Alon Zakai
testing purposes
2012-12-07
ensure some more function tables
Alon Zakai
2012-12-07
fix destructor function table
Alon Zakai
2012-12-07
use toSource on asm module to prevent access outside the module for testing ↵
Alon Zakai
purposes
2012-12-07
move emcc minify decision to after we potentially modify closure
Alon Zakai
2012-12-07
typo
Alon Zakai
2012-12-07
typo
Alon Zakai
2012-12-07
do registerize in asm.js+reloop mode, as an alternative to closure
Alon Zakai
2012-12-07
atexit gets void(), cxa_atexit gets void(int), support both in asm mode
Alon Zakai
2012-12-07
disable some test_cases undefined behavior cases for asm
Alon Zakai
2012-12-07
disable test_gc in asm
Alon Zakai
2012-12-07
ensure calloc is exported for gc
Alon Zakai
2012-12-07
do not pass globals into asm when they are unnamed
Alon Zakai
2012-12-07
remove outdated comments
Alon Zakai
2012-12-07
pre-allocate stdin, stdout, stderr, so their values remain constant just ↵
Alon Zakai
like normal LLVM constants
2012-12-07
do not add a global constant replaced with a library value and also a ↵
Alon Zakai
library value
2012-12-07
fix test_emscripten_api
Alon Zakai
2012-12-07
fix function table addition code
Alon Zakai
2012-12-07
disable dlopen tests in asm
Alon Zakai
2012-12-07
update tests to use power of 2 heaps
Alon Zakai
2012-12-07
ignore varargs for asm param coercions
Alon Zakai
2012-12-07
fix ctors crash
Alon Zakai
2012-12-07
fix bug with asm vars defs
Alon Zakai
2012-12-07
add asm2 to ALL
Alon Zakai
2012-12-07
export global constructors from asm.js and get them dynamically in the ↵
Alon Zakai
outside scope
2012-12-07
add asm2 test suite
Alon Zakai
2012-12-07
always emit function table in non-asm mode
Alon Zakai
2012-12-07
add parens to asm coercions for safety
Alon Zakai
2012-12-07
add type to atomic
Alon Zakai
2012-12-07
make stack operations asm-friendly
Alon Zakai
2012-12-07
fix asm initializers for int implemented
Alon Zakai
[next]