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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2012-12-07
emit proper stackbase in asm
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
64-bit dynamic shifts in asm
Alon Zakai
2012-12-07
i64Math in asm
Alon Zakai
2012-12-07
fix qsort
Alon Zakai
2012-12-07
dynCall assertions
Alon Zakai
2012-12-07
dynCall
Alon Zakai
2012-12-07
freelocale stub
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
ensure some more function tables
Alon Zakai
2012-12-07
fix destructor function table
Alon Zakai
2012-12-07
atexit gets void(), cxa_atexit gets void(int), support both in asm mode
Alon Zakai
2012-12-07
ensure calloc is exported for gc
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 function table addition code
Alon Zakai
2012-12-07
ignore varargs for asm param coercions
Alon Zakai
2012-12-07
fix bug with asm vars defs
Alon Zakai
2012-12-07
export global constructors from asm.js and get them dynamically in the outsid...
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
2012-12-07
move label definition and add initial value
Alon Zakai
2012-12-07
define local vars asm.js style
Alon Zakai
2012-12-07
asm.js function parameter preamble
Alon Zakai
2012-12-07
remove text from overly-verbose assertions
Alon Zakai
2012-12-07
explicit asm.js float-to-int conversion
Alon Zakai
2012-12-07
only do asm.js heap corrections/guards in funcs phase, to not confused handwr...
Alon Zakai
2012-12-07
default heap to 16MB, and make sure asm.js heaps are power-of-two
Alon Zakai
2012-12-07
guard against heap read values in asm.js
Alon Zakai
2012-12-07
asm.js memory masking
Alon Zakai
2012-12-07
export function tables
Alon Zakai
2012-12-07
clean up function table generating code
Alon Zakai
2012-12-07
move asm.js function tables into asm
Alon Zakai
2012-12-07
put library signatures in separate storage instead of reusing libraryFunctions
Alon Zakai
2012-12-07
only use typed function tables in asm_js mode
Alon Zakai
2012-12-07
always forward library functions
Alon Zakai
2012-12-07
ignore varargs in getSignature
Alon Zakai
2012-12-07
function table fixes
Alon Zakai
2012-12-07
do not allow memory growth in asm.js
Alon Zakai
2012-12-07
generate separate type-specific function tables
Alon Zakai
[next]