aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/NaCl/LowerEmExceptionsPass.cpp
AgeCommit message (Expand)Author
2014-02-28Use more LLVM-idiomatic error reporting.Dan Gohman
2014-02-25Support GEP and ConstantExprs directly in the JSBackend.Dan Gohman
2014-02-02exceptions whitelist option, for emscripten EXCEPTION_CATCHING_WHITELISTAlon Zakai
2014-01-21support building projects with both setjmp and c++ exceptions, by avoiding mo...Alon Zakai
2014-01-21do not emit pre|postinvoke calls around calls that cannot possibly throw an e...Alon Zakai
2014-01-20setjmp fixesAlon Zakai
2014-01-20allow only setjmp or c++ exceptions in fastcomp for nowAlon Zakai
2014-01-19add pre/post-invoke around calls we need to guard for longjmpsAlon Zakai
2014-01-13clean up orphan landingpadsAlon Zakai
2014-01-10lower resumeAlon Zakai
2014-01-10handle landingpads with multiple originating invokesAlon Zakai
2014-01-10type corrections in LowerEmExceptionsPassAlon Zakai
2014-01-10exceptions support in backend itselfAlon Zakai
2014-01-10wip better approach to exceptionsAlon Zakai
2014-01-09exception handling supportAlon Zakai