make MachineFunction keep track of its ID and make
[oota-llvm.git] / include / llvm / CodeGen / MachineOperand.h
2010-01-15 Dale JohannesenRemove unneeded argument per review.
2010-01-13 Dale JohannesenFurther progration of metadata operands. The
2010-01-12 Dale JohannesenAdd MO_Metadata as an operand kind. Not used yet.
2009-11-20 Dan GohmanTarget-independent support for TargetFlags on BlockAddr...
2009-10-30 Devang PatelRemove dead code.
2009-10-30 Dan GohmanAdd a BlockAddress MachineOperand kind.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-09-03 Chris Lattnerimprove comments.
2009-09-01 Daniel DunbarRemove Offset from ExternalSybmol MachineOperands,...
2009-08-23 Chris Lattnerremove various std::ostream version of printing methods...
2009-08-11 Dan GohmanUse the default copy-ctor, copy-assignment, and destructor.
2009-07-06 Devang PatelAdd isMetadata() to check metadata operand.
2009-07-02 Devang PatelRemove tabs.
2009-07-01 Devang PatelAdd getMDNode() to access metadata node.
2009-07-01 Devang PatelAdd machine operand for MDNodes. This will be used...
2009-06-30 Evan ChengAdd a bit IsUndef to MachineOperand. This indicates...
2009-06-25 Chris Lattnerad MachineInstrBuilder support for target flags on...
2009-06-24 Chris LattnerRearrange some stuff in MachineOperand and add a new...
2009-06-21 Chris Lattnerfit in 80 cols
2009-04-15 Dan GohmanGive RemoveRegOperandFromRegInfo a comment and move the
2008-12-23 Dan GohmanComment MO_FPImmediate and doxygenate surrounding comments.
2008-10-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-24 Dale JohannesenNext round of earlyclobber handling. Approach the
2008-09-21 Chris Lattnerexplain what earlyclobber actually is.
2008-09-17 Dale JohannesenAdd a bit to mark operands of asm's that conflict
2008-09-14 Dale Johannesenadjust last patch per review feedback
2008-09-13 Dan GohmanRemove isImm(), isReg(), and friends, in favor of
2008-09-12 Dan GohmanChange ConstantSDNode and ConstantFPSDNode to use Const...
2008-09-12 Dale JohannesenPass "earlyclobber" bit through to machine
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-07-10 Dan GohmanFix a copy+pasto in an assertion string.
2008-05-29 Dan GohmanPrune and tidy #includes.
2008-03-14 Evan ChengBack out r48353. Not needed.
2008-03-14 Evan ChengAdd an MO_Undef MachineOperandType, intended for INSERT...
2008-02-14 Nate BegemanSupport a new type of MachineOperand, MO_FPImmediate...
2008-01-29 Dan GohmanAdd explicit keywords.
2008-01-01 Chris Lattneradd efficient iteration support for register use/def's
2008-01-01 Chris LattnerImplement automatically updated def/use lists for all...
2007-12-30 Chris LattnerAdd new shorter predicates for testing machine operands...
2007-12-30 Chris Lattner- rename opType -> OpKind and contents -> Contents.
2007-12-30 Chris LattnerMore cleanups for MachineOperand:
2007-12-30 Chris LattnerMachineOperand:
2007-12-30 Chris Lattnermake machine operands fatter: give each one an up-point...
2007-12-30 Chris Lattnersplit machineoperand out into its own header file.