summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ScheduleDAGEmit.cpp
Commit message (Expand)AuthorAge
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-06
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-23
* Emit COPY instructions instead of using copyRegToReg in InstrEmitter,Jakob Stoklund Olesen2010-07-10
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-06
* Add assertion checks here to turn silent miscompiles into aborts.Dan Gohman2009-10-30
* Improve MachineMemOperand handling.Dan Gohman2009-09-25
* When scheduling a block in parts, keep track of the overallDan Gohman2009-02-11
* Instead of adding dependence edges between terminator instructionsDan Gohman2009-01-16
* Move a few containers out of ScheduleDAGInstrs::BuildSchedGraphDan Gohman2009-01-15
* Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register...Evan Cheng2009-01-12
* Rewrite the SDep class, and simplify some of the related code.Dan Gohman2008-12-09
* Experimental post-pass scheduling support. Post-pass schedulingDan Gohman2008-11-19