summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86WinEHState.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WinEH] Delete addFnAttr("no-frame-pointer-elim") which seems no longer neededFangrui Song2019-12-241-5/+0
* [IR] Split out target specific intrinsic enums into separate headersReid Kleckner2019-12-111-1/+2
* [X86] Fix uninitialized variable warnings. NFCI.Simon Pilgrim2019-11-041-1/+1
* Added address-space mangling for stack related intrinsicsChristudasan Devadasan2019-07-221-1/+4
* X86: Clean up pass initializationTom Stellard2019-06-131-3/+1
* [opaque pointer types] Pass value type to GetElementPtr creation.James Y Knight2019-02-011-4/+4
* [opaque pointer types] Pass value type to LoadInst creation.James Y Knight2019-02-011-4/+4
* [opaque pointer types] Pass function types to CallInst creation.James Y Knight2019-02-011-1/+1
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-02-011-8/+8
* Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight2019-01-311-8/+8
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-01-311-8/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* X86: Consistently declare pass initializers in X86.h; NFCMatthias Braun2018-11-011-4/+0
* [TI removal] Make variables declared as `TerminatorInst` and initializedChandler Carruth2018-10-151-1/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-6/+6
* [WinEH] Don't emit state stores or EH thunks for available_externally functionsReid Kleckner2017-12-281-0/+6
* Make x86 __ehhandler comdat if parent function isDave Lee2017-10-201-0/+2
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* IR: Give function GlobalValue::getRealLinkageName() a less misleading name: d...Peter Collingbourne2017-05-161-1/+1
* [IR] Abstract away ArgNo+1 attribute indexing as much as possibleReid Kleckner2017-05-031-1/+1
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* [StackProtector] Fix computation of GSCookieOffset and EHCookieOffset with SEH4Etienne Bergeron2016-06-211-7/+41
* [WinEH] Make setjmp work correctly with EHDavid Majnemer2016-02-291-20/+136
* Move some code from doInitialization to runOnFunctionDavid Majnemer2016-02-201-3/+4
* [WinEH] Hoist state stores from successorsDavid Majnemer2016-02-181-1/+54
* Remove superfluous semicolon.Nico Weber2016-02-171-1/+1
* [WinEH] Optimize WinEH state storesDavid Majnemer2016-02-171-32/+175
* [X86] Cleanup the WinEHState passDavid Majnemer2016-02-011-25/+14
* [WinEH] Don't perform state stores in cleanupsDavid Majnemer2016-01-291-0/+4
* [WinEH] Remove unused intrinsic llvm.x86.seh.restoreframeReid Kleckner2015-12-151-3/+0
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-5/+19
* Move EH-specific helper functions to a more appropriate placeDavid Majnemer2015-12-021-1/+1
* [WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunctionReid Kleckner2015-11-171-86/+24
* X86: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-191-4/+4
* [X86] Rip out orphaned method declarations and other dead code. NFC.Benjamin Kramer2015-10-151-9/+0
* [WinEH] Remove more dead codeDavid Majnemer2015-10-101-16/+7
* [WinEH] Delete the old landingpad implementation of Windows EHReid Kleckner2015-10-091-89/+16
* [WinEH] Recognize CoreCLR personality functionJoseph Tremoulet2015-10-061-2/+2
* [WinEH] Make funclet return instrs pseudo instrsReid Kleckner2015-09-171-9/+0
* [WinEH] Rip out the landingpad-based C++ EH state numbering codeReid Kleckner2015-09-161-17/+0
* [WinEH] Skip state numbering when no EH pads are presentReid Kleckner2015-09-161-0/+14
* [SEH] Emit 32-bit SEH tables for the new EH IRReid Kleckner2015-09-091-19/+44
* [WinEH] Emit prologues and epilogues for funcletsReid Kleckner2015-09-081-3/+8
* [WinEH] Add some support for code generating catchpadReid Kleckner2015-08-271-0/+10
* [WinEH] Calculate state numbers for the new EH representationDavid Majnemer2015-08-181-17/+31
* [WinEH] Strip the \01 character from the __CxxFrameHandler3 thunk nameReid Kleckner2015-07-131-3/+5
* [WinEH] Make sure LSDA tables are 4 byte alignedReid Kleckner2015-07-101-2/+4
* [SEH] Ensure that empty __except blocks have their own BBReid Kleckner2015-07-081-0/+5
* Rename llvm.frameescape and llvm.framerecover to localescape and localrecoverReid Kleckner2015-07-071-6/+6
* [SEH] Add new intrinsics for recovering and restoring parent framesReid Kleckner2015-06-301-8/+7
OpenPOWER on IntegriCloud