Add a framework for eliminating instructions that produces undemanded bits.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / TargetLowering.cpp
2006-02-03 Nate BegemanAdd a framework for eliminating instructions that produ...
2006-02-02 Chris LattnerImplement MaskedValueIsZero for ANY_EXTEND nodes
2006-02-01 Chris LattnerBeef up the interface to inline asm constraint parsing...
2006-01-30 Chris LattnerMove MaskedValueIsZero from the DAGCombiner to the...
2006-01-30 Chris Lattneradjust prototype
2006-01-29 Chris Lattnerclean up interface to ValueTypeActions
2006-01-26 Chris LattnerImplement a method for inline asm support
2006-01-25 Chris Lattnerinitialize an instance var, apparently I forgot to...
2006-01-25 Evan ChengSet SchedulingForLatency to be the default scheduling...
2005-12-21 Evan ChengLefted out TargetLowering::
2005-12-21 Evan Cheng* Fix a GlobalAddress lowering bug.
2005-12-20 Evan ChengAdded a hook to print out names of target specific...
2005-11-29 Nate BegemanAdd the majority of the vector machien value types...
2005-11-22 Nate BegemanRather than attempting to legalize 1 x float, make...
2005-10-21 Nate BegemanInvert the TargetLowering flag that controls divide...
2005-09-27 Chris Lattnerinitialize new flag
2005-08-27 Reid SpencerChange the names of member variables per Chris' instruc...
2005-08-24 Chris LattnerAdjust to new interface
2005-07-19 Reid SpencerFor: memory operations -> stores
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-19 Chris LattnerAdd a hook to find out how the target handles shift...
2005-01-16 Chris LattnerShift and setcc types default to the pointer type.
2005-01-16 Chris LattnerUse enums, move virtual dtor out of line.
2005-01-16 Chris LattnerSet up identity transforms.
2005-01-16 Chris LattnerMove some information out of LegalizeDAG into the gener...
2005-01-11 Chris LattnerClear the whole array, always.
2005-01-07 Chris LattnerFirst draft of new Target interface