| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a BlockAddress MachineOperand kind. | Dan Gohman | 2009-10-30 | 1 | -10/+27 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | improve comments. | Chris Lattner | 2009-09-03 | 1 | -1/+3 |
* | Remove Offset from ExternalSybmol MachineOperands, this is unused (and at lea... | Daniel Dunbar | 2009-09-01 | 1 | -2/+2 |
* | remove various std::ostream version of printing methods from | Chris Lattner | 2009-08-23 | 1 | -7/+0 |
* | Use the default copy-ctor, copy-assignment, and destructor. | Dan Gohman | 2009-08-11 | 1 | -20/+0 |
* | Add isMetadata() to check metadata operand. | Devang Patel | 2009-07-06 | 1 | -1/+3 |
* | Remove tabs. | Devang Patel | 2009-07-02 | 1 | -2/+2 |
* | Add getMDNode() to access metadata node. | Devang Patel | 2009-07-01 | 1 | -0/+4 |
* | Add machine operand for MDNodes. This will be used to communicate debug info. | Devang Patel | 2009-07-01 | 1 | -1/+12 |
* | Add a bit IsUndef to MachineOperand. This indicates the def / use register op... | Evan Cheng | 2009-06-30 | 1 | -3/+21 |
* | ad MachineInstrBuilder support for target flags on operands. | Chris Lattner | 2009-06-25 | 1 | -5/+15 |
* | Rearrange some stuff in MachineOperand and add a new TargetFlags field. | Chris Lattner | 2009-06-24 | 1 | -7/+18 |
* | fit in 80 cols | Chris Lattner | 2009-06-21 | 1 | -9/+9 |
* | Give RemoveRegOperandFromRegInfo a comment and move the | Dan Gohman | 2009-04-15 | 1 | -12/+3 |
* | Comment MO_FPImmediate and doxygenate surrounding comments. | Dan Gohman | 2008-12-23 | 1 | -9/+9 |
* | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman | 2008-10-18 | 1 | -5/+5 |
* | Switch the MachineOperand accessors back to the short names like | Dan Gohman | 2008-10-03 | 1 | -39/+50 |
* | Next round of earlyclobber handling. Approach the | Dale Johannesen | 2008-09-24 | 1 | -20/+1 |
* | explain what earlyclobber actually is. | Chris Lattner | 2008-09-21 | 1 | -3/+3 |
* | Add a bit to mark operands of asm's that conflict | Dale Johannesen | 2008-09-17 | 1 | -1/+20 |
* | adjust last patch per review feedback | Dale Johannesen | 2008-09-14 | 1 | -7/+4 |
* | Remove isImm(), isReg(), and friends, in favor of | Dan Gohman | 2008-09-13 | 1 | -10/+1 |
* | Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and | Dan Gohman | 2008-09-12 | 1 | -3/+3 |
* | Pass "earlyclobber" bit through to machine | Dale Johannesen | 2008-09-12 | 1 | -2/+22 |
* | Use raw_ostream throughout the AsmPrinter. | Owen Anderson | 2008-08-21 | 1 | -0/+7 |
* | Fix a copy+pasto in an assertion string. | Dan Gohman | 2008-07-10 | 1 | -1/+1 |
* | Prune and tidy #includes. | Dan Gohman | 2008-05-29 | 1 | -1/+0 |
* | Back out r48353. Not needed. | Evan Cheng | 2008-03-14 | 1 | -11/+4 |
* | Add an MO_Undef MachineOperandType, intended for INSERT_SUBREG. Next up MO_Un... | Evan Cheng | 2008-03-14 | 1 | -4/+11 |
* | Support a new type of MachineOperand, MO_FPImmediate, used for holding | Nate Begeman | 2008-02-14 | 1 | -0/+15 |
* | Add explicit keywords. | Dan Gohman | 2008-01-29 | 1 | -1/+1 |
* | add efficient iteration support for register use/def's | Chris Lattner | 2008-01-01 | 1 | -0/+7 |
* | Implement automatically updated def/use lists for all MachineInstr register | Chris Lattner | 2008-01-01 | 1 | -23/+49 |
* | Add new shorter predicates for testing machine operands for various types: | Chris Lattner | 2007-12-30 | 1 | -13/+13 |
* | - rename opType -> OpKind and contents -> Contents. | Chris Lattner | 2007-12-30 | 1 | -100/+105 |
* | More cleanups for MachineOperand: | Chris Lattner | 2007-12-30 | 1 | -85/+109 |
* | MachineOperand: | Chris Lattner | 2007-12-30 | 1 | -34/+30 |
* | make machine operands fatter: give each one an up-pointer to the | Chris Lattner | 2007-12-30 | 1 | -2/+7 |
* | split machineoperand out into its own header file. | Chris Lattner | 2007-12-30 | 1 | -0/+353 |