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
2014-04-22
ignore readnone in params
Alon Zakai
2014-01-24
Merge pull request #2035 from juj/html5_events
1.9.4
Alon Zakai
2014-01-24
Rename library_events to library_html5 and other suggested renamings. Add bet...
Jukka Jylänki
2014-01-23
better error reporting on errors in js libraries; fixes #2033
Alon Zakai
2014-01-22
Implement C-based events library for various HTML5 APIs.
Jukka Jylänki
2014-01-14
Add GLEW 1.10.0 emulation
Jari Vetoniemi
2013-12-31
implementation of libuuid
Fraser Adams
2013-12-16
fix varargs signature generation, '...' is optional and both cases must be ha...
Alon Zakai
2013-12-14
export code for CallHandlers.h
Alon Zakai
2013-12-10
do not skip vector types in function signatures
Alon Zakai
2013-11-30
send EXPORTED_FUNCTIONS to fastcomp glue
Alon Zakai
2013-11-26
Implemented #1573. All functions marked as "used" will be automatically added...
ngld
2013-11-20
hack up support for 'glue' phase in js compiler, to just generate glue for ba...
Alon Zakai
2013-11-15
ignore llvm ir fast-math notation; fixes #1762
Alon Zakai
2013-11-14
don't evaluate function table aliases containing relocation offsets; fixes #1807
Alon Zakai
2013-10-29
simplify wrapper asm coercions
Alon Zakai
2013-10-29
cast to double before float in function pointer wrappers
Alon Zakai
2013-10-25
do not send floats to ffis
Alon Zakai
2013-10-25
support fround in function tables and asm module support functions
Alon Zakai
2013-10-25
add fpext and fptrunc to list of llvm conversions, so we differentiate float/...
Alon Zakai
2013-10-18
integrate the SIMD polyfill code
Alon Zakai
2013-10-09
remove old function indexing code
Alon Zakai
2013-10-02
optimize Math.x to Math_x
Alon Zakai
2013-10-02
align function tables in non-asm mode
Alon Zakai
2013-10-02
make function pointer aliasing configurable
Alon Zakai
2013-10-01
optimize asm function table emitting
Alon Zakai
2013-09-27
- added idbfs and nodefs
Anthony Pesch
2013-09-23
remove framework entirely
Alon Zakai
2013-09-08
track if there is inline js, and if so do not mark as valid asm.js
Alon Zakai
2013-09-03
do not eliminate supposedly stub functions in side modules, as they may be im...
Alon Zakai
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
[next]