Add explicit keywords.
[oota-llvm.git] / lib / CodeGen / MachineSink.cpp
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...