| Commit message (Expand) | Author | Age | Files | Lines |
| * | CodeGen: Remove more ilist iterator implicit conversions, NFC | Duncan P. N. Exon Smith | 2015-10-09 | 1 | -1/+2 |
| * | Make static variables const if possible. Makes them go into a read-only section. | Benjamin Kramer | 2015-03-08 | 1 | -1/+2 |
| * | [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
| * | [C++11] Replace llvm::tie with std::tie. | Benjamin Kramer | 2014-03-02 | 1 | -2/+2 |
| * | The following patch' purpose is to reduce compile time for compilation of small | Puyan Lotfi | 2014-02-06 | 1 | -1/+17 |
| * | Represent RegUnit liveness with LiveRange instance | Matthias Braun | 2013-10-10 | 1 | -4/+4 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
| * | Convert RAGreedy to LiveRegMatrix interference checking. | Jakob Stoklund Olesen | 2012-06-20 | 1 | -29/+64 |
| * | Switch all register list clients to the new MC*Iterator interface. | Jakob Stoklund Olesen | 2012-06-01 | 1 | -4/+4 |
| * | Use uint16_t to store register overlaps to reduce static data. | Craig Topper | 2012-03-04 | 1 | -2/+2 |
| * | Fix global live range splitting regmask accuracy. | Jakob Stoklund Olesen | 2012-02-14 | 1 | -1/+2 |
| * | Add a static MachineOperand::clobbersPhysReg(). | Jakob Stoklund Olesen | 2012-02-10 | 1 | -7/+2 |
| * | Add register mask support to InterferenceCache. | Jakob Stoklund Olesen | 2012-02-10 | 1 | -1/+32 |
| * | Remove pointless mode line in .cpp file. | Andrew Trick | 2012-01-13 | 1 | -1/+1 |
| * | wrong filename | Andrew Trick | 2012-01-13 | 1 | -1/+1 |
| * | Allow null interference cursors to be queried. | Jakob Stoklund Olesen | 2011-07-23 | 1 | -1/+4 |
| * | Reapply r135121 with a fixed copy constructor. | Jakob Stoklund Olesen | 2011-07-14 | 1 | -3/+14 |
| * | Revert r135121 which broke a gcc-4.2 builder. | Jakob Stoklund Olesen | 2011-07-14 | 1 | -14/+3 |
| * | Count references to interference cache entries. | Jakob Stoklund Olesen | 2011-07-14 | 1 | -3/+14 |
| * | Precompute interference for neighbor blocks as long as there is no interference. | Jakob Stoklund Olesen | 2011-04-09 | 1 | -21/+32 |
| * | Avoid moving iterators when the previous block was just visited. | Jakob Stoklund Olesen | 2011-04-07 | 1 | -8/+13 |
| * | Add an InterferenceCache class for caching per-block interference ranges. | Jakob Stoklund Olesen | 2011-04-02 | 1 | -0/+139 |