summaryrefslogtreecommitdiff
path: root/lib/Target/Hexagon/HexagonMachineScheduler.h
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'.Craig Topper2014-04-28
* Use unique_ptr to manage objects owned by the ScheduleDAGMI.David Blaikie2014-04-21
* [C++11] Replace OwningPtr with std::unique_ptr in places where it doesn't bre...Benjamin Kramer2014-04-21
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Factor MI-Sched in preparation for post-ra scheduling support.Andrew Trick2013-12-28
* mi-sched: Precompute a PressureDiff for each instruction, adjust for liveness...Andrew Trick2013-08-30
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* misched: Use the TargetSchedModel interface wherever possible.Andrew Trick2012-10-10
* DAG post-process for Hexagon MI schedulerSergei Larin2012-09-14
* Remove redundant private field.Benjamin Kramer2012-09-14
* Reorganize MachineScheduler interfaces and publish them in the header.Andrew Trick2012-09-11
* Add "blocked" heuristic to the Hexagon MI scheduler.Sergei Larin2012-09-10
* Remove redundant semicolons to fix -pedantic-errors build.Richard Smith2012-09-05
* Porting Hexagon MI Scheduler to the new API.Sergei Larin2012-09-04