Changes For Bug 352
[oota-llvm.git] / lib / CodeGen / TwoAddressInstructionPass.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-15 Chris LattnerThe insertion method returns void now
2004-07-22 Misha BrukmanFix indentation and wrap code at 80 cols
2004-07-22 Chris LattnerRemove extraneous punctuation
2004-07-21 Chris LattnerMinor cleanups
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-19 Chris LattnerSimplify the interface to LiveVariables::addVirtualRegi...
2004-06-25 Tanya LattnerMade a fix so that you can print out MachineInstrs...
2004-06-02 Chris LattnerAdjust to new TargetMachine interface
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...