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 (
Expand
)
Author
2012-12-07
add asmEliminator testcase
Alon Zakai
2012-12-07
fix getFuncWrapper
Alon Zakai
2012-12-07
take into account legalization of i64s into i32s in function signatures
Alon Zakai
2012-12-07
disable safe-heap reliant tests in asm
Alon Zakai
2012-12-07
64-bit dynamic shifts in asm
Alon Zakai
2012-12-07
i64Math in asm
Alon Zakai
2012-12-07
fix EXPORTED_FUNCTIONS use in tests
Alon Zakai
2012-12-07
fix test_unsigned
Alon Zakai
2012-12-07
fix qsort
Alon Zakai
2012-12-07
test corrections
Alon Zakai
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 tes...
Alon Zakai
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 p...
Alon Zakai
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 like...
Alon Zakai
2012-12-07
do not add a global constant replaced with a library value and also a library...
Alon Zakai
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
[next]