summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify FunctionLoweringInfo.cpp with range for loopsReid Kleckner2016-12-301-40/+31
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-12-011-1/+1
* Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"Eric Christopher2016-12-011-1/+1
* Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-1/+1
* Move VariableDbgInfo from MachineModuleInfo to MachineFunctionMatthias Braun2016-11-301-1/+1
* [CodeGen] Pull MMI helpers from FunctionLoweringInfo to MMI. NFC.Ahmed Bougacha2016-11-161-56/+0
* [WinEH] Allow catchpads to reuse the same catch objectReid Kleckner2016-10-191-4/+7
* swifterror: Don't compute swifterror vregs during instruction selectionArnold Schwaighofer2016-10-071-12/+20
* Use the range variant of find instead of unpacking begin/endDavid Majnemer2016-08-111-4/+2
* MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun2016-07-281-8/+8
* Swift Calling Convention: swifterror target-independent change.Manman Ren2016-04-051-0/+18
* [Statepoints] Fix yet another issue around gc pointer uniqueingSanjoy Das2016-03-241-1/+1
* [X86] Don't give catch objects a displacement of zeroDavid Majnemer2016-03-031-20/+40
* Undo spurious change made in r256965David Majnemer2016-01-071-2/+1
* [WinEH] Remove calculateCatchReturnSuccessorColorsDavid Majnemer2016-01-061-3/+2
* Fix funciton->function typo.Eric Christopher2015-12-161-1/+1
* [IR] Reformulate LLVM's EH funclet IRDavid Majnemer2015-12-121-2/+2
* [Stack realignment] Handling of aligned allocas.Jonas Paulsson2015-11-281-13/+15
* [WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunctionReid Kleckner2015-11-171-19/+1
* [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
OpenPOWER on IntegriCloud