index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2012-12-07
add asm2 to ALL
Alon Zakai
2012-12-07
export global constructors from asm.js and get them dynamically in the ↵
Alon Zakai
outside scope
2012-12-07
add asm2 test suite
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
add eliminator mode for asm
Alon Zakai
2012-12-07
ignore relooper in git
Alon Zakai
2012-12-07
add asm.js eliminator testing
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
disable closure when ASM_JS
Alon Zakai
2012-12-07
remove text from overly-verbose assertions
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
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 ↵
Alon Zakai
handwritten library code
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
export asm.js exports to outside scope
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
add asm to ALL
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
2012-12-07
add asm test suite
Alon Zakai
2012-12-07
fix merge error
Alon Zakai
2012-12-07
add asm imports and exports, hello world works
Alon Zakai
2012-12-07
notice function indentation in js_optimizer.py so that we properly scan ↵
Alon Zakai
indented code in asm.js
2012-12-07
fix suffix in js optimizer
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-12-07
properly implement uitofp/sitofp using our existing code for that; fixes #745
Alon Zakai
2012-12-07
add parts of system bitcode libraries when necessary, and refactor library ↵
Alon Zakai
inclusion decision code
2012-12-04
Ignore generated files src/relooper.js[.raw.js] for git
Tobias Weibel
2012-12-04
Merge pull request #735 from eclecticdave/emcc_so_fix
Alon Zakai
Fixes to emcc to make autoconf enable shared objs
[next]