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
/
jsifier.js
Age
Commit message (
Expand
)
Author
2013-09-12
do not switchify illegally-typed switches
Alon Zakai
2013-09-11
better assertion message for corruption checker and asm
Alon Zakai
2013-09-08
stubs for proxied getImageData/putImageData
Alon Zakai
2013-09-08
do not assume all postSets from global constants are i32
Alon Zakai
2013-09-06
improve non-switchification error message
Alon Zakai
2013-09-04
longjmp test across asm modules
Alon Zakai
2013-09-04
do not emit externals in side modules
Alon Zakai
2013-09-03
add extCall_* methods in asm dlopen support, parallel to invoke in that they ...
Alon Zakai
2013-09-03
free H_BASE on cleanup
Anthony Pesch
2013-09-03
move neededTables assignment to right place; fixes test_dlfcn_unique_sig
Alon Zakai
2013-09-03
support function pointer calls across asm modules by passing them all through...
Alon Zakai
2013-09-03
emit side module memory initializer in the right place; test_dlfcn_basic work...
Alon Zakai
2013-09-03
forward parent Module to side module
Alon Zakai
2013-09-03
do not emit static allocations in side modules
Alon Zakai
2013-08-31
better error message
Alon Zakai
2013-08-26
emit less unnecessary code in side modules
Alon Zakai
2013-08-26
re-parse function types after types are fully analyzed, so we get the signatu...
Alon Zakai
2013-08-21
tighten switch heuristics
Alon Zakai
2013-08-21
consider range and not just absolute value for using switches
Alon Zakai
2013-08-21
tweak switch parameter some more
Alon Zakai
2013-08-21
tweak switch heuristics
Alon Zakai
2013-08-21
warn on unswitchified switches
Alon Zakai
2013-08-21
do not emit switches for very sparse/large switch values
Alon Zakai
2013-08-21
emit switches in relooper
1.5.6
Alon Zakai
2013-08-20
sync headless code from bb
Alon Zakai
2013-08-20
improve headless.js
Alon Zakai
2013-08-19
Merge pull request #1528 from inolen/shared_lib_fixes
Alon Zakai
2013-08-19
re-enabled non-asm.js shared lib support
Anthony Pesch
2013-08-16
simplify and automate GetProcAddress logic, and move it out of GL emulation
Alon Zakai
2013-08-09
clean up stack space allocated by a varargs function call immediately after i...
Alon Zakai
2013-08-09
use a local variable for varargs temp stack position
Alon Zakai
2013-07-24
do invoke_* on LLVM invokes using function pointers; fixes #1423
Alon Zakai
2013-07-22
fix regression of double-counting varargs
Alon Zakai
2013-07-21
notice varargs when creating library function wrappers
Alon Zakai
2013-07-15
fix both number of arguments and return type based on implementation informat...
Alon Zakai
2013-07-15
when we are calling an implemented function, call it using the signature it i...
Alon Zakai
2013-07-15
Use DLOPEN_SUPPORT instead of LINKABLE to enable self-dlopen.
Jez Ng
2013-07-11
Filter out unnamed_addr globals from symbol table.
Jez Ng
2013-07-11
Implement self-dlopen.
Jez Ng
2013-07-09
only remove unneeded arguments based on library sigs for llvm intrinsics (whi...
Alon Zakai
2013-07-07
rename __stackbase__ to sp
Alon Zakai
2013-07-03
stop emitting no-longer-needed alias constants
Alon Zakai
2013-07-03
run postSets in a global initializer, before all other global initializers
Alon Zakai
2013-07-03
refactor getIndex calls to include the signature
Alon Zakai
2013-07-03
fix relocation of global linkable variables, enable iostream module linking test
Alon Zakai
2013-07-03
add a naming to globals that can be linked and used across modules
Alon Zakai
2013-07-03
coerce in cmpxchg
Alon Zakai
2013-07-03
include fastLong in FULL_LIBRARY
Alon Zakai
2013-07-03
clone aliased functions in shared modules
Alon Zakai
2013-07-03
standardize global initializers syntax
Alon Zakai
[next]