Rename SDOperand to SDValue.
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeFloatTypes.cpp
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-18 Duncan SandsSoftfloat support for FDIV. Patch by
2008-07-17 Duncan SandsLegalizeTypes support for what seems to be the
2008-07-17 Duncan SandsFactorize some code for determining which libcall to...
2008-07-16 Duncan SandsReorder methods alphabetically. No functionality change.
2008-07-15 Duncan SandsLegalizeTypes support for fabs on ppc long double.
2008-07-10 Duncan SandsAdd a mysteriously missing libcall, FPTOSINT_F80_I32.
2008-07-09 Duncan SandsRedo LegalizeTypes soft float support for
2008-07-09 Duncan SandsForgot to update the chain result when softening
2008-07-09 Duncan SandsLegalizeTypes soft float support for FP_TO_SINT and
2008-07-09 Duncan SandsLegalizeTypes support for powi soft float.
2008-07-09 Duncan SandsMake the role of MVT::i32 clearer here, and add a
2008-07-08 Duncan SandsRemove custom expansion from LegalizeTypes when doing
2008-07-08 Duncan SandsAdd missing select_cc libcall line, somehow omitted
2008-07-08 Duncan SandsLegalizeTypes support for FP_ROUND and FP_EXTEND
2008-07-07 Duncan SandsLegalizeTypes soft-float support for stores of a
2008-07-04 Duncan SandsRather than having a different custom legalization
2008-07-02 Duncan SandsFix typo compounded by a cut-and-pasto.
2008-06-30 Evan ChengSuppress compiler warning.
2008-06-25 Duncan SandsAdd support for expanding PPC 128 bit floats.
2008-06-25 Duncan SandsAdd/complete support for integer and float
2008-06-23 Duncan SandsSupport for expanding the result of EXTRACT_ELEMENT.
2008-06-23 Duncan SandsCleanup up LegalizeTypes handling of loads and
2008-06-21 Duncan SandsSupport for load/store of expanded float types. I
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