aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-04-18[AMDGPU] Fix issues for backend divergence trackingDavid Stuttard1-0/+1
2018-03-14[FastISel] Sink local value materializations to first useReid Kleckner1-0/+1
2018-03-05Pass Divergence Analysis data to Selection DAG to drive divergenceAlexander Timofeev1-0/+10
2017-12-30Use phi ranges to simplify code. No functionality change intended.Benjamin Kramer1-7/+7
2017-12-13Remove redundant includes from lib/CodeGen.Michael Zolotukhin1-2/+0
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-3/+3
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie1-2/+2
2017-11-03Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie1-1/+1
2017-06-15ISel: Fix FastISel of swifterror valuesArnold Schwaighofer1-0/+26
2017-05-09Re-land "Use the frame index side table for byval and inalloca arguments"Reid Kleckner1-31/+2
2017-05-09Revert "Use the frame index side table for byval and inalloca arguments"Reid Kleckner1-2/+31
2017-05-08Use the frame index side table for byval and inalloca argumentsReid Kleckner1-31/+2
2017-05-03[KnownBits] Add zext, sext, and trunc methods to KnownBitsCraig Topper1-2/+1
2017-04-28[SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem...Craig Topper1-17/+13
2016-12-30Simplify FunctionLoweringInfo.cpp with range for loopsReid Kleckner1-40/+31
2016-12-01Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun1-1/+1
2016-12-01Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"Eric Christopher1-1/+1
2016-11-30Move most EH from MachineModuleInfo to MachineFunctionMatthias Braun1-1/+1
2016-11-30Move VariableDbgInfo from MachineModuleInfo to MachineFunctionMatthias Braun1-1/+1
2016-11-16[CodeGen] Pull MMI helpers from FunctionLoweringInfo to MMI. NFC.Ahmed Bougacha1-56/+0
2016-10-19[WinEH] Allow catchpads to reuse the same catch objectReid Kleckner1-4/+7
2016-10-07swifterror: Don't compute swifterror vregs during instruction selectionArnold Schwaighofer1-12/+20
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer1-4/+2
2016-07-28MachineFunction: Return reference for getFrameInfo(); NFCMatthias Braun1-8/+8
2016-04-05Swift Calling Convention: swifterror target-independent change.Manman Ren1-0/+18
2016-03-24[Statepoints] Fix yet another issue around gc pointer uniqueingSanjoy Das1-1/+1
2016-03-03[X86] Don't give catch objects a displacement of zeroDavid Majnemer1-20/+40
2016-01-07Undo spurious change made in r256965David Majnemer1-2/+1
2016-01-06[WinEH] Remove calculateCatchReturnSuccessorColorsDavid Majnemer1-3/+2
2015-12-16Fix funciton->function typo.Eric Christopher1-1/+1
2015-12-12[IR] Reformulate LLVM's EH funclet IRDavid Majnemer1-2/+2
2015-11-28[Stack realignment] Handling of aligned allocas.Jonas Paulsson1-13/+15
2015-11-17[WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunctionReid Kleckner1-19/+1
2015-11-05[WinEH] Fix funclet prologues with stack realignmentReid Kleckner1-2/+6
2015-10-23[CodeGen] Remove usage of NDEBUG in header.Davide Italiano1-7/+0
2015-10-13SelectionDAG: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-10/+9
2015-10-12[WinEH] Remove CatchObjRecoverIdxDavid Majnemer1-1/+1
2015-10-10[WinEH] Remove more dead codeDavid Majnemer1-9/+7
2015-10-09[WinEH] Delete the old landingpad implementation of Windows EHReid Kleckner1-44/+1
2015-10-07[SEH] Add llvm.eh.exceptioncode intrinsicReid Kleckner1-0/+11
2015-10-06[WinEH] Create a separate MBB for funclet prologuesDavid Majnemer1-2/+5
2015-10-06[WinEH] Implement state numbering for CoreCLRJoseph Tremoulet1-0/+6
2015-10-06[WinEH] Recognize CoreCLR personality functionJoseph Tremoulet1-2/+2
2015-10-01[WinEH] Make FuncletLayout more robust against catchretDavid Majnemer1-1/+3
2015-09-16[WinEH] Pull Adjectives and CatchObj out of the catchpad arg listReid Kleckner1-4/+11
2015-09-10[WinEH] Add codegen support for cleanuppad and cleanupretReid Kleckner1-17/+18
2015-09-09[SEH] Emit 32-bit SEH tables for the new EH IRReid Kleckner1-8/+18
2015-09-08[WinEH] Avoid creating MBBs for LLVM BBs that cannot contain codeReid Kleckner1-2/+18
2015-09-08[WinEH] Emit prologues and epilogues for funcletsReid Kleckner1-0/+6
2015-08-31[EH] Handle non-Function personalities like unknown personalitiesReid Kleckner1-4/+3