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
/
modules.js
Age
Commit message (
Expand
)
Author
2013-03-01
handle calls to aliases in asm
Alon Zakai
2013-02-26
emit function table names in SAFE_DYNCALL mode
Alon Zakai
2013-02-26
show signature in dyncall errors, and simplify approach
Alon Zakai
2013-02-26
SAFE_DYNCALLS option
Alon Zakai
2013-02-26
add some newlines in very large function tables, to avoid emitting ridiculous...
Alon Zakai
2013-01-24
optimize gettimeofday
Alon Zakai
2013-01-22
fix function table type defs
Alon Zakai
2013-01-22
make function indexing replacements JSON-friendly
Alon Zakai
2013-01-20
fix varargs by pointer in asm
Alon Zakai
2013-01-20
create asm function table wrappers for all non-implemented functions
Alon Zakai
2013-01-20
read function signatures from library
Alon Zakai
2013-01-20
refactor getProcAddress
Alon Zakai
2013-01-20
option for getIndex to not request indexing, and just retrieve the index if a...
Alon Zakai
2013-01-19
fix asm function table wrappers
Alon Zakai
2013-01-19
do not wrap function table functions in non-asm mode
Alon Zakai
2013-01-18
fix function table wrapper coercions
Alon Zakai
2013-01-18
detect correct type of all LLVM conversions
Alon Zakai
2013-01-18
wrap library functions before putting them in asm function tables
Alon Zakai
2013-01-15
handle phis from indirectbr
Alon Zakai
2013-01-14
fix type of [i|f]cmp
Alon Zakai
2013-01-10
properly name Math.* redirects in function table
Alon Zakai
2013-01-10
call library aliases directly by their target name
Alon Zakai
2013-01-01
support function pointers in multiphase
Alon Zakai
2012-12-31
Merge branch 'incoming' into asm_js
Alon Zakai
2012-12-27
allow (unoptimal) single-phase compiler.js invocation
Alon Zakai
2012-12-07
set asm function table sizes to power of two, and add proper masking
Alon Zakai
2012-12-07
take into account legalization of i64s into i32s in function signatures
Alon Zakai
2012-12-07
ensure some more function tables
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
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
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 implementedFunctions when necessary for asm.js
Alon Zakai
2012-11-27
do not index globals referred to by name in library
Alon Zakai
2012-11-27
do global indexing up front
Alon Zakai
2012-11-27
switch to all or nothing named globals, and add testing
Alon Zakai
2012-11-24
allow limited the amount of named globals
Alon Zakai
2012-11-22
forward only the actually necessary data between emscript phases
Alon Zakai
2012-11-19
ignore thread_local linkage
Alon Zakai
2012-11-19
support/ignore cc11
Alon Zakai
2012-11-16
add PRECISE_I64_MATH mode 2, to force inclusion of i64 code even when we can'...
Alon Zakai
2012-11-15
emit libraries and globals in pre phase, which needs to parse globals anyhow,...
Alon Zakai
[next]