| Commit message (Expand) | Author | Age | Files | Lines |
* | Require non-NULL register masks. | Jakob Stoklund Olesen | 2012-02-02 | 1 | -3/+3 |
* | Add a new kind of MachineOperand: MO_RegisterMask. | Jakob Stoklund Olesen | 2012-01-16 | 1 | -0/+38 |
* | Add MachineOperand IsInternalRead flag. | Jakob Stoklund Olesen | 2011-12-07 | 1 | -1/+26 |
* | Allow <undef> flags on def operands as well as uses. | Jakob Stoklund Olesen | 2011-10-04 | 1 | -2/+26 |
* | Handle debug info for i128 constants. | Devang Patel | 2011-06-24 | 1 | -0/+16 |
* | Comment cleanup. | Eric Christopher | 2011-05-26 | 1 | -2/+2 |
* | Frame indices are signed. Update MachineOperand methods accordingly. | Jim Grosbach | 2011-05-17 | 1 | -1/+1 |
* | Simplify LiveDebugVariables by storing MachineOperand copies locations instead | Jakob Stoklund Olesen | 2011-01-09 | 1 | -0/+10 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
* | Shrink MachineOperand from 40 to 32 bytes on 64-bit hosts. | Jakob Stoklund Olesen | 2010-10-19 | 1 | -6/+18 |
* | trailing whitespace | Jim Grosbach | 2010-09-15 | 1 | -49/+49 |
* | Add a TargetRegisterInfo::composeSubRegIndices hook with a default | Jakob Stoklund Olesen | 2010-05-28 | 1 | -1/+15 |
* | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 1 | -6/+6 |
* | Change how dbg_value sdnodes are converted into machine instructions. Their p... | Evan Cheng | 2010-03-25 | 1 | -0/+5 |
* | add support for MCSymbols as operands to MachineInstrs. | Chris Lattner | 2010-03-13 | 1 | -1/+16 |
* | Ordering forward declarations. | Evan Cheng | 2010-03-03 | 1 | -3/+3 |
* | Further constify MDNode* references. | Dale Johannesen | 2010-02-26 | 1 | -2/+2 |
* | Allow isDebug inquiry on any MO. | Dale Johannesen | 2010-02-10 | 1 | -1/+0 |
* | Add isDebug argument to ChangeToRegister; this prevents | Dale Johannesen | 2010-02-10 | 1 | -1/+1 |
* | Debug operands should not be def or kill. | Dale Johannesen | 2010-02-09 | 1 | -0/+3 |
* | Add a Debug bit to MachineOperand, for uses that | Dale Johannesen | 2010-02-06 | 1 | -1/+13 |
* | Remove unneeded argument per review. | Dale Johannesen | 2010-01-15 | 1 | -3/+1 |
* | Further progration of metadata operands. The | Dale Johannesen | 2010-01-13 | 1 | -1/+1 |
* | Add MO_Metadata as an operand kind. Not used yet. | Dale Johannesen | 2010-01-12 | 1 | -1/+18 |
* | Target-independent support for TargetFlags on BlockAddress operands, | Dan Gohman | 2009-11-20 | 1 | -1/+3 |
* | Remove dead code. | Devang Patel | 2009-10-30 | 1 | -20/+2 |
* | 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 |