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-05-15
refactor code to generate empty function tables
Alon Zakai
2013-05-04
make memory management sane: 0 is null, then static including globals, then s...
Alon Zakai
2013-05-04
emit aborting stubs for DEAD_FUNCTIONS
Alon Zakai
2013-05-02
only emit aborting function stubs on undefined symbols in asm mode
Alon Zakai
2013-05-02
ensure floats in varargs
Alon Zakai
2013-05-02
use full alignment in varargs
Alon Zakai
2013-04-29
make sure to align unnamed globals
Alon Zakai
2013-04-29
do not get confused by local vars that alias names of library functions, and ...
Alon Zakai
2013-04-29
fix va_arg
Alon Zakai
2013-04-29
fix varargs alignment in le32
Alon Zakai
2013-04-29
fully align varargs and formatString arguments all to 64-bit
Alon Zakai
2013-04-29
align the stack to 64 bits in le32
Alon Zakai
2013-04-29
implement le32 varargs as a struct with two fields: a start and an offset
Alon Zakai
2013-04-29
work towards le32 varargs
Alon Zakai
2013-04-29
ERROR_ON_UNRESOLVED_SYMBOLS option
Alon Zakai
2013-04-29
only show landingpad warnings in VERBOSE mode
Alon Zakai
2013-04-26
fix test_warn_undefined
Alon Zakai
2013-04-26
fix auto-returns after aborts in float-returning functions, and enable popple...
Alon Zakai
2013-04-25
emit missing function warnings only in verbose mode
Alon Zakai
2013-04-25
fix test_runtimelink
Alon Zakai
2013-04-24
warn on missing functions
Alon Zakai
2013-04-24
auto-generate library stubs that abort for missing library functions, and imp...
Alon Zakai
2013-04-23
properly coerce setjmp helpers
Alon Zakai
2013-04-23
remove UNRESOLVED_AS_DEAD since it doesn't work
Alon Zakai
2013-04-23
fix memory corruption in setjmp/asm.js; fixes #1087
Alon Zakai
2013-04-23
clear errors on calling dead functions
Alon Zakai
2013-04-22
make sure to coerce arguments to invoke due to setjmp
Alon Zakai
2013-04-22
use invoke when doing a setjmp-guarding call via a function pointer
Alon Zakai
2013-04-19
properly clear __THREW__ in asm exceptions
Alon Zakai
2013-04-18
exit to caller when setjmp encounters an id that is not ours; enable test_lon...
Alon Zakai
2013-04-18
setjmp support for asm.js
Alon Zakai
2013-04-17
emit landingpad variable assignment to avoid errors, even when exceptions are...
Alon Zakai
2013-04-17
do not emit landingpad call to cxa_find_matching_catch if exceptions are disa...
Alon Zakai
2013-04-17
emit return in unreachable in asm mode
Alon Zakai
2013-04-14
use compiled compiler-rt code for i64 multiplication
Alon Zakai
2013-04-14
add handwritten asm i64Subtract
Alon Zakai
2013-04-12
coerce arguments to cxa_find_matching_catch; enable remaining asm.js exceptio...
Alon Zakai
2013-04-12
fix __THREW__ initialization in asm.js invokes; test_exceptions now enabled a...
Alon Zakai
2013-04-12
asm-coerce arguments to invoke_*
Alon Zakai
2013-04-12
move exception resuming into a dedicated function
Alon Zakai
2013-04-12
fix forced calls through invoke_*
Alon Zakai
2013-04-12
avoid emitting non-asm code for cxa_find_matching_catch
Alon Zakai
2013-04-11
avoid unnecessary array creation in cxa_find_matching_catch calls
Alon Zakai
2013-04-11
infrastructure for supporting exceptions in asm.js, by going through invoke_*...
Alon Zakai
2013-04-11
refactor emscripten.py ll splitting
Alon Zakai
2013-04-09
remove ATMAIN hack, use a designated runPostSets function for postSets
Alon Zakai
2013-04-09
only emit postsets in pre and when they actually exist
Alon Zakai
2013-04-09
run postsets right before main, and after the memory initializer has been set up
Alon Zakai
2013-04-09
restore memory initialization and testing
Alon Zakai
2013-04-05
fix test_atexit
Alon Zakai
[next]