Added a separate class (PBQPBuilder) for PBQP Problem construction. This class can...
[oota-llvm.git] / include / llvm / CodeGen / CalcSpillWeights.h
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...