aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/ScheduleDAGEmit.cpp
AgeCommit message (Expand)Author
2010-07-10Emit COPY instructions instead of using copyRegToReg in InstrEmitter,Jakob Stoklund Olesen
2010-05-06Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman
2009-10-30Add assertion checks here to turn silent miscompiles into aborts.Dan Gohman
2009-09-25Improve MachineMemOperand handling.Dan Gohman
2009-02-11When scheduling a block in parts, keep track of the overallDan Gohman
2009-01-16Instead of adding dependence edges between terminator instructionsDan Gohman
2009-01-15Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman
2009-01-12Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...Evan Cheng
2008-12-09Rewrite the SDep class, and simplify some of the related code.Dan Gohman
2008-11-19Experimental post-pass scheduling support. Post-pass schedulingDan Gohman