summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup whitespace and comments, and tweak someDuncan Sands2009-01-211-1/+1
* Allow targets to legalize operations (with illegal operands) that produces mu...Sanjiv Gupta2009-01-211-1/+1
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-011-6/+10
* Fix PR3117: not all nodes being legalized. TheDuncan Sands2008-12-091-16/+7
* Change the interface to the type legalization methodDuncan Sands2008-12-011-10/+2
* Reapply r59464, this time using the correct typeDuncan Sands2008-11-181-4/+174
* Revert r59464. It was causing this failure:Bill Wendling2008-11-181-174/+4
* Add soft float support for a bunch more operations. OriginalDuncan Sands2008-11-171-4/+174
* Fix unsigned char->ppcf128 conversion.Dale Johannesen2008-11-121-3/+8
* Fix PR2667: add soft float support for sint_to_fp/uint_to_fpDuncan Sands2008-11-101-13/+24
* Fix unsigned->ppcf128 conversion.Dale Johannesen2008-11-071-0/+3
* Fix thinko in ppcf128 expansion of truncating store.Duncan Sands2008-11-051-1/+1
* Fix some ppcf128 regressions: make ExpandFloatRes_LOADDale Johannesen2008-11-031-8/+8
* Add a bunch of libcalls for ppcf128 that were somehowDuncan Sands2008-10-311-36/+211
* Fix PR2977: LegalizeTypes support for expandingDuncan Sands2008-10-291-0/+1
* Fix 80 column violations.Duncan Sands2008-10-291-5/+10
* Fix darwin ppc llvm-gcc build breakage: interceptDuncan Sands2008-10-281-0/+35
* Fix thinko - the operand number has nothing to doDuncan Sands2008-10-231-1/+1
* LegalizeTypes soft-float support for fpow.Duncan Sands2008-10-221-1/+14
* Use DAG.getIntPtrConstant rather than DAG.getConstantDuncan Sands2008-10-201-4/+2
* Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen2008-10-091-2/+2
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-281-18/+18
* Add the remaining fp_round libcalls:Bruno Cardoso Lopes2008-08-071-0/+24
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-123/+123
* Softfloat support for FDIV. Patch by Duncan Sands2008-07-181-0/+13
* LegalizeTypes support for what seems to be theDuncan Sands2008-07-171-0/+16
* Factorize some code for determining which libcall to use.Duncan Sands2008-07-171-274/+15
* Reorder methods alphabetically. No functionality change.Duncan Sands2008-07-161-71/+66
* LegalizeTypes support for fabs on ppc long double.Duncan Sands2008-07-151-0/+14
* Add a mysteriously missing libcall, FPTOSINT_F80_I32.Duncan Sands2008-07-101-0/+3
* Redo LegalizeTypes soft float support forDuncan Sands2008-07-091-95/+101
* Forgot to update the chain result when softeningDuncan Sands2008-07-091-12/+21
* LegalizeTypes soft float support for FP_TO_SINT andDuncan Sands2008-07-091-4/+132
* LegalizeTypes support for powi soft float.Duncan Sands2008-07-091-3/+15
* Make the role of MVT::i32 clearer here, and add aDuncan Sands2008-07-091-3/+4
* Remove custom expansion from LegalizeTypes when doingDuncan Sands2008-07-081-38/+34
* Add missing select_cc libcall line, somehow omittedDuncan Sands2008-07-081-0/+1
* LegalizeTypes support for FP_ROUND and FP_EXTENDDuncan Sands2008-07-081-2/+44
* LegalizeTypes soft-float support for stores of aDuncan Sands2008-07-071-0/+19
* Rather than having a different custom legalizationDuncan Sands2008-07-041-14/+8
* Fix typo compounded by a cut-and-pasto.Duncan Sands2008-07-021-4/+4
* Suppress compiler warning.Evan Cheng2008-06-301-1/+1
* Add support for expanding PPC 128 bit floats.Duncan Sands2008-06-251-4/+200
* Add/complete support for integer and floatDuncan Sands2008-06-251-1/+227
* Support for expanding the result of EXTRACT_ELEMENT.Duncan Sands2008-06-231-0/+1
* Cleanup up LegalizeTypes handling of loads andDuncan Sands2008-06-231-4/+4
* Support for load/store of expanded float types. IDuncan Sands2008-06-211-0/+62
* Share some code that is common between integer andDuncan Sands2008-06-201-1/+14
* Rename the operation of turning a float type into anDuncan Sands2008-06-201-42/+41
* Split type expansion into ExpandInteger and ExpandFloatDuncan Sands2008-06-171-0/+452