summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
Commit message (Expand)AuthorAge
...
* Fix PR3274: when promoting the condition of a BRCOND node,Duncan Sands2009-01-01
* Fix PR3117: not all nodes being legalized. TheDuncan Sands2008-12-09
* Change the interface to the type legalization methodDuncan Sands2008-12-01
* Reapply r59464, this time using the correct typeDuncan Sands2008-11-18
* Revert r59464. It was causing this failure:Bill Wendling2008-11-18
* Add soft float support for a bunch more operations. OriginalDuncan Sands2008-11-17
* Fix unsigned char->ppcf128 conversion.Dale Johannesen2008-11-12
* Fix PR2667: add soft float support for sint_to_fp/uint_to_fpDuncan Sands2008-11-10
* Fix unsigned->ppcf128 conversion.Dale Johannesen2008-11-07
* Fix thinko in ppcf128 expansion of truncating store.Duncan Sands2008-11-05
* Fix some ppcf128 regressions: make ExpandFloatRes_LOADDale Johannesen2008-11-03
* Add a bunch of libcalls for ppcf128 that were somehowDuncan Sands2008-10-31
* Fix PR2977: LegalizeTypes support for expandingDuncan Sands2008-10-29
* Fix 80 column violations.Duncan Sands2008-10-29
* Fix darwin ppc llvm-gcc build breakage: interceptDuncan Sands2008-10-28
* Fix thinko - the operand number has nothing to doDuncan Sands2008-10-23
* LegalizeTypes soft-float support for fpow.Duncan Sands2008-10-22
* Use DAG.getIntPtrConstant rather than DAG.getConstantDuncan Sands2008-10-20
* Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen2008-10-09
* erect abstraction boundaries for accessing SDValue members, rename Val -> Nod...Gabor Greif2008-08-28
* Add the remaining fp_round libcalls:Bruno Cardoso Lopes2008-08-07
* Rename SDOperand to SDValue.Dan Gohman2008-07-27
* Softfloat support for FDIV. Patch by Duncan Sands2008-07-18
* LegalizeTypes support for what seems to be theDuncan Sands2008-07-17
* Factorize some code for determining which libcall to use.Duncan Sands2008-07-17
* Reorder methods alphabetically. No functionality change.Duncan Sands2008-07-16
* LegalizeTypes support for fabs on ppc long double.Duncan Sands2008-07-15
* Add a mysteriously missing libcall, FPTOSINT_F80_I32.Duncan Sands2008-07-10
* Redo LegalizeTypes soft float support forDuncan Sands2008-07-09
* Forgot to update the chain result when softeningDuncan Sands2008-07-09
* LegalizeTypes soft float support for FP_TO_SINT andDuncan Sands2008-07-09
* LegalizeTypes support for powi soft float.Duncan Sands2008-07-09
* Make the role of MVT::i32 clearer here, and add aDuncan Sands2008-07-09
* Remove custom expansion from LegalizeTypes when doingDuncan Sands2008-07-08
* Add missing select_cc libcall line, somehow omittedDuncan Sands2008-07-08
* LegalizeTypes support for FP_ROUND and FP_EXTENDDuncan Sands2008-07-08
* LegalizeTypes soft-float support for stores of aDuncan Sands2008-07-07
* Rather than having a different custom legalizationDuncan Sands2008-07-04
* Fix typo compounded by a cut-and-pasto.Duncan Sands2008-07-02
* Suppress compiler warning.Evan Cheng2008-06-30
* Add support for expanding PPC 128 bit floats.Duncan Sands2008-06-25
* Add/complete support for integer and floatDuncan Sands2008-06-25
* Support for expanding the result of EXTRACT_ELEMENT.Duncan Sands2008-06-23
* Cleanup up LegalizeTypes handling of loads andDuncan Sands2008-06-23
* Support for load/store of expanded float types. IDuncan Sands2008-06-21
* Share some code that is common between integer andDuncan Sands2008-06-20
* Rename the operation of turning a float type into anDuncan Sands2008-06-20
* Split type expansion into ExpandInteger and ExpandFloatDuncan Sands2008-06-17