| Commit message (Expand) | Author | Age | Files | Lines |
| * | CodeGen: Rename DEBUG_TYPE to match passnames | Matthias Braun | 2017-05-25 | 1 | -3/+3 |
| * | BitVector: add iterators for set bits | Francis Visoiu Mistrih | 2017-05-17 | 1 | -2/+2 |
| * | Reapply r263460: [SpillPlacement] Fix a quadratic behavior in spill placement. | Quentin Colombet | 2016-05-19 | 1 | -53/+38 |
| * | Revert r263460: [SpillPlacement] Fix a quadratic behavior in spill placement. | Chandler Carruth | 2016-04-04 | 1 | -38/+53 |
| * | [SpillPlacement] Fix a quadratic behavior in spill placement. | Quentin Colombet | 2016-03-14 | 1 | -53/+38 |
| * | CodeGen: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-09 | 1 | -3/+3 |
| * | TargetRegisterInfo: Introduce PrintLaneMask. | Matthias Braun | 2015-09-25 | 1 | -1/+0 |
| * | Fix the threshold added in r186434 (a re-apply of r185393) and updaated | Chandler Carruth | 2014-10-02 | 1 | -31/+22 |
| * | Converting SpillPlacement's BlockFrequency threshold to a ManagedStatic to av... | Chris Bieneman | 2014-09-19 | 1 | -3/+4 |
| * | [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
| * | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-14 | 1 | -2/+2 |
| * | RegAlloc: Account for a variable entry block frequency | Duncan P. N. Exon Smith | 2014-04-08 | 1 | -4/+22 |
| * | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 2014-03-02 | 1 | -2/+2 |
| * | SpillPlacement: fix a bug in iterate. | Manman Ren | 2014-02-28 | 1 | -2/+4 |
| * | [block-freq] Rename getEntryFrequency() -> getEntryFreq() to match getBlockFr... | Michael Gottesman | 2013-12-14 | 1 | -1/+1 |
| * | [block-freq] Store MBFI as a field on SpillPlacement so we can access it to g... | Michael Gottesman | 2013-12-14 | 1 | -3/+3 |
| * | Reapply r185393. | Jakob Stoklund Olesen | 2013-07-16 | 1 | -80/+75 |
| * | Revert (most of) r185393 and r185395. | Jakob Stoklund Olesen | 2013-07-02 | 1 | -75/+80 |
| * | Tweak some comments that referred to the old bias computations. | Jakob Stoklund Olesen | 2013-07-01 | 1 | -13/+13 |
| * | Remove floating point computations form SpillPlacement.cpp. | Jakob Stoklund Olesen | 2013-07-01 | 1 | -67/+62 |
| * | Switch spill weights from a basic loop depth estimation to BlockFrequencyInfo. | Benjamin Kramer | 2013-06-17 | 1 | -3/+5 |
| * | Move #include of BitVector from .h to .cpp file. | Jakub Staszak | 2013-03-18 | 1 | -0/+1 |
| * | Give a small negative bias to giant edge bundles. | Jakob Stoklund Olesen | 2012-05-21 | 1 | -0/+11 |
| * | Be more conservative when forming compact regions. | Jakob Stoklund Olesen | 2011-08-03 | 1 | -1/+3 |
| * | Extend the SpillPlacement interface with two new features. | Jakob Stoklund Olesen | 2011-08-02 | 1 | -0/+1 |
| * | Add a simple method for marking blocks with interference in and out. | Jakob Stoklund Olesen | 2011-07-23 | 1 | -0/+14 |
| * | Build the Hopfield network incrementally when splitting global live ranges. | Jakob Stoklund Olesen | 2011-04-09 | 1 | -27/+44 |
| * | Prefer multiplications to divisions. | Jakob Stoklund Olesen | 2011-04-07 | 1 | -7/+13 |
| * | Extract SpillPlacement::addLinks for handling the special transparent blocks. | Jakob Stoklund Olesen | 2011-04-07 | 1 | -17/+18 |
| * | Keep track of the number of positively biased nodes when adding constraints. | Jakob Stoklund Olesen | 2011-04-06 | 1 | -3/+8 |
| * | Break the spill placement algorithm into three parts: prepare, addConstraints... | Jakob Stoklund Olesen | 2011-04-06 | 1 | -14/+13 |
| * | Precompute block frequencies, pow() isn't free. | Jakob Stoklund Olesen | 2011-03-04 | 1 | -11/+5 |
| * | Trim debugging output. | Jakob Stoklund Olesen | 2011-02-18 | 1 | -25/+0 |
| * | Silence an MSVC warning | Jakob Stoklund Olesen | 2011-02-03 | 1 | -1/+1 |
| * | Divert Hopfield network debug output. It is very noisy. | Jakob Stoklund Olesen | 2011-01-19 | 1 | -1/+1 |
| * | Add RAGreedy methods for splitting live ranges around regions. | Jakob Stoklund Olesen | 2011-01-18 | 1 | -0/+1 |
| * | Add the SpillPlacement analysis pass. | Jakob Stoklund Olesen | 2011-01-06 | 1 | -0/+354 |