summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CalcSpillWeights.cpp
Commit message (Expand)AuthorAge
* Move CalculateRegClass to MRI::recomputeRegClass.Jakob Stoklund Olesen2011-08-09
* Don't inflate register classes used by inline asm.Jakob Stoklund Olesen2011-07-01
* More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.Evan Cheng2011-06-27
* Teach LiveInterval::isZeroLength about null SlotIndexes.Jakob Stoklund Olesen2011-05-16
* Use the new TRI->getLargestLegalSuperClass hook to constrain register class i...Jakob Stoklund Olesen2011-04-26
* Recompute register class and hint for registers created during spilling.Jakob Stoklund Olesen2011-03-29
* Make SpillIs an optional pointer. Avoid creating a bunch of temporary SmallVe...Jakob Stoklund Olesen2011-03-10
* Move more fragments of spill weight calculation into CalcSpillWeights.hJakob Stoklund Olesen2011-02-14
* Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...Jakob Stoklund Olesen2011-01-09
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Clean up debug output.Jakob Stoklund Olesen2010-08-12
* Give up on register class recalculation when the register is used with subregJakob Stoklund Olesen2010-08-10
* Implement register class inflation.Jakob Stoklund Olesen2010-08-10
* Transpose the calculation of spill weights such that we are calculating oneJakob Stoklund Olesen2010-08-10
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Remove remaining calls to TII::isMoveInstr.Jakob Stoklund Olesen2010-07-16
* Fix typo.Eric Christopher2010-07-03
* Always normalize spill weights, also for intervals created by spilling.Jakob Stoklund Olesen2010-02-18
* Remove duplicated #include.Evan Cheng2010-02-10
* Emit an error for illegal inline asm constraint (which uses illegal type) rat...Evan Cheng2010-02-10
* fix missing #includes.Chris Lattner2010-02-10
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* Skip DEBUG_VALUE in some places where it was affecting codegen.Dale Johannesen2010-02-09
* Change errs() to dbgs().David Greene2009-12-24
* Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint.Lang Hames2009-12-22
* Moved spill weight calculation out of SimpleRegisterCoalescing and into its o...Lang Hames2009-12-14