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-08-16
generate separate function table wrappers for a single library function alias...
Alon Zakai
2013-08-16
simplify and automate GetProcAddress logic, and move it out of GL emulation
Alon Zakai
2013-08-09
- merged FS and VFS namespaces
Anthony Pesch
2013-08-08
metadata parsing tweaks
Alon Zakai
2013-08-05
initial VFS work
Anthony Pesch
2013-07-15
fix Functions.getSignature to handle non-legalized data
Alon Zakai
2013-07-15
when we are calling an implemented function, call it using the signature it i...
Alon Zakai
2013-07-11
Implement self-dlopen.
Jez Ng
2013-07-03
emit F_BASE
Alon Zakai
2013-07-03
refactor getIndex calls to include the signature
Alon Zakai
2013-07-03
clone aliased functions in shared modules
Alon Zakai
2013-06-20
In metadata, store paths parsed from .ll files using forward slashes on Windo...
Jukka Jylänki
2013-06-10
warn if setjmp is used as a function pointer
Alon Zakai
2013-05-16
when not aliasing tables, keep them all at full size to avoid aliasing throug...
Alon Zakai
2013-05-15
emit each function table of its own size
Alon Zakai
2013-05-15
refactor code to generate empty function tables
Alon Zakai
2013-05-15
do not index functions in post
Alon Zakai
2013-05-13
don't break on trying to eval FUNCTION_TABLE_OFFSET in multi-level alias reso...
Alon Zakai
2013-05-08
fix FI_* of Math.*
Alon Zakai
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
[next]