| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -5/+5 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -7/+7 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Use llvm::copy. NFC | Fangrui Song | 2018-11-17 | 1 | -2/+1 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -2/+2 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -27/+27 |
| * | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 2018-05-09 | 1 | -1/+1 |
| * | [TargetSchedule] shrink interface for init(); NFCI | Sanjay Patel | 2018-04-08 | 1 | -1/+1 |
| * | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 1 | -24/+25 |
| * | [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 | -2/+2 |
| * | Recommit [MachineCombiner] Update instruction depths incrementally for large ... | Florian Hahn | 2017-09-20 | 1 | -0/+8 |
| * | Revert r312719 "[MachineCombiner] Update instruction depths incrementally for... | Hans Wennborg | 2017-09-13 | 1 | -8/+0 |
| * | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-09-11 | 1 | -2/+3 |
| * | [MachineCombiner] Update instruction depths incrementally for large BBs. | Florian Hahn | 2017-09-07 | 1 | -0/+8 |
| * | [MachineTraceMetrics] Add computeDepth function (NFCI). | Florian Hahn | 2017-09-07 | 1 | -54/+46 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | CodeGen: Rename DEBUG_TYPE to match passnames | Matthias Braun | 2017-05-25 | 1 | -4/+4 |
| * | [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot... | Eugene Zelenko | 2017-02-21 | 1 | -22/+44 |
| * | [ADT] Change PostOrderIterator to use NodeRef. NFC. | Tim Shen | 2016-08-15 | 1 | -3/+4 |
| * | CodeGen: Use MachineInstr& more in MachineTraceMetrics, NFC | Duncan P. N. Exon Smith | 2016-07-01 | 1 | -20/+20 |
| * | CodeGen: Use MachineInstr& in MachineTraceMetrics, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 1 | -14/+14 |
| * | Reapply "CodeGen: Use references in MachineTraceMetrics::Trace, NFC" | Duncan P. N. Exon Smith | 2016-02-22 | 1 | -19/+18 |
| * | Revert "CodeGen: Use references in MachineTraceMetrics::Trace, NFC" | Duncan P. N. Exon Smith | 2016-02-22 | 1 | -18/+19 |
| * | CodeGen: Use references in MachineTraceMetrics::Trace, NFC | Duncan P. N. Exon Smith | 2016-02-22 | 1 | -19/+18 |
| * | Remove uses of builtin comma operator. | Richard Trieu | 2016-02-18 | 1 | -4/+8 |
| * | use range-based for loops; NFCI | Sanjay Patel | 2015-12-09 | 1 | -6/+4 |
| * | fix crash in machine trace metrics due to processing dbg_value instructions (... | Sanjay Patel | 2015-07-23 | 1 | -0/+4 |
| * | use range-based for loops; NFCI | Sanjay Patel | 2015-07-06 | 1 | -10/+8 |
| * | use range-based for loops; NFCI | Sanjay Patel | 2015-07-06 | 1 | -8/+6 |
| * | use valid bits to avoid unnecessary machine trace metric recomputations | Sanjay Patel | 2015-07-04 | 1 | -5/+10 |
| * | use range-based for loops; NFCI | Sanjay Patel | 2015-06-30 | 1 | -7/+5 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -5/+5 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -5/+5 |
| * | CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperands | Matthias Braun | 2015-05-29 | 1 | -21/+28 |
| * | use range-based for-loops; NFCI | Sanjay Patel | 2015-05-21 | 1 | -6/+2 |
| * | Add range iterators for post order and inverse post order. Use them | Daniel Berlin | 2015-04-15 | 1 | -10/+6 |
| * | The subtarget is cached on the MachineFunction. Access it directly. | Eric Christopher | 2015-01-27 | 1 | -4/+3 |
| * | Update SetVector to rely on the underlying set's insert to return a pair<iter... | David Blaikie | 2014-11-19 | 1 | -1/+1 |
| * | Change MCSchedModel to be a struct of statically initialized data. | Pete Cooper | 2014-09-02 | 1 | -1/+1 |
| * | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just... | Craig Topper | 2014-08-27 | 1 | -6/+3 |
| * | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 2014-08-05 | 1 | -2/+2 |
| * | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -2/+2 |
| * | MachineCombiner Pass for selecting faster instruction | Gerolf Hoflehner | 2014-08-03 | 1 | -14/+45 |
| * | Convert more loops to range-based equivalents | Alexey Samsonov | 2014-04-30 | 1 | -28/+22 |
| * | [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 | -11/+12 |
| * | Retire llvm::array_endof in favor of non-member std::end. | Benjamin Kramer | 2014-04-12 | 1 | -1/+1 |
| * | Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing | Owen Anderson | 2014-03-13 | 1 | -1/+1 |