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
/
emscripten.py
Age
Commit message (
Expand
)
Author
2013-01-07
remove unneeded ' in asm exports
Alon Zakai
2013-01-07
simple asm mode that just exports main
Alon Zakai
2012-12-31
fix jcache breakage due to missing global annotation
Alon Zakai
2012-12-31
fix silly crash
Alon Zakai
2012-12-31
forward unindexable globals to asm
Alon Zakai
2012-12-31
forward externals to asm
Alon Zakai
2012-12-31
export malloc and free from asm, if present
Alon Zakai
2012-12-21
merge incoming
Alon Zakai
2012-12-19
Updated scripts to call python2 directly rather than relying on python symlin...
Alan Kligman
2012-12-13
emit numeric constants for global variables, using our knowledge of the fixed...
Alon Zakai
2012-12-13
reorder asm output
Alon Zakai
2012-12-13
fix stackAlloc notation
Alon Zakai
2012-12-12
missing coercion in stackAlloc
Alon Zakai
2012-12-12
support for Math.imul
Alon Zakai
2012-12-12
coerce asm global var imports
Alon Zakai
2012-12-11
Merge branch 'incoming' into asm_js
Alon Zakai
2012-12-10
ignore llvm.module metadata
Alon Zakai
2012-12-07
emit function table mask in dynCall defs
Alon Zakai
2012-12-07
fill in all the function table holes
Alon Zakai
2012-12-07
fix bug in function table filling
Alon Zakai
2012-12-07
warn instead of failing if a function table is used without functions of its ...
Alon Zakai
2012-12-07
fill function tables with error functions in empty slots
Alon Zakai
2012-12-07
set asm function table sizes to power of two, and add proper masking
Alon Zakai
2012-12-07
emit asm coercions on returns
Alon Zakai
2012-12-07
forward in Math_* from Math.* and correct the compiled code to align to that
Alon Zakai
2012-12-07
forward clearing of __THREW__ to asm
Alon Zakai
2012-12-07
add undef to asm
Alon Zakai
2012-12-07
define __THREW__ for asm
Alon Zakai
2012-12-07
asm glue for tempRet*
Alon Zakai
2012-12-07
add missing sign parameter to i64 divide and modulo
Alon Zakai
2012-12-07
improve asm test wrapping
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
export dynCall functions from asm, not raw function tables
Alon Zakai
2012-12-07
only forward GLOBAL_BASE when needed
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
expose tempDoublePtr to asm
Alon Zakai
2012-12-07
move stack manipulation into asm
Alon Zakai
2012-12-07
enclose asm.js to prevent Function code from seeing the global scope, for tes...
Alon Zakai
2012-12-07
use toSource on asm module to prevent access outside the module for testing p...
Alon Zakai
2012-12-07
do not pass globals into asm when they are unnamed
Alon Zakai
2012-12-07
fix ctors crash
Alon Zakai
2012-12-07
export global constructors from asm.js and get them dynamically in the outsid...
Alon Zakai
2012-12-07
send abort and assert to asm
Alon Zakai
2012-12-07
global vars in asm.js module
Alon Zakai
2012-12-07
export function tables
Alon Zakai
[next]