aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ScheduleDAGEmit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add assertion checks here to turn silent miscompiles into aborts.Dan Gohman2009-10-301-4/+8
* Improve MachineMemOperand handling.Dan Gohman2009-09-251-4/+0
* When scheduling a block in parts, keep track of the overallDan Gohman2009-02-111-3/+3
* Instead of adding dependence edges between terminator instructionsDan Gohman2009-01-161-3/+3
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-151-1/+1
* Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...Evan Cheng2009-01-121-4/+3
* Rewrite the SDep class, and simplify some of the related code.Dan Gohman2008-12-091-8/+8
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-191-0/+72