| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | ScheduleDAG: Cleanup dumping code; NFC | Matthias Braun | 2018-09-19 | 1 | -2/+2 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | Move a dump() implementation out of line. | Amara Emerson | 2018-04-20 | 1 | -0/+11 |
| * | Assert correct removal of SUnit in LatencyPriorityQueue | Benjamin Kramer | 2017-11-16 | 1 | -0/+1 |
| * | Use the range variant of find instead of unpacking begin/end | David Majnemer | 2016-08-11 | 1 | -1/+1 |
| * | Remove LatencyPriorityQueue::dump because it relies on an implicit copy ctor ... | David Blaikie | 2015-03-03 | 1 | -13/+0 |
| * | [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
| * | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-14 | 1 | -4/+4 |
| * | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer | 2014-03-02 | 1 | -3/+3 |
| * | misched preparation: rename core scheduler methods for consistency. | Andrew Trick | 2012-03-07 | 1 | -2/+2 |
| * | Initialize SUnits before DAG building. | Andrew Trick | 2012-02-22 | 1 | -1/+1 |
| * | Various bits of framework needed for precise machine-level selection | Andrew Trick | 2010-12-24 | 1 | -0/+14 |
| * | whitespace | Andrew Trick | 2010-12-24 | 1 | -6/+6 |
| * | Use `llvm::next' instead of `next' to make VC++ 2010 happy. | Oscar Fuentes | 2010-05-30 | 1 | -1/+1 |
| * | Eliminate the use of PriorityQueue and just use a std::vector, | Dan Gohman | 2010-05-26 | 1 | -1/+23 |
| * | Change push_all to a non-virtual function and implement it in the | Dan Gohman | 2010-05-26 | 1 | -1/+1 |
| * | Remove some old experimental code that is no longer needed. Remove additional... | David Goodwin | 2009-11-20 | 1 | -12/+0 |
| * | Rename registers to break output dependencies in addition to anti-dependencies. | David Goodwin | 2009-11-12 | 1 | -3/+12 |
| * | Do a scheduling pass ignoring anti-dependencies to identify candidate registe... | David Goodwin | 2009-11-03 | 1 | -2/+7 |
| * | Add initial support for back-scheduling address computations, | Dan Gohman | 2008-12-16 | 1 | -0/+8 |
| * | Fix some register-alias-related bugs in the post-RA scheduler liveness | Dan Gohman | 2008-12-16 | 1 | -41/+0 |
| * | Update CalcLatency to work in terms of edge latencies, rather than | Dan Gohman | 2008-12-10 | 1 | -26/+5 |
| * | Rewrite the SDep class, and simplify some of the related code. | Dan Gohman | 2008-12-09 | 1 | -8/+7 |
| * | Don't charge full latency for an anti-dependence, in this simplistic | Dan Gohman | 2008-12-09 | 1 | -3/+7 |
| * | Experimental post-pass scheduling support. Post-pass scheduling | Dan Gohman | 2008-11-19 | 1 | -0/+165 |