summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineOperand.h
Commit message (Expand)AuthorAge
...
* Remove Offset from ExternalSybmol MachineOperands, this is unused (and at lea...Daniel Dunbar2009-09-01
* remove various std::ostream version of printing methods fromChris Lattner2009-08-23
* Use the default copy-ctor, copy-assignment, and destructor.Dan Gohman2009-08-11
* Add isMetadata() to check metadata operand.Devang Patel2009-07-06
* Remove tabs.Devang Patel2009-07-02
* Add getMDNode() to access metadata node.Devang Patel2009-07-01
* Add machine operand for MDNodes. This will be used to communicate debug info.Devang Patel2009-07-01
* Add a bit IsUndef to MachineOperand. This indicates the def / use register op...Evan Cheng2009-06-30
* ad MachineInstrBuilder support for target flags on operands.Chris Lattner2009-06-25
* Rearrange some stuff in MachineOperand and add a new TargetFlags field.Chris Lattner2009-06-24
* fit in 80 colsChris Lattner2009-06-21
* Give RemoveRegOperandFromRegInfo a comment and move theDan Gohman2009-04-15
* Comment MO_FPImmediate and doxygenate surrounding comments.Dan Gohman2008-12-23
* Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman2008-10-18
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-03
* Next round of earlyclobber handling. Approach theDale Johannesen2008-09-24
* explain what earlyclobber actually is.Chris Lattner2008-09-21
* Add a bit to mark operands of asm's that conflictDale Johannesen2008-09-17
* adjust last patch per review feedbackDale Johannesen2008-09-14
* Remove isImm(), isReg(), and friends, in favor of Dan Gohman2008-09-13
* Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* andDan Gohman2008-09-12
* Pass "earlyclobber" bit through to machineDale Johannesen2008-09-12
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* Fix a copy+pasto in an assertion string.Dan Gohman2008-07-10
* Prune and tidy #includes.Dan Gohman2008-05-29
* Back out r48353. Not needed.Evan Cheng2008-03-14
* Add an MO_Undef MachineOperandType, intended for INSERT_SUBREG. Next up MO_Un...Evan Cheng2008-03-14
* Support a new type of MachineOperand, MO_FPImmediate, used for holdingNate Begeman2008-02-14
* Add explicit keywords.Dan Gohman2008-01-29
* add efficient iteration support for register use/def's Chris Lattner2008-01-01
* Implement automatically updated def/use lists for all MachineInstr register Chris Lattner2008-01-01
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-30
* - rename opType -> OpKind and contents -> Contents.Chris Lattner2007-12-30
* More cleanups for MachineOperand:Chris Lattner2007-12-30
* MachineOperand:Chris Lattner2007-12-30
* make machine operands fatter: give each one an up-pointer to the Chris Lattner2007-12-30
* split machineoperand out into its own header file.Chris Lattner2007-12-30