[WinEH] Fix ip2state table emission with funclets
[oota-llvm.git] / include / llvm / CodeGen / WinEHFuncInfo.h
2015-09-28 Reid Kleckner[WinEH] Fix ip2state table emission with funclets
2015-09-16 Reid Kleckner[WinEH] Rip out the landingpad-based C++ EH state numbe...
2015-09-16 Reid Kleckner[WinEH] Pull Adjectives and CatchObj out of the catchpa...
2015-09-10 Reid Kleckner[WinEH] Add codegen support for cleanuppad and cleanupret
2015-09-09 Reid Kleckner[SEH] Emit 32-bit SEH tables for the new EH IR
2015-09-08 Reid Kleckner[WinEH] Emit prologues and epilogues for funclets
2015-08-27 Reid Kleckner[WinEH] Add some support for code generating catchpad
2015-08-18 David Majnemer[WinEH] Calculate state numbers for the new EH represen...
2015-07-07 Reid KlecknerRename llvm.frameescape and llvm.framerecover to locale...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-11 Reid Kleckner[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
2015-05-28 Reid Kleckner[WinEH] Start inserting state number stores for C++ EH
2015-05-20 Andrew Kaylor[WinEH] C++ EH state numbering fixes
2015-05-16 Benjamin Kramer[WinEH] Push unique_ptr through the Action interface.
2015-05-12 Richard SmithAdd missing #include and forward decl, found by modules...
2015-05-11 Andrew Kaylor[WinEH] Update exception numbering to give handlers...
2015-04-10 David Majnemer[WinEHPrepare] Don't rely on the order of IR
2015-04-03 David Majnemer[WinEH] Fill out CatchHigh in the TryBlockMap
2015-04-03 David Majnemer[WinEH] Fill out .xdata for catch objects
2015-04-03 Andrew Kaylor[WinEH] Handle nested landing pads in outlined catch...
2015-03-31 David Majnemer[WinEH] Generate .xdata for catch handlers
2015-03-30 David Majnemer[WinEH] Run cleanup handlers when an exception is thrown