remove std::ostream versions of printing stuff for MBB and MF,
[oota-llvm.git] / lib / CodeGen / MachineSink.cpp
2009-08-23 Chris Lattnerremove std::ostream versions of printing stuff for...
2009-08-22 Bill WendlingConvert DOUT to DEBUG(errs()...).
2009-08-05 Dan GohmanVarious comment fixes.
2009-07-31 Dan GohmanUse setPreservesAll and setPreservesCFG in CodeGen...
2009-04-10 Chris Lattnerfix two problems with machine sinking:
2009-02-15 Evan ChengFix PR3522. It's not safe to sink into landing pad...
2009-02-07 Evan ChengDon't sink the instruction if TargetRegisterInfo::isSaf...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-13 Dan GohmanRemove isImm(), isReg(), and friends, in favor of
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2008-03-13 Evan ChengRefactor some code out of MachineSink into a MachineIns...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-01-12 Chris Lattnerimplement support for sinking a load out the bottom...
2008-01-10 Chris LattnerSimplify the side effect stuff a bit more and make...
2008-01-10 Chris LattnerClamp down on sinking of lots of instructions.
2008-01-05 Chris LattnerThe current impl is really trivial, add some comments...
2008-01-05 Chris Lattnerdon't sink anything with side effects, this makes lots...
2008-01-05 Chris Lattnerfix a common crash.
2008-01-04 Chris LattnerAdd a really quick hack at a machine code sinking pass...