ReleaseNotes: fix typo, reported by Eugene
[oota-llvm.git] / docs / ExceptionHandling.rst
2016-01-10 Joseph Tremoulet[WinEH] Disallow cyclic unwinds
2016-01-10 Joseph Tremoulet[WinEH] Verify consistent funclet unwind exits
2016-01-10 Joseph Tremoulet[WinEH] Verify unwind edges against EH pad tree
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-12 David MajnemerTry to appease sphinx
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-09-08 Vedant Kumar[docs] Fix typo in catchret example
2015-09-08 Vedant Kumar[docs] Update documentation for the landingpad instruction
2015-09-03 Joseph Tremoulet[Docs] Fix Sphinx warning
2015-09-03 Joseph Tremoulet[WinEH] Add llvm.eh.exceptionpointer intrinsic
2015-09-03 Joseph Tremoulet[WinEH] Add cleanupendpad instruction
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
2015-08-06 Reid Kleckner[WinEH] Add documentation motivating the new EH instruc...
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-04-03 David Majnemer[WinEH] Sink UnwindHelp completely out of IR
2015-04-02 Reid Kleckner[WinEH] Make llvm.eh.actions use frameescape indices...
2015-03-31 David Majnemer[WinEH] Generate .xdata for catch handlers
2015-03-30 Rafael EspindolaFix Sphinx warning " Title underline too short.".
2015-03-27 David MajnemerWinEH: Create a parent frame alloca for HandlerType...
2015-03-25 Reid KlecknerWinEH: Create an unwind help alloca for __CxxFrameHandl...
2015-03-12 Reid KlecknerMake llvm.eh.actions an intrinsic and add docs for it
2015-03-03 Reid KlecknerMake llvm.eh.begincatch use an outparam
2015-02-26 Nico WeberTry to fix a docs link.
2015-02-23 Nico WeberTry to fix reST markup for an external link.
2015-02-10 Nico Weberfix docs typo
2015-02-10 Andrew KaylorAdding support for llvm.eh.begincatch and llvm.eh.endca...
2014-03-28 Mark SeabornException handling docs: Clarify how the llvm.eh.*...
2014-02-27 Mark SeabornException handling docs: Fix a typo
2014-02-25 Mark SeabornException handling docs: Describe landingpad clauses...
2013-01-13 Dmitri GribenkoDocumentation: use monospaced font for intrinsics'...
2013-01-13 Dmitri GribenkoFix broken link to LangRef
2013-01-12 Tim NorthoverUse more canonical exception-handling link in docs.
2013-01-12 Tim NorthoverFix broken links around Itanium C++ ABI in documentation.
2013-01-11 Sean Silvadocs: Fix long standing linking antipattern.
2012-06-27 Bill WendlingSphinxify the exception handling doc.