Inline check that's used only once.
[oota-llvm.git] / lib / CodeGen / CalcSpillWeights.cpp
2011-03-10 Jakob Stoklund OlesenMake SpillIs an optional pointer. Avoid creating a...
2011-02-14 Jakob Stoklund OlesenMove more fragments of spill weight calculation into...
2011-01-09 Jakob Stoklund OlesenReplace TargetRegisterInfo::printReg with a PrintReg...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-08-12 Jakob Stoklund OlesenClean up debug output.
2010-08-10 Jakob Stoklund OlesenGive up on register class recalculation when the regist...
2010-08-10 Jakob Stoklund OlesenImplement register class inflation.
2010-08-10 Jakob Stoklund OlesenTranspose the calculation of spill weights such that...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-16 Jakob Stoklund OlesenRemove remaining calls to TII::isMoveInstr.
2010-07-03 Eric ChristopherFix typo.
2010-02-18 Jakob Stoklund OlesenAlways normalize spill weights, also for intervals...
2010-02-10 Evan ChengRemove duplicated #include.
2010-02-10 Evan ChengEmit an error for illegal inline asm constraint (which...
2010-02-10 Chris Lattnerfix missing #includes.
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-09 Dale JohannesenSkip DEBUG_VALUE in some places where it was affecting...
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-22 Lang HamesChanged slot index ranges for MachineBasicBlocks to...
2009-12-14 Lang HamesMoved spill weight calculation out of SimpleRegisterCoa...