Age | Commit message (Expand) | Author |
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 |
2013-02-17 | remove PROFILE option. It adds unacceptable overhead, and all browsers have p... | Alon Zakai |
2013-01-30 | properly do unneeded args removal from last commit so it doesn't break inlining | Alon Zakai |
2013-01-30 | convert memmove to asm | Alon Zakai |
2013-01-23 | refactor makeComparison and use it in more places | Alon Zakai |
2013-01-23 | fix comparison in indirectbr for asm | Alon Zakai |
2013-01-23 | add value to returns when function returns a non-void | Alon Zakai |
2013-01-23 | detect nativized variable types properly in asm coercions | Alon Zakai |
2013-01-23 | make getReturnType handle non-function pointer types | Alon Zakai |
2013-01-23 | handle function pointer calls to functions that return function pointers (ins... | Alon Zakai |
2013-01-20 | fix varargs by pointer in asm | Alon Zakai |
2013-01-20 | fix -O1 | Alon Zakai |
2013-01-20 | __asm and __sig in library, separately | Alon Zakai |
2013-01-19 | fix LIBRARY_DEBUG for asm | Alon Zakai |
2013-01-18 | fix unrelooped code for asm | Alon Zakai |
2013-01-18 | add return in functions whose types return but do not actually return | Alon Zakai |
2013-01-17 | Merge pull request #778 from caiiiycuk/exception_catching_in_scope | Alon Zakai |
2013-01-17 | pack global constant allocations to save space, and allow typed array .set() ... | Alon Zakai |
2013-01-17 | Implement exceptions in whitelist | Aleksander Guryanov |
2013-01-16 | fix resume | Alon Zakai |