1. b6d0bd4 [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. by Benjamin Kramer · 12 years ago
  2. 63d2e0a Remove dead calls to addFrameMove. by Rafael Espindola · 12 years ago
  3. 1b09836 Change getFrameMoves to return a const reference. by Rafael Espindola · 12 years ago
  4. bf0bd1f Fix unused variable error. by Jyotsna Verma · 12 years ago
  5. 300f0b9 Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp. by Jyotsna Verma · 12 years ago
  6. 5ed5181 Hexagon: Use multiclass for Jump instructions. by Jyotsna Verma · 13 years ago
  7. 8da8716 Move the eliminateCallFramePseudoInstr method from TargetRegisterInfo by Eli Bendersky · 13 years ago
  8. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  9. cd8c881 Fix misplaced closing brace. by Matthew Curtis · 13 years ago
  10. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  11. 0b97dbc Extract some pointer hacking to a function. by Jakob Stoklund Olesen · 13 years ago
  12. b25fda9 Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations. by Craig Topper · 14 years ago
  13. 4b02a29 Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce static data size. by Craig Topper · 14 years ago
  14. b22310f Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore. by Jia Liu · 14 years ago
  15. ae87d7b Hexagon: Remove forbidden iostream includes (it introduces static initializers) by Benjamin Kramer · 14 years ago
  16. 36e0519 fix warning by Tony Linthicum · 14 years ago
  17. 1213a7a Hexagon backend support by Tony Linthicum · 14 years ago