aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/TwoAddressInstructionPass.cpp
AgeCommit message (Expand)Author
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-19Use the TargetInstrInfo::commuteInstruction method to commute instructionsChris Lattner
2005-01-02Make the 2-address instruction lowering pass smarter in two ways:Chris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-15The insertion method returns void nowChris Lattner
2004-07-22Fix indentation and wrap code at 80 colsMisha Brukman
2004-07-22Remove extraneous punctuationChris Lattner
2004-07-21Minor cleanupsChris Lattner
2004-07-21These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke
2004-07-19Simplify the interface to LiveVariables::addVirtualRegister(Killed|Dead)Chris Lattner
2004-06-25Made a fix so that you can print out MachineInstrs that belong to a MachineBa...Tanya Lattner
2004-06-02Adjust to new TargetMachine interfaceChris Lattner
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