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