Build the Hopfield network incrementally when splitting global live ranges.
[oota-llvm.git] / lib / CodeGen / SpillPlacement.h
2011-04-09 Jakob Stoklund OlesenBuild the Hopfield network incrementally when splitting...
2011-04-07 Jakob Stoklund OlesenExtract SpillPlacement::addLinks for handling the speci...
2011-04-06 Jakob Stoklund OlesenKeep track of the number of positively biased nodes...
2011-04-06 Jakob Stoklund OlesenBreak the spill placement algorithm into three parts...
2011-03-04 Jakob Stoklund OlesenPrecompute block frequencies, pow() isn't free.
2011-01-18 Jakob Stoklund OlesenAdd RAGreedy methods for splitting live ranges around...
2011-01-06 Jakob Stoklund OlesenAdd the SpillPlacement analysis pass.