Add 'const' to a few more functions in MachineFrameInfo
[oota-llvm.git] / include / llvm / CodeGen / WinEHFuncInfo.h
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