]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/SpillPlacement.h
Rename DIExpressionIterator to DIExpression::iterator.
[opencl/llvm.git] / lib / CodeGen / SpillPlacement.h
2014-10-02 Chandler CarruthFix the threshold added in r186434 (a re-apply of r1853...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-11 Hans WennborgIncrease the size of SpillPlacement::BlockFrequencies.
2014-04-16 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-12-14 Michael Gottesman[block-freq] Store MBFI as a field on SpillPlacement...
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-07-16 Jakob Stoklund OlesenRemove floats from live range splitting costs.
2013-07-16 Jakob Stoklund OlesenReapply r185393.
2013-07-02 Jakob Stoklund OlesenRevert (most of) r185393 and r185395.
2013-07-01 Jakob Stoklund OlesenRemove floating point computations form SpillPlacement...
2011-08-03 Jakob Stoklund OlesenBe more conservative when forming compact regions.
2011-08-02 Jakob Stoklund OlesenExtend the SpillPlacement interface with two new features.
2011-07-23 Jakob Stoklund OlesenAdd a simple method for marking blocks with interferenc...
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.