1. 41b6e14 Refactoring with range-based for, NFC by Krzysztof Parzyszek · 9 years ago
  2. ee9aa3f Add iterator_range<regclass_iterator> to {Target,MC}RegisterInfo, NFC by Krzysztof Parzyszek · 9 years ago
  3. 0d955d0 Use the range variant of find instead of unpacking begin/end by David Majnemer · 9 years ago
  4. e61e4bf Replace silly uses of 'signed' with 'int' by David Majnemer · 9 years ago
  5. df005cb Fix some comment typos. by Benjamin Kramer · 10 years ago
  6. 0a756e6 unique_ptrify ResourcePriorityQueue::ResourceModel by David Blaikie · 11 years ago
  7. b8cd65c Remove ResourcePriorityQueue::dump as it relies on copying a non-copyable type which would result in a double-delete by David Blaikie · 11 years ago
  8. 143f02c Remove unused argument to CreateTargetScheduleState and change by Eric Christopher · 11 years ago
  9. caf2751 Remove uses of getSubtargetImpl from ResourcePriorityQueue and by Eric Christopher · 11 years ago
  10. b17140d Cache TargetLowering on SelectionDAGISel and update previous by Eric Christopher · 11 years ago
  11. 1175945 Change MCSchedModel to be a struct of statically initialized data. by Pete Cooper · 11 years ago
  12. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  13. f19d12b Fix indenting. by Eric Christopher · 11 years ago
  14. 6d0e40b Reorganize and simplify local variables. by Eric Christopher · 11 years ago
  15. cf21875 Fix 'platform-specific' hyphenations by Alp Toker · 11 years ago
  16. 1b9dde0 [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  17. c0196b1 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  18. b6d0bd4 [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. by Benjamin Kramer · 12 years ago
  19. 8f06d55 Rename variables for consistency. by Eli Friedman · 12 years ago
  20. 78bffa5 Fix unused variables. by Eli Friedman · 12 years ago
  21. f771908 Cache the TargetLowering info object as a pointer. by Bill Wendling · 12 years ago
  22. 5e6c361 Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. by Patrik Hagglund · 13 years ago
  23. e98b7a0 Revert EVT->MVT changes, r169836-169851, due to buildbot failures. by Patrik Hagglund · 13 years ago
  24. 3708e54 Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. by Patrik Hagglund · 13 years ago
  25. ae551a8 Simplify code. No functionality change. by Jakub Staszak · 13 years ago
  26. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  27. 87255e3 I'm introducing a new machine model to simultaneously allow simple by Andrew Trick · 13 years ago
  28. 73d7736 misched: Added MultiIssueItineraries. by Andrew Trick · 13 years ago
  29. bde9176 Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 13 years ago
  30. 52226d4 misched preparation: rename core scheduler methods for consistency. by Andrew Trick · 14 years ago
  31. d06df96 VLIW specific scheduler framework that utilizes deterministic finite automaton (DFA). by Andrew Trick · 14 years ago