[SimplifyCFG] Further improve our ability to remove redundant catchpads
[oota-llvm.git] / test / Transforms / SimplifyCFG / wineh-unreachable.ll
2016-01-05 David Majnemer[SimplifyCFG] Further improve our ability to remove...
2016-01-05 David Majnemer[SimplifyCFG] Remove redundant catchpads
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-10-27 David Majnemer[SimplifyCFG] Don't DCE catchret because the successor...
2015-09-27 Joseph Tremoulet[EH] Create removeUnwindEdge utility