Move type handling to make sure we get all created types that aren't
[oota-llvm.git] / lib / CodeGen / ScheduleDAGEmit.cpp
2011-07-06 Evan ChengcreateMCInstPrinter doesn't need TargetMachine anymore.
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-07-10 Jakob Stoklund OlesenEmit COPY instructions instead of using copyRegToReg...
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2009-10-30 Dan GohmanAdd assertion checks here to turn silent miscompiles...
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-02-11 Dan GohmanWhen scheduling a block in parts, keep track of the...
2009-01-16 Dan GohmanInstead of adding dependence edges between terminator...
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-12 Evan ChengFix PR3241: Currently EmitCopyFromReg emits a copy...
2008-12-09 Dan GohmanRewrite the SDep class, and simplify some of the relate...
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...