aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachineScheduler.cpp
Commit message (Expand)AuthorAgeFilesLines
* misched: Initial code for building an MI level scheduling DAGAndrew Trick2012-01-141-10/+14
* misched: Added ScheduleDAGInstrs::IsPostRAAndrew Trick2012-01-141-2/+2
* misched: Invoke the DAG builder on each sequence of schedulable instructions.Andrew Trick2012-01-141-6/+31
* Move things around to make the file navigable, even though it will probably b...Andrew Trick2012-01-141-19/+32
* Added the MachineSchedulerPass skeleton.Andrew Trick2012-01-131-0/+233