Fix PR294
[oota-llvm.git] / lib / CodeGen / TwoAddressInstructionPass.cpp
2004-02-18 Alkis EvlogimenosBeautify debug output.
2004-02-15 Alkis EvlogimenosThis pass should not require phi elimination or live...
2004-02-14 Alkis EvlogimenosUse newly added next() and prior() utility functions.
2004-02-13 Alkis EvlogimenosRemove getAllocatedRegNum(). Use getReg() instead.
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2004-02-05 Tanya LattnerAdded missing include.
2004-02-04 Alkis EvlogimenosModify the two address instruction pass to remove the...
2004-02-02 Alkis EvlogimenosRevert changes. Will implement this using a different...
2004-02-02 Alkis EvlogimenosCorrectly update def/use information for modified machi...
2004-01-31 Chris LattnerFix, correctly this time, the computation of the return...
2004-01-31 Chris Lattner* Fix incorrect computation of the runOnMachineFunction...
2004-01-31 Chris LattnerRemove unneeded #includes
2004-01-11 Alkis EvlogimenosMake LiveVariables::HandlePhysRegUse and
2004-01-05 Chris Lattnerfix warning
2004-01-05 Alkis EvlogimenosCurrently we cannot handle two-address instructions...
2004-01-04 Alkis EvlogimenosUpdate description.
2003-12-18 Alkis EvlogimenosRemove TwoAddressInstruction from the public headers...
2003-12-18 Alkis EvlogimenosAdd TwoAddressInstructionPass to handle instructions...