Fix PR3117: not all nodes being legalized. The
[oota-llvm.git] / lib / CodeGen / SelectionDAG / LegalizeFloatTypes.cpp
2008-12-09 Duncan SandsFix PR3117: not all nodes being legalized. The
2008-12-01 Duncan SandsChange the interface to the type legalization method
2008-11-18 Duncan SandsReapply r59464, this time using the correct type
2008-11-18 Bill WendlingRevert r59464. It was causing this failure:
2008-11-17 Duncan SandsAdd soft float support for a bunch more operations...
2008-11-12 Dale JohannesenFix unsigned char->ppcf128 conversion.
2008-11-10 Duncan SandsFix PR2667: add soft float support for sint_to_fp/uint_...
2008-11-07 Dale JohannesenFix unsigned->ppcf128 conversion.
2008-11-05 Duncan SandsFix thinko in ppcf128 expansion of truncating store.
2008-11-03 Dale JohannesenFix some ppcf128 regressions: make ExpandFloatRes_LOAD
2008-10-31 Duncan SandsAdd a bunch of libcalls for ppcf128 that were somehow
2008-10-29 Duncan SandsFix PR2977: LegalizeTypes support for expanding
2008-10-29 Duncan SandsFix 80 column violations.
2008-10-28 Duncan SandsFix darwin ppc llvm-gcc build breakage: intercept
2008-10-23 Duncan SandsFix thinko - the operand number has nothing to do
2008-10-22 Duncan SandsLegalizeTypes soft-float support for fpow.
2008-10-20 Duncan SandsUse DAG.getIntPtrConstant rather than DAG.getConstant
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-07 Bruno Cardoso LopesAdd the remaining fp_round libcalls:
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