aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineOperand.h
AgeCommit message (Expand)Author
2008-05-29Prune and tidy #includes.Dan Gohman
2008-03-14Back out r48353. Not needed.Evan Cheng
2008-03-14Add an MO_Undef MachineOperandType, intended for INSERT_SUBREG. Next up MO_Un...Evan Cheng
2008-02-14Support a new type of MachineOperand, MO_FPImmediate, used for holdingNate Begeman
2008-01-29Add explicit keywords.Dan Gohman
2008-01-01add efficient iteration support for register use/def's Chris Lattner
2008-01-01Implement automatically updated def/use lists for all MachineInstr register Chris Lattner
2007-12-30Add new shorter predicates for testing machine operands for various types: Chris Lattner
2007-12-30- rename opType -> OpKind and contents -> Contents.Chris Lattner
2007-12-30More cleanups for MachineOperand:Chris Lattner
2007-12-30MachineOperand:Chris Lattner
2007-12-30make machine operands fatter: give each one an up-pointer to the Chris Lattner
2007-12-30split machineoperand out into its own header file.Chris Lattner