summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [WinEH] Fix funclet prologues with stack realignmentReid Kleckner2015-11-051-2/+6
* [CodeGen] Remove usage of NDEBUG in header.Davide Italiano2015-10-231-7/+0
* SelectionDAG: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-10-131-10/+9
* [WinEH] Remove CatchObjRecoverIdxDavid Majnemer2015-10-121-1/+1
* [WinEH] Remove more dead codeDavid Majnemer2015-10-101-9/+7
* [WinEH] Delete the old landingpad implementation of Windows EHReid Kleckner2015-10-091-44/+1
* [SEH] Add llvm.eh.exceptioncode intrinsicReid Kleckner2015-10-071-0/+11
* [WinEH] Create a separate MBB for funclet prologuesDavid Majnemer2015-10-061-2/+5
* [WinEH] Implement state numbering for CoreCLRJoseph Tremoulet2015-10-061-0/+6
* [WinEH] Recognize CoreCLR personality functionJoseph Tremoulet2015-10-061-2/+2
* [WinEH] Make FuncletLayout more robust against catchretDavid Majnemer2015-10-011-1/+3
* [WinEH] Pull Adjectives and CatchObj out of the catchpad arg listReid Kleckner2015-09-161-4/+11
* [WinEH] Add codegen support for cleanuppad and cleanupretReid Kleckner2015-09-101-17/+18
* [SEH] Emit 32-bit SEH tables for the new EH IRReid Kleckner2015-09-091-8/+18
* [WinEH] Avoid creating MBBs for LLVM BBs that cannot contain codeReid Kleckner2015-09-081-2/+18
* [WinEH] Emit prologues and epilogues for funcletsReid Kleckner2015-09-081-0/+6
* [EH] Handle non-Function personalities like unknown personalitiesReid Kleckner2015-08-311-4/+3
* [WinEH] Add some support for code generating catchpadReid Kleckner2015-08-271-7/+13
* [WinEH] Calculate state numbers for the new EH representationDavid Majnemer2015-08-181-1/+1
* Redirect DataLayout from TargetMachine to Module in ComputeValueVTs()Mehdi Amini2015-07-091-4/+5
* [WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologuesReid Kleckner2015-07-071-1/+1
* Redirect DataLayout from TargetMachine to Module in SelectionDAGMehdi Amini2015-07-071-7/+7
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-4/+6
* [WinEH] Add 32-bit SEH state table emission prototypeReid Kleckner2015-06-091-5/+12
* [WinEH] Start inserting state number stores for C++ EHReid Kleckner2015-05-281-371/+3
* Fix build warningAndrew Kaylor2015-05-201-1/+1
* [WinEH] C++ EH state numbering fixesAndrew Kaylor2015-05-201-52/+179
* [StatepointLowering] Support of the gc.relocates for invoke statepoints.Igor Laevsky2015-05-201-0/+1
* [WinEH] Push unique_ptr through the Action interface.Benjamin Kramer2015-05-161-21/+15
* Fixing build warningsAndrew Kaylor2015-05-111-2/+2
* [WinEH] Update exception numbering to give handlers their own base state.Andrew Kaylor2015-05-111-15/+74
* [SEH] Implement GetExceptionCode in __except blocksReid Kleckner2015-04-241-14/+23
* DebugInfo: Assert dbg.declare/value insts are validDuncan P. N. Exon Smith2015-04-211-2/+3
* Re-land r235154-r235156 under the existing -sehprepare flagReid Kleckner2015-04-211-3/+53
* Revert r235154-r235156, they cause asserts when building win64 code (http://c...Nico Weber2015-04-171-53/+3
* [SEH] Reimplement x64 SEH using WinEHPrepareReid Kleckner2015-04-171-3/+53
* Add range iterators for post order and inverse post order. Use themDaniel Berlin2015-04-151-2/+1
* [WinEHPrepare] Don't rely on the order of IRDavid Majnemer2015-04-101-5/+9
* CodeGen: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-3/+1
* [WinEH] Fill out CatchHigh in the TryBlockMapDavid Majnemer2015-04-031-4/+2
* [WinEH] Fill out .xdata for catch objectsDavid Majnemer2015-04-031-3/+1
* [WinEH] Handle nested landing pads in outlined catch handlersAndrew Kaylor2015-04-031-28/+0
* [WinEH] Implement support for catch-allDavid Majnemer2015-04-011-8/+13
* [WinEH] ExitingScope is vacuously true if !PoppedCatches.empty()David Majnemer2015-03-311-2/+1
* [WinEH] Generate .xdata for catch handlersDavid Majnemer2015-03-311-30/+105
* Silence an unused variable warning.David Majnemer2015-03-301-0/+2
* [WinEH] Run cleanup handlers when an exception is thrownDavid Majnemer2015-03-301-2/+143
* CodeGen: Use the new DebugLoc API, NFCDuncan P. N. Exon Smith2015-03-301-3/+1
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-0/+1
* getRegForInlineAsmConstraint wants to use TargetRegisterInfo forEric Christopher2015-02-261-3/+4
OpenPOWER on IntegriCloud