aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/ExceptionHandling.rst
AgeCommit message (Expand)AuthorFilesLines
2016-07-20[docs] Fixing Sphinx warnings to unclog the buildbotRenato Golin1-4/+4
2016-01-10[WinEH] Disallow cyclic unwindsJoseph Tremoulet1-0/+4
2016-01-10[WinEH] Verify consistent funclet unwind exitsJoseph Tremoulet1-0/+17
2016-01-10[WinEH] Verify unwind edges against EH pad treeJoseph Tremoulet1-0/+43
2015-12-14[IR] Remove terminatepadDavid Majnemer1-12/+9
2015-12-12Try to appease sphinxDavid Majnemer1-0/+1
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer1-49/+102
2015-09-08[docs] Fix typo in catchret exampleVedant Kumar1-1/+1
2015-09-08[docs] Update documentation for the landingpad instructionVedant Kumar1-5/+5
2015-09-03[Docs] Fix Sphinx warningJoseph Tremoulet1-1/+1
2015-09-03[WinEH] Add llvm.eh.exceptionpointer intrinsicJoseph Tremoulet1-0/+14
2015-09-03[WinEH] Add cleanupendpad instructionJoseph Tremoulet1-11/+32
2015-08-23[WinEH] Require token linkage in EH pad/ret signaturesJoseph Tremoulet1-16/+15
2015-08-06[WinEH] Add documentation motivating the new EH instructionsReid Kleckner1-150/+205
2015-07-07Rename llvm.frameescape and llvm.framerecover to localescape and localrecoverReid Kleckner1-6/+6
2015-04-03[WinEH] Sink UnwindHelp completely out of IRDavid Majnemer1-12/+0
2015-04-02[WinEH] Make llvm.eh.actions use frameescape indices for catch paramsReid Kleckner1-12/+16
2015-03-31[WinEH] Generate .xdata for catch handlersDavid Majnemer1-11/+0
2015-03-30Fix Sphinx warning " Title underline too short.".Rafael Espindola1-1/+1
2015-03-27WinEH: Create a parent frame alloca for HandlerType xdata tablesDavid Majnemer1-0/+11
2015-03-25WinEH: Create an unwind help alloca for __CxxFrameHandler3 xdata tablesReid Kleckner1-0/+12
2015-03-12Make llvm.eh.actions an intrinsic and add docs for itReid Kleckner1-0/+41
2015-03-03Make llvm.eh.begincatch use an outparamReid Kleckner1-6/+6
2015-02-26Try to fix a docs link.Nico Weber1-3/+3
2015-02-23Try to fix reST markup for an external link.Nico Weber1-1/+1
2015-02-10fix docs typoNico Weber1-1/+1
2015-02-10Adding support for llvm.eh.begincatch and llvm.eh.endcatch intrinsics and beg...Andrew Kaylor1-0/+170
2014-03-28Exception handling docs: Clarify how the llvm.eh.* intrinsics are usedMark Seaborn1-4/+13
2014-02-27Exception handling docs: Fix a typoMark Seaborn1-1/+1
2014-02-25Exception handling docs: Describe landingpad clauses' meanings in more detailMark Seaborn1-6/+55
2013-01-13Documentation: use monospaced font for intrinsics' namesDmitri Gribenko1-10/+10
2013-01-13Fix broken link to LangRefDmitri Gribenko1-11/+10
2013-01-12Use more canonical exception-handling link in docs.Tim Northover1-1/+1
2013-01-12Fix broken links around Itanium C++ ABI in documentation.Tim Northover1-3/+3
2013-01-11docs: Fix long standing linking antipattern.Sean Silva1-2/+0
2012-06-27Sphinxify the exception handling doc.Bill Wendling1-0/+367