Renamed CCState members that appear to misspell 'Processed' as 'Proceed'. NFC.
[oota-llvm.git] / include / llvm / CodeGen / CalcSpillWeights.h
2013-11-11 Arnaud A. de Grand... CalcSpillWeights: allow overidding the spill weight...
2013-11-11 Arnaud A. de Grand... CalcSpillWeights: give a better describing name to...
2013-11-10 Arnaud A. de Grand... CalculateSpillWeights does not need to be a pass
2013-11-08 Arnaud A. de Grand... Revert "CalculateSpillWeights does not need to be a...
2013-11-08 Arnaud A. de Grand... CalculateSpillWeights does not need to be a pass
2013-06-17 Benjamin KramerSwitch spill weights from a basic loop depth estimation...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2011-08-09 Jakob Stoklund OlesenMove CalculateRegClass to MRI::recomputeRegClass.
2011-04-26 Jakob Stoklund OlesenUse the new TRI->getLargestLegalSuperClass hook to...
2011-03-04 Jakob Stoklund OlesenSymbolize the default instruction distance.
2011-02-14 Jakob Stoklund OlesenMove more fragments of spill weight calculation into...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-08-10 Jakob Stoklund OlesenImplement register class inflation.
2010-08-10 Jakob Stoklund OlesenRecalculate the spill weight and allocation hint for...
2010-08-10 Jakob Stoklund OlesenTranspose the calculation of spill weights such that...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2009-12-14 Lang HamesMoved spill weight calculation out of SimpleRegisterCoa...