Rename SDOperand to SDValue.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeVectorTypes.cpp
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-27 Duncan SandsSome binary operations were being treated as
2008-07-22 Duncan SandsLegalizeTypes support for VSETCC. Fixes PR2575.
2008-07-16 Duncan SandsReorder methods alphabetically. No functionality change.
2008-07-14 Duncan SandsI don't think BUILD_PAIR can have a vector result.
2008-07-14 Duncan SandsTighten up some checks. Fix FPOWI splitting for
2008-07-14 Duncan SandsAn INSERT_VECTOR_ELT can insert a larger value
2008-07-14 Duncan SandsAccording to the docs, it is possible to have an
2008-07-14 Duncan SandsThere should be no extending loads or truncating
2008-07-11 Duncan SandsRemove an apparently useless routine: there should
2008-07-10 Duncan SandsMake the LegalizeType method naming scheme more regular.
2008-07-08 Duncan SandsRemove custom expansion from LegalizeTypes when doing
2008-07-04 Duncan SandsRather than having a different custom legalization
2008-06-23 Duncan SandsCleanup up LegalizeTypes handling of loads and
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