aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveRegMatrix.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-18/+18
2018-01-31Take into account the cost of local intervals when selecting split candidate.Marina Yatsina1-0/+16
2017-12-13Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun1-1/+1
2017-11-28[CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih1-6/+6
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-2/+2
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-3/+3
2017-03-02LiveRegMatrix: Fix some subreg interference checksMatthias Braun1-5/+8
2017-03-01LIU:::Query: Query LiveRange instead of LiveInterval; NFCMatthias Braun1-1/+1
2017-02-17[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko1-4/+10
2016-12-16Implement LaneBitmask::any(), use it to replace !none(), NFCIKrzysztof Parzyszek1-1/+1
2016-12-15Extract LaneBitmask into a separate typeKrzysztof Parzyszek1-1/+1
2016-08-06Move helpers into anonymous namespaces. NFC.Benjamin Kramer1-3/+4
2015-09-25TargetRegisterInfo: Introduce PrintLaneMask.Matthias Braun1-1/+0
2015-09-25TargetRegisterInfo: Add typedef unsigned LaneBitmask and use it where apropri...Matthias Braun1-1/+1
2015-07-14MachineRegisterInfo: Remove UsedPhysReg infrastructureMatthias Braun1-3/+1
2015-07-14RAGreedy: Keep track of allocated PhysRegs internallyMatthias Braun1-0/+8
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth1-1/+1
2014-12-11LiveInterval: Use range based for loops for subregister ranges.Matthias Braun1-4/+3
2014-12-10LiveRegMatrix: Respect subregister liveness when allocating registers.Matthias Braun1-14/+49
2014-10-14Remove unnecessary TargetMachine.h includes.Eric Christopher1-1/+0
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-1/+1
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-1/+1
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-1/+1
2014-02-06This small change reduces compile time for small programs on targets that havePuyan Lotfi1-1/+3
2013-10-10Represent RegUnit liveness with LiveRange instanceMatthias Braun1-2/+4
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-4/+4
2012-11-28Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen1-2/+2
2012-09-06Allow overlaps between virtreg and physreg live ranges.Jakob Stoklund Olesen1-1/+3
2012-06-15Accept null PhysReg arguments to checkRegMaskInterference.Jakob Stoklund Olesen1-1/+1
2012-06-09Sketch a LiveRegMatrix analysis pass.Jakob Stoklund Olesen1-0/+152