index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
NaCl
/
LowerEmExceptionsPass.cpp
Age
Commit message (
Expand
)
Author
2014-02-28
Use more LLVM-idiomatic error reporting.
Dan Gohman
2014-02-25
Support GEP and ConstantExprs directly in the JSBackend.
Dan Gohman
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 mo...
Alon Zakai
2014-01-21
do not emit pre|postinvoke calls around calls that cannot possibly throw an e...
Alon Zakai
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