Age | Commit message (Expand) | Author |
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 |
2013-03-12 | infrastructure for implementing i64 math in asm.js, and implement i64Add and ... | Alon Zakai |
2013-03-12 | unique ids for aborts for dead functions | Alon Zakai |
2013-03-11 | add ASSERTIONS to asm2g, and fix assertions for asm | Alon Zakai |
2013-03-11 | make pgo output work in asm.js | Alon Zakai |
2013-03-10 | pgo for unused function detection | Alon Zakai |
2013-03-04 | fix cmpxchg for asm | Alon Zakai |
2013-03-02 | more atomic implementations, closes #874 | Alon Zakai |
2013-03-01 | abort on loads from absolute addresses, just like saves | Alon Zakai |
2013-03-01 | make intentional faults work in asm | Alon Zakai |
2013-03-01 | handle calls to aliases in asm | Alon Zakai |
2013-02-28 | fix insertvalue of undef, fixes s_x_x.test_exceptions | 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 | do not emit undefined symbol warnings for symbols that only have an inline ve... | Alon Zakai |
2013-02-26 | do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ne... | Alon Zakai |
2013-02-22 | always warn on undefs in asm, since it breaks validation | Alon Zakai |
2013-02-22 | comment | Alon Zakai |
2013-02-21 | still emit library aliases - useful for e.g. gl OES aliasing, even if normall... | Alon Zakai |
2013-02-17 | memory corruption checker | Alon Zakai |