aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/TwoAddressInstructionPass.cpp
AgeCommit message (Expand)Author
2006-12-19Eliminate static ctors from StatisticsChris Lattner
2006-12-07Removed more <iostream> includesBill Wendling
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-12-01Match TargetInstrInfo changes.Evan Cheng
2006-11-28Use llvm streams instead of <iostream>Bill Wendling
2006-11-09Remove M_2_ADDR_FLAG.Evan Cheng
2006-11-01Two-address instructions no longer have to be A := A op C. Now any pair of de...Evan Cheng
2006-09-05Fix a long-standing wart in the code generator: two-address instruction loweringChris Lattner
2006-08-27s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner
2006-07-20Reduce number of exported symbolsAndrew Lenharth
2006-06-28Shave another 27K off libllvmgcc.dylib with visibility hiddenChris Lattner
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2006-05-04Move some methods out of MachineInstr into MachineOperandChris Lattner
2006-01-22Add explicit #includes of <iostream>Chris Lattner
2005-10-26Fix some spello's pointed out by Gabor GreifChris Lattner
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