1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 726e12c ScheduleDAG: Cleanup dumping code; NFC by Matthias Braun · 7 years ago
  3. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 8 years ago
  4. 6aacbf4 Move a dump() implementation out of line. by Amara Emerson · 8 years ago
  5. bd20e97 Assert correct removal of SUnit in LatencyPriorityQueue by Benjamin Kramer · 8 years ago
  6. 0d955d0 Use the range variant of find instead of unpacking begin/end by David Majnemer · 9 years ago
  7. 0ef4488 Remove LatencyPriorityQueue::dump because it relies on an implicit copy ctor which is deprecated in C++11 (due to the presence of a user-declare dtor in the base class) by David Blaikie · 11 years ago
  8. 1b9dde0 [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  9. 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
  10. b6d0bd4 [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. by Benjamin Kramer · 12 years ago
  11. 52226d4 misched preparation: rename core scheduler methods for consistency. by Andrew Trick · 14 years ago
  12. 46cc9a4 Initialize SUnits before DAG building. by Andrew Trick · 14 years ago
  13. 10ffc2b Various bits of framework needed for precise machine-level selection by Andrew Trick · 15 years ago
  14. c416ba6 whitespace by Andrew Trick · 15 years ago
  15. a97311f Use `llvm::next' instead of `next' to make VC++ 2010 happy. by Oscar Fuentes · 15 years ago
  16. 52c2738 Eliminate the use of PriorityQueue and just use a std::vector, by Dan Gohman · 15 years ago
  17. 7c00576 Change push_all to a non-virtual function and implement it in the by Dan Gohman · 15 years ago
  18. 80a03cc Remove some old experimental code that is no longer needed. Remove additional, speculative scheduling pass as its cost did not translate into significant performance improvement. Minor tweaks. by David Goodwin · 16 years ago
  19. da83f7d Rename registers to break output dependencies in addition to anti-dependencies. by David Goodwin · 16 years ago
  20. 8501dbbe Do a scheduling pass ignoring anti-dependencies to identify candidate registers that should be renamed. by David Goodwin · 16 years ago
  21. b9a0121 Add initial support for back-scheduling address computations, by Dan Gohman · 17 years ago
  22. dddc1ac Fix some register-alias-related bugs in the post-RA scheduler liveness by Dan Gohman · 17 years ago
  23. 43a1203 Update CalcLatency to work in terms of edge latencies, rather than by Dan Gohman · 17 years ago
  24. 2d17089 Rewrite the SDep class, and simplify some of the related code. by Dan Gohman · 17 years ago
  25. 37c4969 Don't charge full latency for an anti-dependence, in this simplistic by Dan Gohman · 17 years ago
  26. 60cb69e Experimental post-pass scheduling support. Post-pass scheduling by Dan Gohman · 17 years ago[Renamed (98%) from llvm/lib/CodeGen/SelectionDAG/LatencyPriorityQueue.cpp]
  27. 17c226b Don't use the isPending flag to mean what the isAvailable flag means. by Dan Gohman · 17 years ago
  28. d2760c0 Move ScheduleDAGList's LatencyPriorityQueue class out to a separate file. by Dan Gohman · 17 years ago