aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineOperand.h
Commit message (Expand)AuthorAgeFilesLines
* 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