summaryrefslogtreecommitdiff
path: root/docs/ExceptionHandling.rst
AgeCommit message (Expand)Author
2017-09-12Fix broken links to the Itanium CXX ABIVlad Tsyrklevich
2016-07-20[docs] Fixing Sphinx warnings to unclog the buildbotRenato Golin
2016-01-10[WinEH] Disallow cyclic unwindsJoseph Tremoulet
2016-01-10[WinEH] Verify consistent funclet unwind exitsJoseph Tremoulet
2016-01-10[WinEH] Verify unwind edges against EH pad treeJoseph Tremoulet
2015-12-14[IR] Remove terminatepadDavid Majnemer
2015-12-12Try to appease sphinxDavid Majnemer
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer
2015-09-08[docs] Fix typo in catchret exampleVedant Kumar
2015-09-08[docs] Update documentation for the landingpad instructionVedant Kumar
2015-09-03[Docs] Fix Sphinx warningJoseph Tremoulet
2015-09-03[WinEH] Add llvm.eh.exceptionpointer intrinsicJoseph Tremoulet
2015-09-03[WinEH] Add cleanupendpad instructionJoseph Tremoulet
2015-08-23[WinEH] Require token linkage in EH pad/ret signaturesJoseph Tremoulet
2015-08-06[WinEH] Add documentation motivating the new EH instructionsReid Kleckner
2015-07-07Rename llvm.frameescape and llvm.framerecover to localescape and localrecoverReid Kleckner
2015-04-03[WinEH] Sink UnwindHelp completely out of IRDavid Majnemer
2015-04-02[WinEH] Make llvm.eh.actions use frameescape indices for catch paramsReid Kleckner
2015-03-31[WinEH] Generate .xdata for catch handlersDavid Majnemer
2015-03-30Fix Sphinx warning " Title underline too short.".Rafael Espindola
2015-03-27WinEH: Create a parent frame alloca for HandlerType xdata tablesDavid Majnemer
2015-03-25WinEH: Create an unwind help alloca for __CxxFrameHandler3 xdata tablesReid Kleckner
2015-03-12Make llvm.eh.actions an intrinsic and add docs for itReid Kleckner
2015-03-03Make llvm.eh.begincatch use an outparamReid Kleckner
2015-02-26Try to fix a docs link.Nico Weber
2015-02-23Try to fix reST markup for an external link.Nico Weber
2015-02-10fix docs typoNico Weber
2015-02-10Adding support for llvm.eh.begincatch and llvm.eh.endcatch intrinsics and beg...Andrew Kaylor
2014-03-28Exception handling docs: Clarify how the llvm.eh.* intrinsics are usedMark Seaborn
2014-02-27Exception handling docs: Fix a typoMark Seaborn
2014-02-25Exception handling docs: Describe landingpad clauses' meanings in more detailMark Seaborn
2013-01-13Documentation: use monospaced font for intrinsics' namesDmitri Gribenko
2013-01-13Fix broken link to LangRefDmitri Gribenko
2013-01-12Use more canonical exception-handling link in docs.Tim Northover
2013-01-12Fix broken links around Itanium C++ ABI in documentation.Tim Northover
2013-01-11docs: Fix long standing linking antipattern.Sean Silva
2012-06-27Sphinxify the exception handling doc.Bill Wendling