aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ScheduleDAGInstrs.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add minimal support for disambiguating memory references. CurrentlyDan Gohman2008-12-041-13/+123
* Pass the isAntiDep argument.Dan Gohman2008-11-241-1/+1
* Correctly set the isCtrl flag for chain dependencies.Dan Gohman2008-11-211-4/+4
* Update comments.Dan Gohman2008-11-211-9/+9
* Set the isAntiDep flag in the MachineInstr scheduler.Dan Gohman2008-11-211-1/+1
* Use ComputeLatency in the MachineInstr scheduler.Dan Gohman2008-11-211-0/+3
* Implement ComputeLatency for MachineInstr ScheduleDAGs. FactorDan Gohman2008-11-211-1/+10
* Treat mid-block labels the same as terminators when building theDan Gohman2008-11-201-1/+1
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-191-0/+135