aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-4/+4
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-111-8/+6
* Remove trailing whitespace. Reorder some methodsDuncan Sands2009-07-081-1/+1
* Rename CustomLowerResults to CustomLowerNode, sinceDuncan Sands2009-05-311-1/+1
* Refactor the code to grab the low and high parts of a valueDan Gohman2009-04-251-120/+21
* Instead of requiring TLI.LowerCallTo to return an ISD::BUILD_PAIR,Dan Gohman2009-04-241-60/+118
* Soft float support for FREM.Duncan Sands2009-04-081-0/+13
* Soft float support for undef. Reported by Xerxes RĂ„nby.Duncan Sands2009-04-081-0/+5
* Fix PR3899: add support for extracting floats from vectorsDuncan Sands2009-03-291-0/+9
* bug 3610: Floating point vaarg not softened.Richard Pennington2009-02-211-0/+17
* Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen2009-02-071-1/+1
* Remove trailing spaces.Duncan Sands2009-02-021-5/+5
* Propagate debug info in LegalizeFloatTypes.Dale Johannesen2009-01-311-61/+73
* Propagate debug info through MakeLibCall and aDale Johannesen2009-01-311-39/+46
* 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