Since we are using GCC to assemble the program, make sure the assembly syntax is...
[oota-llvm.git] / lib / CodeGen / MachineSink.cpp
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...