| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Dominators][CodeGen] Fix MachineDominatorTree preservation in PHIElimination | Jakub Kuderski | 2019-10-01 | 1 | -0/+5 |
| * | [AMDGPU]: PHI Elimination hooks added for custom COPY insertion. Fixed | Alexander Timofeev | 2019-09-17 | 1 | -14/+14 |
| * | Revert for: [AMDGPU]: PHI Elimination hooks added for custom COPY insertion. | Alexander Timofeev | 2019-09-13 | 1 | -14/+14 |
| * | [AMDGPU]: PHI Elimination hooks added for custom COPY insertion. | Alexander Timofeev | 2019-09-10 | 1 | -14/+14 |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -4/+4 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | PHIElimination: Remove wrong comment; NFC | Matthias Braun | 2018-10-08 | 1 | -2/+1 |
| * | [PHIElimination] Lower a PHI node with only undef uses as IMPLICIT_DEF | Bjorn Pettersson | 2018-09-30 | 1 | -13/+13 |
| * | [PHIElimination] Update the regression test for PR16508 | Bjorn Pettersson | 2018-09-30 | 1 | -3/+2 |
| * | [CodeGen] Fix inconsistent declaration parameter name | Fangrui Song | 2018-07-16 | 1 | -2/+2 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -10/+13 |
| * | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 2018-05-09 | 1 | -2/+2 |
| * | Rename LiveIntervalAnalysis.h to LiveIntervals.h | Matthias Braun | 2017-12-13 | 1 | -1/+1 |
| * | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 1 | -3/+3 |
| * | [CodeGen] Rename functions PrintReg* to printReg* | Francis Visoiu Mistrih | 2017-11-28 | 1 | -2/+2 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -3/+3 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| * | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-09-11 | 1 | -17/+27 |
| * | CodeGen: Rename DEBUG_TYPE to match passnames | Matthias Braun | 2017-05-25 | 1 | -2/+2 |
| * | [PHIElimination] Use the same name for DEBUG_TYPE and pass name. | Davide Italiano | 2017-05-10 | 1 | -1/+1 |
| * | MachineFunction: Introduce NoPHIs property | Matthias Braun | 2016-08-23 | 1 | -0/+2 |
| * | CodeGen: Use MachineInstr& in LiveVariables API, NFC | Duncan P. N. Exon Smith | 2016-07-01 | 1 | -6/+6 |
| * | CodeGen: Remove implicit iterator conversions in PHIElimination, NFC | Duncan P. N. Exon Smith | 2016-07-01 | 1 | -7/+7 |
| * | LiveIntervalAnalysis: Remove LiveVariables requirement | Matthias Braun | 2016-04-28 | 1 | -0/+1 |
| * | [MachineBasicBlock] Make the pass argument truly mandatory when | Quentin Colombet | 2016-04-21 | 1 | -1/+1 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -2/+1 |
| * | CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC | Duncan P. N. Exon Smith | 2016-02-27 | 1 | -10/+9 |
| * | Revert "LiveIntervalAnalysis: Remove LiveVariables requirement" and LiveInter... | Matthias Braun | 2016-02-18 | 1 | -1/+0 |
| * | LiveIntervalAnalysis: Remove LiveVariables requirement | Matthias Braun | 2016-02-13 | 1 | -0/+1 |
| * | [WinEH] Add some support for code generating catchpad | Reid Kleckner | 2015-08-27 | 1 | -1/+1 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
| * | [PHIElim] Use ranges and const-ify, NFC. | Arnaud A. de Grandmaison | 2015-06-11 | 1 | -12/+11 |
| * | Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. | Benjamin Kramer | 2015-03-23 | 1 | -0/+1 |
| * | During PHI elimination, split critical edges that move copies out of loops. | Daniel Jasper | 2015-03-03 | 1 | -7/+13 |
| * | Update SetVector to rely on the underlying set's insert to return a pair<iter... | David Blaikie | 2014-11-19 | 1 | -1/+1 |
| * | Remove unnecessary TargetMachine.h includes. | Eric Christopher | 2014-10-14 | 1 | -1/+0 |
| * | Use range based for loops to avoid needing to re-mention SmallPtrSet size. | Craig Topper | 2014-08-24 | 1 | -3/+1 |
| * | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 2014-08-05 | 1 | -2/+1 |
| * | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -1/+3 |
| * | Convert more loops to range-based equivalents | Alexey Samsonov | 2014-04-30 | 1 | -5/+7 |
| * | Convert several loops over MachineFunction basic blocks to range-based loops | Alexey Samsonov | 2014-04-30 | 1 | -3/+2 |
| * | [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 | -3/+3 |
| * | Switch a number of loops in lib/CodeGen over to range-based for-loops, now that | Owen Anderson | 2014-03-17 | 1 | -4/+2 |
| * | Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing | Owen Anderson | 2014-03-13 | 1 | -2/+3 |
| * | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-07 | 1 | -2/+2 |
| * | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 2014-03-02 | 1 | -6/+6 |
| * | Fix typo | Matt Arsenault | 2014-01-22 | 1 | -1/+1 |