1. fb7b14f7 [CodeGen] Unify the syntax of MBB liveins in MIR and -debug output by Francis Visoiu Mistrih · 8 years ago
  2. f1caa28 MachineFunction: Return reference from getFunction(); NFC by Matthias Braun · 8 years ago
  3. a8a83d1 [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register. by Francis Visoiu Mistrih · 8 years ago
  4. 25528d6 [CodeGen] Unify MBB reference format in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  5. 93ef145 [CodeGen] Print "%vreg0" as "%0" in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  6. 9d7bb0c [CodeGen] Print register names in lowercase in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  7. b3bde2e Fix a bunch more layering of CodeGen headers that are in Target by David Blaikie · 8 years ago
  8. 3f833ed Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering by David Blaikie · 8 years ago
  9. 1be62f0 Move TargetFrameLowering.h to CodeGen where it's implemented by David Blaikie · 8 years ago
  10. 34e6621 Update branch coalescing to be a PowerPC specific pass by Lei Huang · 8 years ago[Renamed (88%) from llvm/lib/CodeGen/BranchCoalescing.cpp]
  11. e42ac21 Temporarily revert "Update branch coalescing to be a PowerPC specific pass" by Eric Christopher · 8 years ago[Renamed (89%) from llvm/lib/Target/PowerPC/PPCBranchCoalescing.cpp]
  12. 0cb591f Update branch coalescing to be a PowerPC specific pass by Lei Huang · 8 years ago[Renamed (89%) from llvm/lib/CodeGen/BranchCoalescing.cpp]
  13. 1527baa CodeGen: Rename DEBUG_TYPE to match passnames by Matthias Braun · 8 years ago
  14. 455e2f3 Strip trailing whitespace. by Simon Pilgrim · 9 years ago
  15. 83c37c4 Fix redundant condition (PR32138) by Simon Pilgrim · 9 years ago
  16. b01bb3a Fix Wdocumentation warning by Simon Pilgrim · 9 years ago
  17. 7b227fe Fix some Wdocumentation warnings by Simon Pilgrim · 9 years ago
  18. b223cfa Improve scheduling with branch coalescing by Nemanja Ivanovic · 9 years ago