Rename SDOperand to SDValue.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeTypes.cpp
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-27 Dan GohmanTidy SDNode::use_iterator, and complete the transition...
2008-07-21 Dan GohmanAdd titles to the various SelectionDAG viewGraph calls
2008-07-14 Duncan SandsIgnore TargetConstant with an illegal type. These
2008-07-10 Duncan SandsRemove PromoteIntRes_FP_ROUND - not sure what it
2008-07-10 Duncan SandsMake sure the alignment of the temporary created
2008-07-10 Duncan SandsMake the LegalizeType method naming scheme more regular.
2008-07-09 Duncan SandsRemove some unneeded includes.
2008-07-07 Dan GohmanAdd explicit keywords.
2008-07-02 Duncan SandsLet AnalyzeNewNode take care of calling ExpungeNode.
2008-06-30 Duncan SandsExpungeNode is only needed for new nodes! This
2008-06-20 Duncan SandsShare some code that is common between integer and
2008-06-20 Duncan SandsRename the operation of turning a float type into an
2008-06-17 Duncan SandsSplit type expansion into ExpandInteger and ExpandFloat
2008-06-15 Duncan SandsLegalizeTypes support for INSERT_VECTOR_ELT with
2008-06-11 Duncan SandsSometimes (rarely) nodes held in LegalizeTypes
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-04-18 Duncan SandsProvide an explicit list of operands to MakeLibcall,
2008-04-16 Roman LevensteinOngoing work on improving the instruction selection...
2008-04-14 Duncan SandsInitial libcall support for LegalizeTypes. This is
2008-04-13 Duncan SandsLegalizeTypes can sometimes have deleted nodes
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-04-07 Roman LevensteinRe-commit of the r48822, where the infinite looping...
2008-04-03 Evan ChengBacking out 48222 temporarily.
2008-03-26 Roman LevensteinUse a linked data structure for the uses lists of an...
2008-03-12 Duncan SandsInitial soft-float support for LegalizeTypes. I rewrote
2008-03-11 Duncan SandsSome LegalizeTypes code factorization and minor
2008-02-27 Duncan SandsLegalizeTypes support for EXTRACT_VECTOR_ELT. The
2008-02-26 Duncan SandsFix a nasty bug in LegalizeTypes (spotted in
2008-02-25 Duncan SandsIn debug builds check that the key property holds: all
2008-02-04 Duncan SandsI don't see how NodeUpdated can be called with a
2008-02-03 Chris LattnerFix typo
2008-02-03 Chris Lattnerhandle the case where a node can become ready to process
2008-02-03 Chris LattnerUse the new infrastructure for listening to node updates to
2008-02-03 Chris Lattneradd a -view-legalize-types-dags option, for viewing...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-08 Chris Lattnerimplement some methods.
2007-12-08 Chris Lattneradd scaffolding for splitting of vectors.
2007-12-08 Chris Lattnersplit scalarization out to its own file.
2007-12-08 Chris LattnerSplit expansion out into its own file.
2007-12-08 Chris LattnerSplit promotion support out to its own file.
2007-12-08 Chris LattnerRename LegalizeDAGTypes.cpp -> LegalizeTypes.cpp