summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86WinEHState.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-8/+2
* [WinEH] Put finally pointers in the handler scope table fieldReid Kleckner2015-06-111-1/+1
* [WinEH] Create an llvm.x86.seh.exceptioninfo intrinsicReid Kleckner2015-06-111-29/+6
* [WinEH] Call llvm.stackrestore in __except blocksReid Kleckner2015-06-101-1/+19
* [WinEH] Emit .safeseh directives for all 32-bit exception handlersReid Kleckner2015-06-101-4/+7
* [WinEH] Add 32-bit SEH state table emission prototypeReid Kleckner2015-06-091-2/+77
* [WinEH] Cache declarations of frame intrinsicsReid Kleckner2015-06-081-6/+10
* [WinEH] Adjust the 32-bit SEH prologue to better match realityReid Kleckner2015-05-291-72/+52
* Disable FP elimination in funcs using 32-bit MSVC EH personalitiesReid Kleckner2015-05-291-0/+5
* [WinEH] Start inserting state number stores for C++ EHReid Kleckner2015-05-281-42/+160
* [WinEH] Store pointers to the LSDA in the exception registration objectReid Kleckner2015-05-201-13/+70
* Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...David Blaikie2015-05-181-2/+2
* Re-land "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"Reid Kleckner2015-05-051-0/+317
* Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"Reid Kleckner2015-05-011-317/+0
* Re-land "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"Reid Kleckner2015-05-011-0/+317
* Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"Reid Kleckner2015-05-011-317/+0
* [WinEH] Add an EH registration and state insertion pass for 32-bit x86Reid Kleckner2015-05-011-0/+317
OpenPOWER on IntegriCloud