aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
AgeCommit message (Expand)Author
2008-10-09Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen
2008-08-28erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif
2008-08-07Add the remaining fp_round libcalls:Bruno Cardoso Lopes
2008-07-27Rename SDOperand to SDValue.Dan Gohman
2008-07-18Softfloat support for FDIV. Patch by Duncan Sands
2008-07-17LegalizeTypes support for what seems to be theDuncan Sands
2008-07-17Factorize some code for determining which libcall to use.Duncan Sands
2008-07-16Reorder methods alphabetically. No functionality change.Duncan Sands
2008-07-15LegalizeTypes support for fabs on ppc long double.Duncan Sands
2008-07-10Add a mysteriously missing libcall, FPTOSINT_F80_I32.Duncan Sands
2008-07-09Redo LegalizeTypes soft float support forDuncan Sands
2008-07-09Forgot to update the chain result when softeningDuncan Sands
2008-07-09LegalizeTypes soft float support for FP_TO_SINT andDuncan Sands
2008-07-09LegalizeTypes support for powi soft float.Duncan Sands
2008-07-09Make the role of MVT::i32 clearer here, and add aDuncan Sands
2008-07-08Remove custom expansion from LegalizeTypes when doingDuncan Sands
2008-07-08Add missing select_cc libcall line, somehow omittedDuncan Sands
2008-07-08LegalizeTypes support for FP_ROUND and FP_EXTENDDuncan Sands
2008-07-07LegalizeTypes soft-float support for stores of aDuncan Sands
2008-07-04Rather than having a different custom legalizationDuncan Sands
2008-07-02Fix typo compounded by a cut-and-pasto.Duncan Sands
2008-06-30Suppress compiler warning.Evan Cheng
2008-06-25Add support for expanding PPC 128 bit floats.Duncan Sands
2008-06-25Add/complete support for integer and floatDuncan Sands
2008-06-23Support for expanding the result of EXTRACT_ELEMENT.Duncan Sands
2008-06-23Cleanup up LegalizeTypes handling of loads andDuncan Sands
2008-06-21Support for load/store of expanded float types. IDuncan Sands
2008-06-20Share some code that is common between integer andDuncan Sands
2008-06-20Rename the operation of turning a float type into anDuncan Sands
2008-06-17Split type expansion into ExpandInteger and ExpandFloatDuncan Sands