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
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
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
export asm.js exports to outside scope
Alon Zakai
2012-12-07
function table fixes
Alon Zakai
2012-12-07
generate separate type-specific function tables
Alon Zakai
2012-12-07
add asm imports and exports, hello world works
Alon Zakai
2012-12-07
export is reserved
Alon Zakai
2012-12-07
export implementedFunctions when necessary for asm.js
Alon Zakai
2012-12-07
only export asm functions from asm, not library functions
Alon Zakai
2012-12-07
work towards exports
Alon Zakai
2012-12-07
remove irrelevant code from asm module
Alon Zakai
2012-12-07
set up asm.js 'module'
Alon Zakai
2012-11-22
don't emit debug info that confuses o2.test_openjpeg
Alon Zakai
2012-11-22
add timing info in emscript
Alon Zakai
2012-11-22
fix ll func identifying for chunking purposes, and add testing of jcache on a...
Alon Zakai
2012-11-22
save only strings in jcache
Alon Zakai
2012-11-21
fix emscript funcs caching and add testing
Alon Zakai
2012-11-21
cache emscript function chunks
Alon Zakai
2012-11-21
return chunks of text in chunkify to simplify the ap-iy
Alon Zakai
[next]