aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineOperand.h
Commit message (Expand)AuthorAgeFilesLines
* Add isMetadata() to check metadata operand.Devang Patel2009-07-061-1/+3
* Remove tabs.Devang Patel2009-07-021-2/+2
* Add getMDNode() to access metadata node.Devang Patel2009-07-011-0/+4
* Add machine operand for MDNodes. This will be used to communicate debug info.Devang Patel2009-07-011-1/+12
* Add a bit IsUndef to MachineOperand. This indicates the def / use register op...Evan Cheng2009-06-301-3/+21
* ad MachineInstrBuilder support for target flags on operands.Chris Lattner2009-06-251-5/+15
* Rearrange some stuff in MachineOperand and add a new TargetFlags field.Chris Lattner2009-06-241-7/+18
* fit in 80 colsChris Lattner2009-06-211-9/+9
* Give RemoveRegOperandFromRegInfo a comment and move theDan Gohman2009-04-151-12/+3
* Comment MO_FPImmediate and doxygenate surrounding comments.Dan Gohman2008-12-231-9/+9
* Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman2008-10-181-5/+5
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-39/+50
* Next round of earlyclobber handling. Approach theDale Johannesen2008-09-241-20/+1
* explain what earlyclobber actually is.Chris Lattner2008-09-211-3/+3
* Add a bit to mark operands of asm's that conflictDale Johannesen2008-09-171-1/+20
* adjust last patch per review feedbackDale Johannesen2008-09-141-7/+4
* Remove isImm(), isReg(), and friends, in favor of Dan Gohman2008-09-131-10/+1
* Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* andDan Gohman2008-09-121-3/+3
* Pass "earlyclobber" bit through to machineDale Johannesen2008-09-121-2/+22
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-211-0/+7
* Fix a copy+pasto in an assertion string.Dan Gohman2008-07-101-1/+1
* Prune and tidy #includes.Dan Gohman2008-05-291-1/+0
* Back out r48353. Not needed.Evan Cheng2008-03-141-11/+4
* Add an MO_Undef MachineOperandType, intended for INSERT_SUBREG. Next up MO_Un...Evan Cheng2008-03-141-4/+11
* Support a new type of MachineOperand, MO_FPImmediate, used for holdingNate Begeman2008-02-141-0/+15
* Add explicit keywords.Dan Gohman2008-01-291-1/+1
* add efficient iteration support for register use/def's Chris Lattner2008-01-011-0/+7
* Implement automatically updated def/use lists for all MachineInstr register Chris Lattner2008-01-011-23/+49
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-301-13/+13
* - rename opType -> OpKind and contents -> Contents.Chris Lattner2007-12-301-100/+105
* More cleanups for MachineOperand:Chris Lattner2007-12-301-85/+109
* MachineOperand:Chris Lattner2007-12-301-34/+30
* make machine operands fatter: give each one an up-pointer to the Chris Lattner2007-12-301-2/+7
* split machineoperand out into its own header file.Chris Lattner2007-12-301-0/+353