aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/APFloat.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-03-11Make IEEEFloat::roundToIntegral more standard conformantSerge Pavlov1-9/+53
2020-03-06[APFloat] Make use of new overloaded comparison operators. NFC.Jay Foad1-1/+1
2020-02-12[APFloat] Fix FP remainder operationEhud Katz1-21/+127
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-1/+1
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-1/+1
2020-01-21[APFloat] Add support for operations on Signaling NaNEhud Katz1-32/+43
2020-01-21[APFloat] Extend conversion from special stringsEhud Katz1-9/+55
2020-01-09[APFloat] Fix checked error assert failuresEhud Katz1-3/+2
2020-01-07[APFloat] Fix out of scope usage of a pointer to local variableEhud Katz1-3/+7
2020-01-07[APFloat] Fix fusedMultiplyAdd when `this` equals to `Addend`Ehud Katz1-9/+12
2020-01-06[APFloat] Fix compilation warningsEhud Katz1-1/+3
2020-01-06[APFloat] Add recoverable string parsing errors to APFloatEhud Katz1-58/+95
2019-11-22[APFloat] Fix subtraction of subnormal numbersEhud Katz1-7/+4
2019-06-15[clang] Add storage for APValue in ConstantExprGauthier Harnisch1-0/+36
2019-06-07[APFloat] APFloat::Storage::Storage - refix use after moveNick Desaulniers1-1/+2
2019-05-15Revert rL360675 : [APFloat] APFloat::Storage::Storage - fix use after moveSimon Pilgrim1-3/+3
2019-05-14[APFloat] APFloat::Storage::Storage - fix use after moveSimon Pilgrim1-3/+3
2019-03-28[MC] Fix floating-point literal lexing.Eli Friedman1-1/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-07-30Remove trailing spaceFangrui Song1-1/+1
2018-05-11[APFloat] Set losesInfo on no-op convertSven van Haastregt1-1/+3
2018-05-09APFloat/x87: Fix string conversion for "unnormal" values (pr35860)Pavel Labath1-4/+6
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-0/+1
2017-12-19Fix APFloat from string conversion for InfSerguei Katkov1-2/+2
2017-11-01Fix APFloat mod signSerguei Katkov1-0/+3
2017-10-19Revert rL316156 due to failure on APFloatTest.fromToStringSpecialsMax Kazantsev1-2/+2
2017-10-19Fix APFloat from string conversion for InfSerguei Katkov1-2/+2
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman1-1/+1
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton1-1/+1
2017-08-21[APFloat] Fix IsInteger() for DoubleAPFloat.Davide Italiano1-4/+1
2017-06-18[APFloat] Move the integerPartWidth constant into APFloatBase. Remove integer...Craig Topper1-37/+30
2017-05-30Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova1-0/+2
2017-04-21[AsmWriter/APFloat] FP constant printing: Avoid usage of locale dependent snp...Serguei Katkov1-8/+23
2017-04-18[APInt] Use lshrInPlace to replace lshr where possibleCraig Topper1-1/+1
2017-04-02[APInt] Add a public typedef for the internal type of APInt use it instead of...Craig Topper1-0/+4
2017-03-31Fix APFloat mod (committing for simonbyrne)Stephen Canon1-33/+9
2017-03-20Use MutableArrayRef for APFloat::convertToIntegerSimon Pilgrim1-29/+34
2017-03-20Strip trailing whitespaceSimon Pilgrim1-5/+5
2017-01-28Cleanup dump() functions.Matthias Braun1-1/+3
2017-01-27[APFloat] Reduce some dispatch boilerplates. NFC.Tim Shen1-5/+12
2017-01-26[APFloat] Fix comments. NFC.Tim Shen1-28/+30
2017-01-24[APFloat] Add PPCDoubleDouble multiplicationTim Shen1-6/+83
2017-01-23[APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble) layout to (IEEEdouble...Tim Shen1-79/+320
2017-01-03[ADT] APFloatBase: Prevent collapsing semPPCDoubleDouble and semBogusMichal Gorny1-2/+6
2016-12-21[APFloat] Remove 'else' after return. NFCTim Shen1-13/+15
2016-12-14Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann1-84/+106
2016-12-12[APFloat] Implement PPCDoubleDouble add and subtract.Tim Shen1-3/+207
2016-11-08Fix memory leaks (coverity issues 1365586 & 1365591)Sylvestre Ledru1-2/+6
2016-11-06[APFloat] Make functions that produce APFloaat objects use correct semantics.Tim Shen1-19/+37
2016-10-29[APFloat] Remove the redundent function body of uninitialized ctor, which sho...Tim Shen1-4/+1