Age | Commit message (Expand) | Author |
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 |
2013-04-04 | pre-apply {{{ FI_* }}} as well | Alon Zakai |
2013-04-04 | pre-apply simple postSets | Alon Zakai |
2013-04-04 | refactor slab writing in makePointer | Alon Zakai |
2013-04-04 | be less silly | Alon Zakai |
2013-04-04 | write out all the initial global allocations as one big ALLOC_NONE | Alon Zakai |
2013-04-04 | ensure aligned sizes for all constants | Alon Zakai |
2013-04-04 | refactor vtable extension | Alon Zakai |
2013-04-03 | refactor/simplify constant generation | Alon Zakai |
2013-04-01 | fix externals handling: non-library elements need nothing at all, so runtime ... | Alon Zakai |
2013-04-01 | simplify and unify handling of externals | Alon Zakai |
2013-03-31 | check both original short ident and redirected ident for being a library func... | Alon Zakai |
2013-03-22 | export functions in pre phase even in asm (it's just in funcs that we don't) | Alon Zakai |
2013-03-20 | abort compilation if there are unresolved in asm.js, after showing them all | Alon Zakai |
2013-03-20 | add exception debug warning on resume 0 | Alon Zakai |
2013-03-19 | When there's no exception, just drop the resume. | Bruce Mitchener |
2013-03-18 | add option to turn all unresolved references into dead functions (i.e., no co... | Alon Zakai |
2013-03-18 | do not warn/error on unresolved symbols that have been declared dead | Alon Zakai |
2013-03-17 | mention DEAD_FUNCTIONS in unresolved symbol abort in asm.js mode | Alon Zakai |
2013-03-17 | abort compilation in asm.js when we see setjmp | Alon Zakai |
2013-03-16 | error on undefined symbols in asm.js mode, since it breaks validation and mus... | Alon Zakai |
2013-03-14 | move dynamic 64-bit shifts into asm library calls | Alon Zakai |
2013-03-13 | turn calls to undef into aborts, so they asmify | Alon Zakai |