aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/ScheduleDAGInstrs.h
Commit message (Expand)AuthorAgeFilesLines
* misched: Added CanHandleTerminators.Andrew Trick2012-04-131-0/+7
* misched: Add finalizeScheduler to complete the target interface.Andrew Trick2012-04-011-0/+4
* misched interface: rename Begin/End to RegionBegin/RegionEnd since they are n...Andrew Trick2012-03-091-5/+5
* Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface.Andrew Trick2012-03-071-12/+13
* misched prep: Expose the ScheduleDAGInstrs interface so targets mayAndrew Trick2012-03-071-0/+339
* Move ScheduleDAGInstrs.h to be a private header. Front-endsDan Gohman2009-02-061-82/+0
* If a vector is empty, you're not allowed to access anyDuncan Sands2009-01-201-2/+3
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-151-4/+16
* Rename BuildSchedUnits to BuildSchedGraph, and refactor theDan Gohman2008-12-231-2/+2
* Add an assertion to the ScheduleDAGInstrs class to catch SUnitsDan Gohman2008-12-221-0/+4
* Fix some register-alias-related bugs in the post-RA scheduler livenessDan Gohman2008-12-161-1/+9
* Rewrite the SDep class, and simplify some of the related code.Dan Gohman2008-12-091-16/+0
* Implement ComputeLatency for MachineInstr ScheduleDAGs. FactorDan Gohman2008-11-211-0/+4
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-191-0/+69