aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/APFloat.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-28[APFloat] Fix memory bugs revealed by MSanTim Shen1-3/+8
2016-10-27Reapply r285351 "[APFloat] Add DoubleAPFloat mode to APFloat. NFC." withTim Shen1-59/+115
2016-10-27Revert "[APFloat] Add DoubleAPFloat mode to APFloat. NFC."Tim Shen1-115/+59
2016-10-27[APFloat] Add DoubleAPFloat mode to APFloat. NFC.Tim Shen1-59/+115
2016-10-25[APFloat] Make APFloat an interface class to the internal IEEEFloat. NFC.Tim Shen1-372/+244
2016-04-16Remove some unneeded headers and replace some headers with forward class decl...Mehdi Amini1-0/+1
2016-04-05Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith1-44/+30
2016-04-05Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko1-30/+44
2016-03-23APFloat: Fix signalling nans for scalbnMatt Arsenault1-0/+2
2016-03-21APFloat: Add frexpMatt Arsenault1-1/+25
2016-03-13APFloat: Fix ilogb for denormalsMatt Arsenault1-0/+18
2016-03-13APFloat: Fix scalbn handling of denormalsMatt Arsenault1-12/+14
2016-02-18Remove uses of builtin comma operator.Richard Trieu1-1/+3