| Commit message (Expand) | Author | Age | Files | Lines |
* | I wonder how this didn't cause any tests to fail... | Alkis Evlogimenos | 2003-12-14 | 1 | -2/+2 |
* | Change interface of MachineOperand as follows: | Alkis Evlogimenos | 2003-12-14 | 1 | -20/+16 |
* | Add some "useful" methods | Chris Lattner | 2003-12-01 | 1 | -0/+6 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 |
* | Added LLVM copyright header (for lack of a better term). | John Criswell | 2003-10-20 | 1 | -0/+7 |
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -2/+1 |
* | The word `dependent' has no `a'. | Misha Brukman | 2003-08-21 | 1 | -1/+1 |
* | Completely eliminate the per-machine-instruction regsUsed set. | Chris Lattner | 2003-08-05 | 1 | -15/+0 |
* | Do not insert physical regsiters into the regsUsed set | Chris Lattner | 2003-08-05 | 1 | -2/+0 |
* | Remove unused method | Chris Lattner | 2003-08-05 | 1 | -3/+0 |
* | All callers of these methods actually wanted them to preserve the flags, | Chris Lattner | 2003-08-05 | 1 | -10/+4 |
* | Add an assertion. | Vikram S. Adve | 2003-07-25 | 1 | -2/+1 |
* | Change interface to MachineInstr::substituteValue to specify more precisely | Vikram S. Adve | 2003-07-10 | 1 | -1/+2 |
* | Leak fix: delete old objects before reallocation in an assignment operator! | Vikram S. Adve | 2003-07-02 | 1 | -0/+2 |
* | Remove a ton of extraneous #includes | Chris Lattner | 2003-06-22 | 1 | -1/+0 |
* | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell | 2003-06-11 | 1 | -0/+2 |
* | Minor cleanups: | Chris Lattner | 2003-06-03 | 1 | -52/+29 |
* | Remove NonCopyable base class to clean up doxygen output | Chris Lattner | 2003-06-02 | 1 | -3/+3 |
* | Support for annul/pred and other future flags on op codes. | Vikram S. Adve | 2003-05-31 | 1 | -14/+51 |
* | Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly() | Vikram S. Adve | 2003-05-27 | 1 | -46/+27 |
* | Remove obsolete ctor | Chris Lattner | 2003-01-15 | 1 | -1/+0 |
* | Add support for the CC registers for Sparc BE | Chris Lattner | 2003-01-15 | 1 | -0/+8 |
* | Move annotation to support library | Chris Lattner | 2003-01-14 | 1 | -3/+2 |
* | * Add 3 new types of MachineOperand: ConstantPoolIndex ExternalSymbol and Glo... | Chris Lattner | 2003-01-13 | 1 | -23/+111 |
* | * Frame indices are signed | Chris Lattner | 2002-12-28 | 1 | -22/+32 |
* | *** empty log message *** | Chris Lattner | 2002-12-25 | 1 | -12/+20 |
* | Add new opIsUse method | Chris Lattner | 2002-12-15 | 1 | -4/+7 |
* | Add capability to have a MachineBasicBlock as an operand to a MachineInstr | Chris Lattner | 2002-12-15 | 1 | -6/+31 |
* | Instead of checking op.getType() against MO_VirtualRegister and | Misha Brukman | 2002-11-22 | 1 | -0/+14 |
* | Add helper method | Chris Lattner | 2002-11-18 | 1 | -0/+4 |
* | Print is const! | Chris Lattner | 2002-11-17 | 1 | -1/+1 |
* | Finish enumating code | Chris Lattner | 2002-11-17 | 1 | -3/+22 |
* | Remove unused methods | Chris Lattner | 2002-11-17 | 1 | -2/+0 |
* | Convert to use an enum to access def/use/use&def information. These make | Chris Lattner | 2002-11-17 | 1 | -13/+43 |
* | Bug fix in setting an implicit ref. | Vikram S. Adve | 2002-10-30 | 1 | -1/+1 |
* | Allow BuildMI that helps automate construction of SSA information | Chris Lattner | 2002-10-30 | 1 | -2/+3 |
* | Add support for structured printing | Chris Lattner | 2002-10-30 | 1 | -1/+3 |
* | Add capability to have machine instruction autoinsert when it is created | Chris Lattner | 2002-10-29 | 1 | -6/+14 |
* | Remove separate vector of implicit refs from MachineInstr, and | Vikram S. Adve | 2002-10-29 | 1 | -56/+94 |
* | Remove all traces of the "Opcode Mask" field in the MachineInstr class | Chris Lattner | 2002-10-28 | 1 | -9/+0 |
* | Remove more default arguments that are never used | Chris Lattner | 2002-10-28 | 1 | -2/+1 |
* | Remove default operands that are never used | Chris Lattner | 2002-10-28 | 1 | -2/+2 |
* | * Make MachineOperand ctors private, so MachineOperand can only be created | Chris Lattner | 2002-10-28 | 1 | -11/+88 |
* | Remove two arguments that are never specified | Chris Lattner | 2002-10-28 | 1 | -3/+1 |
* | Remove typedef that is unneccesary | Chris Lattner | 2002-10-28 | 1 | -1/+0 |
* | Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT... | Chris Lattner | 2002-10-28 | 1 | -2/+2 |
* | Add new getOperandType(i) method to MachineInstr | Chris Lattner | 2002-10-28 | 1 | -12/+16 |
* | Fairly major overhaul of MachineInstr & Operand classes | Chris Lattner | 2002-10-28 | 1 | -248/+85 |
* | Make MachineInstr.h not #include MachineInstrInfo.h | Chris Lattner | 2002-10-28 | 1 | -2/+8 |
* | Don't #include <Support/*>, #include "Support/*" | Chris Lattner | 2002-10-28 | 1 | -1/+1 |