summaryrefslogtreecommitdiff
path: root/test/CodeGen/WinEH/cppeh-catch-unwind.ll
Commit message (Expand)AuthorAgeFilesLines
* [WinEH] Delete the old landingpad implementation of Windows EHReid Kleckner2015-10-091-240/+0
* Rename llvm.frameescape and llvm.framerecover to localescape and localrecoverReid Kleckner2015-07-071-4/+4
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-10/+10
* Changed renaming of local symbols by inserting a dot vefore the numeric suffix.Sunil Srivastava2015-05-121-2/+2
* [WinEH] Handle nested landing pads that return directly to the parent function.Andrew Kaylor2015-05-111-1/+1
* [WinEH] Split the landingpad BB instead of cloning itReid Kleckner2015-04-241-3/+3
* [opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie2015-04-161-4/+4
* [WinEH] Sink UnwindHelp completely out of IRDavid Majnemer2015-04-031-3/+0
* [WinEH] Handle nested landing pads in outlined catch handlersAndrew Kaylor2015-04-031-1/+0
* [WinEH] Make llvm.eh.actions use frameescape indices for catch paramsReid Kleckner2015-04-021-3/+3
* [WinEH] Generate .xdata for catch handlersDavid Majnemer2015-03-311-6/+0
* [WinEH] Run cleanup handlers when an exception is thrownDavid Majnemer2015-03-301-4/+4
* WinEH: Create a parent frame alloca for HandlerType xdata tablesDavid Majnemer2015-03-271-0/+6
* WinEH: Create an unwind help alloca for __CxxFrameHandler3 xdata tablesReid Kleckner2015-03-251-0/+3
* Fixing a bug with WinEH PHI handlingAndrew Kaylor2015-03-201-0/+241