summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveRegMatrix.cpp
AgeCommit message (Expand)AuthorFilesLines
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