| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | [Alignment][NFC] Remove unneeded llvm:: scoping on Align types | Guillaume Chatelet | 2019-09-27 | 1 | -6/+6 |
| * | [Alignment][NFC] Remove LogAlignment functions | Guillaume Chatelet | 2019-09-18 | 1 | -3/+2 |
| * | [Alignment] Move OffsetToAlignment to Alignment.h | Guillaume Chatelet | 2019-09-12 | 1 | -2/+2 |
| * | [Alignment] Use llvm::Align in MachineFunction and TargetLowering - fixes mir... | Guillaume Chatelet | 2019-09-11 | 1 | -8/+7 |
| * | [LLVM][Alignment] Make functions using log of alignment explicit | Guillaume Chatelet | 2019-09-05 | 1 | -7/+7 |
| * | Escape % in printf format string. | Evgeniy Stepanov | 2019-08-16 | 1 | -1/+1 |
| * | Revert "Use const DebugLoc&" | Chandler Carruth | 2019-04-23 | 1 | -2/+2 |
| * | Use const DebugLoc& | Matt Arsenault | 2019-04-22 | 1 | -2/+2 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [CodeGen] Fix inconsistent declaration parameter name | Fangrui Song | 2018-07-16 | 1 | -1/+1 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -19/+22 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | Changes in the branch relaxation algorithm. | Elena Demikhovsky | 2018-01-04 | 1 | -57/+107 |
| * | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 1 | -11/+8 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -2/+2 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| * | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -1/+1 |
| * | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -1/+1 |
| * | [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot... | Eugene Zelenko | 2017-09-13 | 1 | -12/+23 |
| * | Insert IMPLICIT_DEFS for undef uses in tail merging | Matthias Braun | 2017-09-06 | 1 | -2/+2 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -3/+3 |
| * | BranchRelaxation: computeLiveIns() after creating new block | Matthias Braun | 2017-05-27 | 1 | -0/+4 |
| * | LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI | Matthias Braun | 2017-05-26 | 1 | -1/+1 |
| * | Revert "LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI" | Matthias Braun | 2017-05-26 | 1 | -1/+1 |
| * | LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI | Matthias Braun | 2017-05-25 | 1 | -1/+1 |
| * | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 1 | -1/+3 |
| * | BranchRelaxation: Recompute live-ins when splitting a block | Matthias Braun | 2016-12-16 | 1 | -3/+11 |
| * | BranchRelaxation: Fix computing indirect branch block size | Matt Arsenault | 2016-11-02 | 1 | -17/+17 |
| * | BranchRelaxation: Expand unconditional branches first | Matt Arsenault | 2016-11-01 | 1 | -15/+22 |
| * | BranchRelaxation: Unique live ins when creating block | Matt Arsenault | 2016-10-12 | 1 | -0/+1 |
| * | BranchRelaxation: Support expanding unconditional branches | Matt Arsenault | 2016-10-06 | 1 | -5/+84 |
| * | BranchRelaxation: Account for function alignment | Matt Arsenault | 2016-10-06 | 1 | -9/+18 |
| * | Move AArch64BranchRelaxation to generic code | Matt Arsenault | 2016-10-06 | 1 | -0/+406 |