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
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
2012-11-21
improve chunkify to consider previous chunkings when caching
Alon Zakai
2012-11-21
refactor chunking code and add function ident information
Alon Zakai
2012-11-21
make emscript chunks lists of functions, to make it easier later to load them...
Alon Zakai
2012-11-21
fix bug with ignore label comments inside functions
Alon Zakai
2012-11-21
fix and test pre caching
Alon Zakai
2012-11-21
basic jcache on pre with files+cPickle
Alon Zakai
2012-11-21
add more caching logic including short vs full keys
Alon Zakai
2012-11-21
basic logic and stubs for caching pre phase
Alon Zakai
2012-11-21
set up parameter passing for jcache
Alon Zakai
2012-11-15
emit libraries and globals in pre phase, which needs to parse globals anyhow,...
Alon Zakai
2012-11-14
adjust emscrip parallelization heuristics
Alon Zakai
2012-11-13
optimize writing in emscripten.py
Alon Zakai
[next]