summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/WinException.h
Commit message (Expand)AuthorAgeFilesLines
* [AArch64][Windows] Compute function length correctly in unwind tables.Eli Friedman2019-05-031-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [EH] Rename llvm.x86.seh.recoverfp intrinsic to llvm.eh.recoverfpMandeep Singh Grang2019-01-161-1/+1
* [ARM64][Windows] MCLayer support for exception handlingSanjin Sijaric2018-10-271-1/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WinEH] Don't assume endFunction is called while in .textReid Kleckner2016-12-281-0/+4
* [WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunctionReid Kleckner2015-11-171-3/+3
* [WinEH] Fix funclet prologues with stack realignmentReid Kleckner2015-11-051-1/+1
* [CodeGen] Mark setjmp/catchret MBBs address-takenJoseph Tremoulet2015-10-231-1/+2
* [WinEH] Add CoreCLR EH table emissionJoseph Tremoulet2015-10-131-0/+5
* [WinEH] Iterate state changes instead of invokesJoseph Tremoulet2015-10-131-3/+4
* [SEH] Remember to emit the last invoke range for SEHReid Kleckner2015-10-091-0/+3
* [WinEH] Undo the effect of r249578 for 32-bitReid Kleckner2015-10-071-0/+6
* [WinEH] Teach AsmPrinter about funcletsDavid Majnemer2015-09-291-0/+7
* [WinEH] Fix ip2state table emission with funcletsReid Kleckner2015-09-281-1/+4
* [WinEH] Rip out the landingpad-based C++ EH state numbering codeReid Kleckner2015-09-161-2/+1
* [SEH] Emit 32-bit SEH tables for the new EH IRReid Kleckner2015-09-091-1/+1
* [WinEH] Calculate state numbers for the new EH representationDavid Majnemer2015-08-181-2/+2
* [AsmPrinter] Hide implementation detailsBenjamin Kramer2015-07-011-1/+1
* [SEH] Add new intrinsics for recovering and restoring parent framesReid Kleckner2015-06-301-0/+5
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* [WinEH] Add 32-bit SEH state table emission prototypeReid Kleckner2015-06-091-0/+7
* [WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86Reid Kleckner2015-05-291-5/+13
* Rename Win64Exception.(cpp|h) to WinException.(cpp|h)Reid Kleckner2015-05-281-0/+61
OpenPOWER on IntegriCloud