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-05-08
fix function table wrapping of Math.*
Alon Zakai
2013-04-29
align the stack to 64 bits in le32
Alon Zakai
2013-04-24
auto-generate library stubs that abort for missing library functions, and imp...
Alon Zakai
2013-04-19
support for Runtime.addFunction in asm.js
Alon Zakai
2013-04-14
use compiled compiler-rt code for i64 multiplication
Alon Zakai
2013-04-04
Update AUTHORS
Éloi Rivard
2013-04-04
* Added glfw headers and testcases.
Éloi Rivard
2013-03-15
Add library_openal.js to the list of loaded libraries
Ehsan Akhgari
2013-03-10
larger pgo test, with asm measurements
Alon Zakai
2013-03-10
function pointer support in PGO
Alon Zakai
2013-03-07
Merge branch 'ldc' of github.com:gagern/emscripten into gagern-ldc2
Alon Zakai
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-02-09
Skip named metadata lines.
Martin von Gagern
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
[prev]
[next]