aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/TwoAddressInstructionPass.cpp
AgeCommit message (Expand)Author
2004-02-18Beautify debug output.Alkis Evlogimenos
2004-02-15This pass should not require phi elimination or live variableAlkis Evlogimenos
2004-02-14Use newly added next() and prior() utility functions.Alkis Evlogimenos
2004-02-13Remove getAllocatedRegNum(). Use getReg() instead.Alkis Evlogimenos
2004-02-12Change MachineBasicBlock's vector of MachineInstr pointers into anAlkis Evlogimenos
2004-02-05Added missing include.Tanya Lattner
2004-02-04Modify the two address instruction pass to remove the duplicateAlkis Evlogimenos
2004-02-02Revert changes. Will implement this using a different set of primitivesAlkis Evlogimenos
2004-02-02Correctly update def/use information for modified machine operands.Alkis Evlogimenos
2004-01-31Fix, correctly this time, the computation of the return valueChris Lattner
2004-01-31* Fix incorrect computation of the runOnMachineFunction return valueChris Lattner
2004-01-31Remove unneeded #includesChris Lattner
2004-01-11Make LiveVariables::HandlePhysRegUse andAlkis Evlogimenos
2004-01-05fix warningChris Lattner
2004-01-05Currently we cannot handle two-address instructions of the form:Alkis Evlogimenos
2004-01-04Update description.Alkis Evlogimenos
2003-12-18Remove TwoAddressInstruction from the public headers and add an IDAlkis Evlogimenos
2003-12-18Add TwoAddressInstructionPass to handle instructions that have two orAlkis Evlogimenos