Fix RegScavenger::forward() to work on basic blocks containing exactly
[oota-llvm.git] / include / llvm / CodeGen / MachineOperand.h
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.