aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
AgeCommit message (Expand)Author
2009-01-31Propagate debug info in LegalizeFloatTypes.Dale Johannesen
2009-01-31Propagate debug info through MakeLibCall and aDale Johannesen
2009-01-21Cleanup whitespace and comments, and tweak someDuncan Sands
2009-01-21Allow targets to legalize operations (with illegal operands) that produces mu...Sanjiv Gupta
2009-01-01Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands
2008-12-09Fix PR3117: not all nodes being legalized. TheDuncan Sands
2008-12-01Change the interface to the type legalization methodDuncan Sands
2008-11-18Reapply r59464, this time using the correct typeDuncan Sands
2008-11-18Revert r59464. It was causing this failure:Bill Wendling
2008-11-17Add soft float support for a bunch more operations. OriginalDuncan Sands
2008-11-12Fix unsigned char->ppcf128 conversion.Dale Johannesen
2008-11-10Fix PR2667: add soft float support for sint_to_fp/uint_to_fpDuncan Sands
2008-11-07Fix unsigned->ppcf128 conversion.Dale Johannesen
2008-11-05Fix thinko in ppcf128 expansion of truncating store.Duncan Sands
2008-11-03Fix some ppcf128 regressions: make ExpandFloatRes_LOADDale Johannesen
2008-10-31Add a bunch of libcalls for ppcf128 that were somehowDuncan Sands
2008-10-29Fix PR2977: LegalizeTypes support for expandingDuncan Sands
2008-10-29Fix 80 column violations.Duncan Sands
2008-10-28Fix darwin ppc llvm-gcc build breakage: interceptDuncan Sands
2008-10-23Fix thinko - the operand number has nothing to doDuncan Sands
2008-10-22LegalizeTypes soft-float support for fpow.Duncan Sands
2008-10-20Use DAG.getIntPtrConstant rather than DAG.getConstantDuncan Sands
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