summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CalcSpillWeights.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-15Remove LIS::isAllocatable() and isReserved() helpers.Jakob Stoklund Olesen1-1/+1
2012-08-22Tidy up a few more uses of MF.getFunction()->getName().David Blaikie1-2/+1
2012-08-22Add a getName function to MachineFunction. Use it in places that previously d...Craig Topper1-2/+1
2012-06-20Avoid iterating with LiveIntervals::iterator.Jakob Stoklund Olesen1-9/+11
2012-06-05Stop using LiveIntervals::isReMaterializable().Jakob Stoklund Olesen1-9/+24
2011-08-09Move CalculateRegClass to MRI::recomputeRegClass.Jakob Stoklund Olesen1-32/+0
2011-07-01Don't inflate register classes used by inline asm.Jakob Stoklund Olesen1-0/+3
2011-06-27More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.Evan Cheng1-1/+2
2011-05-16Teach LiveInterval::isZeroLength about null SlotIndexes.Jakob Stoklund Olesen1-1/+1
2011-04-26Use the new TRI->getLargestLegalSuperClass hook to constrain register class i...Jakob Stoklund Olesen1-50/+29
2011-03-29Recompute register class and hint for registers created during spilling.Jakob Stoklund Olesen1-18/+28
2011-03-10Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVe...Jakob Stoklund Olesen1-2/+1
2011-02-14Move more fragments of spill weight calculation into CalcSpillWeights.hJakob Stoklund Olesen1-2/+1
2011-01-09Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...Jakob Stoklund Olesen1-2/+2
2010-10-12Begin adding static dependence information to passes, which will allow us toOwen Anderson1-1/+5
2010-10-07Now with fewer extraneous semicolons!Owen Anderson1-1/+1
2010-08-12Clean up debug output.Jakob Stoklund Olesen1-2/+0
2010-08-10Give up on register class recalculation when the register is used with subregJakob Stoklund Olesen1-1/+10
2010-08-10Implement register class inflation.Jakob Stoklund Olesen1-0/+41
2010-08-10Transpose the calculation of spill weights such that we are calculating oneJakob Stoklund Olesen1-98/+127
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson1-2/+2
2010-07-16Remove remaining calls to TII::isMoveInstr.Jakob Stoklund Olesen1-2/+1
2010-07-03Fix typo.Eric Christopher1-1/+1
2010-02-18Always normalize spill weights, also for intervals created by spilling.Jakob Stoklund Olesen1-4/+1
2010-02-10Remove duplicated #include.Evan Cheng1-1/+0
2010-02-10Emit an error for illegal inline asm constraint (which uses illegal type) rat...Evan Cheng1-0/+1
2010-02-10fix missing #includes.Chris Lattner1-1/+1
2010-02-09move target-independent opcodes out of TargetInstrInfoChris Lattner1-7/+1
2010-02-09Skip DEBUG_VALUE in some places where it was affecting codegen.Dale Johannesen1-0/+3
2009-12-24Change errs() to dbgs().David Greene1-1/+1
2009-12-22Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.Lang Hames1-1/+1
2009-12-14Moved spill weight calculation out of SimpleRegisterCoalescing and into its o...Lang Hames1-0/+154