aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineOperand.h
AgeCommit message (Expand)Author
2008-12-23Comment MO_FPImmediate and doxygenate surrounding comments.Dan Gohman
2008-10-18Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman
2008-10-03Switch the MachineOperand accessors back to the short names likeDan Gohman
2008-09-24Next round of earlyclobber handling. Approach theDale Johannesen
2008-09-21explain what earlyclobber actually is.Chris Lattner
2008-09-17Add a bit to mark operands of asm's that conflictDale Johannesen
2008-09-14adjust last patch per review feedbackDale Johannesen
2008-09-13Remove isImm(), isReg(), and friends, in favor of Dan Gohman
2008-09-12Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* andDan Gohman
2008-09-12Pass "earlyclobber" bit through to machineDale Johannesen
2008-08-21Use raw_ostream throughout the AsmPrinter.Owen Anderson
2008-07-10Fix a copy+pasto in an assertion string.Dan Gohman
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