Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-02 | exceptions whitelist option, for emscripten EXCEPTION_CATCHING_WHITELIST | Alon Zakai | |
2014-01-21 | support building projects with both setjmp and c++ exceptions, by avoiding ↵ | Alon Zakai | |
modifying setjmp|longjmp in the exceptions lowering code | |||
2014-01-21 | do not emit pre|postinvoke calls around calls that cannot possibly throw an ↵ | Alon Zakai | |
exception | |||
2014-01-20 | setjmp fixes | Alon Zakai | |
2014-01-20 | allow only setjmp or c++ exceptions in fastcomp for now | Alon Zakai | |
2014-01-19 | add pre/post-invoke around calls we need to guard for longjmps | Alon Zakai | |
2014-01-13 | clean up orphan landingpads | Alon Zakai | |
2014-01-10 | lower resume | Alon Zakai | |
2014-01-10 | handle landingpads with multiple originating invokes | Alon Zakai | |
2014-01-10 | type corrections in LowerEmExceptionsPass | Alon Zakai | |
2014-01-10 | exceptions support in backend itself | Alon Zakai | |
2014-01-10 | wip better approach to exceptions | Alon Zakai | |
2014-01-09 | exception handling support | Alon Zakai | |