| Commit message (Expand) | Author | Age | Files | Lines |
* | Add explicit #includes of <iostream> | Chris Lattner | 2006-01-22 | 1 | -0/+1 |
* | Fix some spello's pointed out by Gabor Greif | Chris Lattner | 2005-10-26 | 1 | -2/+2 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -4/+4 |
* | Use the TargetInstrInfo::commuteInstruction method to commute instructions | Chris Lattner | 2005-01-19 | 1 | -6/+17 |
* | Make the 2-address instruction lowering pass smarter in two ways: | Chris Lattner | 2005-01-02 | 1 | -17/+61 |
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -3/+3 |
* | The insertion method returns void now | Chris Lattner | 2004-08-15 | 1 | -5/+1 |
* | Fix indentation and wrap code at 80 cols | Misha Brukman | 2004-07-22 | 1 | -110/+100 |
* | Remove extraneous punctuation | Chris Lattner | 2004-07-22 | 1 | -2/+2 |
* | Minor cleanups | Chris Lattner | 2004-07-21 | 1 | -8/+6 |
* | These files don't need to include <iostream> since they include "Support/Debu... | Brian Gaeke | 2004-07-21 | 1 | -1/+0 |
* | Simplify the interface to LiveVariables::addVirtualRegister(Killed|Dead) | Chris Lattner | 2004-07-19 | 1 | -2/+2 |
* | Made a fix so that you can print out MachineInstrs that belong to a MachineBa... | Tanya Lattner | 2004-06-25 | 1 | -3/+3 |
* | Adjust to new TargetMachine interface | Chris Lattner | 2004-06-02 | 1 | -1/+1 |
* | Beautify debug output. | Alkis Evlogimenos | 2004-02-18 | 1 | -3/+8 |
* | This pass should not require phi elimination or live variable | Alkis Evlogimenos | 2004-02-15 | 1 | -13/+13 |
* | Use newly added next() and prior() utility functions. | Alkis Evlogimenos | 2004-02-14 | 1 | -2/+2 |
* | Remove getAllocatedRegNum(). Use getReg() instead. | Alkis Evlogimenos | 2004-02-13 | 1 | -6/+6 |
* | Change MachineBasicBlock's vector of MachineInstr pointers into an | Alkis Evlogimenos | 2004-02-12 | 1 | -5/+5 |
* | Added missing include. | Tanya Lattner | 2004-02-05 | 1 | -0/+1 |
* | Modify the two address instruction pass to remove the duplicate | Alkis Evlogimenos | 2004-02-04 | 1 | -57/+67 |
* | Revert changes. Will implement this using a different set of primitives | Alkis Evlogimenos | 2004-02-02 | 1 | -9/+3 |
* | Correctly update def/use information for modified machine operands. | Alkis Evlogimenos | 2004-02-02 | 1 | -3/+9 |
* | Fix, correctly this time, the computation of the return value | Chris Lattner | 2004-01-31 | 1 | -15/+16 |
* | * Fix incorrect computation of the runOnMachineFunction return value | Chris Lattner | 2004-01-31 | 1 | -30/+23 |
* | Remove unneeded #includes | Chris Lattner | 2004-01-31 | 1 | -12/+10 |
* | Make LiveVariables::HandlePhysRegUse and | Alkis Evlogimenos | 2004-01-11 | 1 | -21/+11 |
* | fix warning | Chris Lattner | 2004-01-05 | 1 | -1/+1 |
* | Currently we cannot handle two-address instructions of the form: | Alkis Evlogimenos | 2004-01-05 | 1 | -0/+9 |
* | Update description. | Alkis Evlogimenos | 2004-01-04 | 1 | -5/+10 |
* | Remove TwoAddressInstruction from the public headers and add an ID | Alkis Evlogimenos | 2003-12-18 | 1 | -2/+19 |
* | Add TwoAddressInstructionPass to handle instructions that have two or | Alkis Evlogimenos | 2003-12-18 | 1 | -0/+149 |