summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SpillPlacement.h
AgeCommit message (Expand)Author
2017-09-21[CodeGen] Fix some Clang-tidy modernize-use-bool-literals and Include What Yo...Eugene Zelenko
2016-05-19Reapply r263460: [SpillPlacement] Fix a quadratic behavior in spill placement.Quentin Colombet
2016-04-04Revert r263460: [SpillPlacement] Fix a quadratic behavior in spill placement.Chandler Carruth
2016-03-14[SpillPlacement] Fix a quadratic behavior in spill placement.Quentin Colombet
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2014-10-02Fix the threshold added in r186434 (a re-apply of r185393) and updaatedChandler Carruth
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-08-11Increase the size of SpillPlacement::BlockFrequencies.Hans Wennborg
2014-04-16[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2013-12-14[block-freq] Store MBFI as a field on SpillPlacement so we can access it to g...Michael Gottesman
2013-09-11Revert "Give internal classes hidden visibility."Benjamin Kramer
2013-09-11Give internal classes hidden visibility.Benjamin Kramer
2013-07-16Remove floats from live range splitting costs.Jakob Stoklund Olesen
2013-07-16Reapply r185393.Jakob Stoklund Olesen
2013-07-02Revert (most of) r185393 and r185395.Jakob Stoklund Olesen
2013-07-01Remove floating point computations form SpillPlacement.cpp.Jakob Stoklund Olesen
2011-08-03Be more conservative when forming compact regions.Jakob Stoklund Olesen
2011-08-02Extend the SpillPlacement interface with two new features.Jakob Stoklund Olesen
2011-07-23Add a simple method for marking blocks with interference in and out.Jakob Stoklund Olesen
2011-04-09Build the Hopfield network incrementally when splitting global live ranges.Jakob Stoklund Olesen
2011-04-07Extract SpillPlacement::addLinks for handling the special transparent blocks.Jakob Stoklund Olesen
2011-04-06Keep track of the number of positively biased nodes when adding constraints.Jakob Stoklund Olesen
2011-04-06Break the spill placement algorithm into three parts: prepare, addConstraints...Jakob Stoklund Olesen
2011-03-04Precompute block frequencies, pow() isn't free.Jakob Stoklund Olesen
2011-01-18Add RAGreedy methods for splitting live ranges around regions.Jakob Stoklund Olesen
2011-01-06Add the SpillPlacement analysis pass.Jakob Stoklund Olesen