summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/APFloat.cpp
Commit message (Expand)AuthorAgeFilesLines
* [APFloat] Fix checked error assert failuresEhud Katz2020-01-091-3/+2
* [APFloat] Fix out of scope usage of a pointer to local variableEhud Katz2020-01-071-3/+7
* [APFloat] Fix fusedMultiplyAdd when `this` equals to `Addend`Ehud Katz2020-01-071-9/+12
* [APFloat] Fix compilation warningsEhud Katz2020-01-061-1/+3
* [APFloat] Add recoverable string parsing errors to APFloatEhud Katz2020-01-061-58/+95
* [APFloat] Fix subtraction of subnormal numbersEhud Katz2019-11-221-7/+4
* [clang] Add storage for APValue in ConstantExprGauthier Harnisch2019-06-151-0/+36
* [APFloat] APFloat::Storage::Storage - refix use after moveNick Desaulniers2019-06-071-1/+2
* Revert rL360675 : [APFloat] APFloat::Storage::Storage - fix use after moveSimon Pilgrim2019-05-151-3/+3
* [APFloat] APFloat::Storage::Storage - fix use after moveSimon Pilgrim2019-05-141-3/+3
* [MC] Fix floating-point literal lexing.Eli Friedman2019-03-281-1/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [APFloat] Set losesInfo on no-op convertSven van Haastregt2018-05-111-1/+3
* APFloat/x87: Fix string conversion for "unnormal" values (pr35860)Pavel Labath2018-05-091-4/+6
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* Fix APFloat from string conversion for InfSerguei Katkov2017-12-191-2/+2
* Fix APFloat mod signSerguei Katkov2017-11-011-0/+3
* Revert rL316156 due to failure on APFloatTest.fromToStringSpecialsMax Kazantsev2017-10-191-2/+2
* Fix APFloat from string conversion for InfSerguei Katkov2017-10-191-2/+2
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* [APFloat] Fix IsInteger() for DoubleAPFloat.Davide Italiano2017-08-211-4/+1
* [APFloat] Move the integerPartWidth constant into APFloatBase. Remove integer...Craig Topper2017-06-181-37/+30
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-05-301-0/+2
* [AsmWriter/APFloat] FP constant printing: Avoid usage of locale dependent snp...Serguei Katkov2017-04-211-8/+23
* [APInt] Use lshrInPlace to replace lshr where possibleCraig Topper2017-04-181-1/+1
* [APInt] Add a public typedef for the internal type of APInt use it instead of...Craig Topper2017-04-021-0/+4
* Fix APFloat mod (committing for simonbyrne)Stephen Canon2017-03-311-33/+9
* Use MutableArrayRef for APFloat::convertToIntegerSimon Pilgrim2017-03-201-29/+34
* Strip trailing whitespaceSimon Pilgrim2017-03-201-5/+5
* Cleanup dump() functions.Matthias Braun2017-01-281-1/+3
* [APFloat] Reduce some dispatch boilerplates. NFC.Tim Shen2017-01-271-5/+12
* [APFloat] Fix comments. NFC.Tim Shen2017-01-261-28/+30
* [APFloat] Add PPCDoubleDouble multiplicationTim Shen2017-01-241-6/+83
* [APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble) layout to (IEEEdouble...Tim Shen2017-01-231-79/+320
* [ADT] APFloatBase: Prevent collapsing semPPCDoubleDouble and semBogusMichal Gorny2017-01-031-2/+6
* [APFloat] Remove 'else' after return. NFCTim Shen2016-12-211-13/+15
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-84/+106
* [APFloat] Implement PPCDoubleDouble add and subtract.Tim Shen2016-12-121-3/+207
* Fix memory leaks (coverity issues 1365586 & 1365591)Sylvestre Ledru2016-11-081-2/+6
* [APFloat] Make functions that produce APFloaat objects use correct semantics.Tim Shen2016-11-061-19/+37
* [APFloat] Remove the redundent function body of uninitialized ctor, which sho...Tim Shen2016-10-291-4/+1
* [APFloat] Fix memory bugs revealed by MSanTim Shen2016-10-281-3/+8
* Reapply r285351 "[APFloat] Add DoubleAPFloat mode to APFloat. NFC." withTim Shen2016-10-271-59/+115
* Revert "[APFloat] Add DoubleAPFloat mode to APFloat. NFC."Tim Shen2016-10-271-115/+59
* [APFloat] Add DoubleAPFloat mode to APFloat. NFC.Tim Shen2016-10-271-59/+115
* [APFloat] Make APFloat an interface class to the internal IEEEFloat. NFC.Tim Shen2016-10-251-372/+244
* Remove some unneeded headers and replace some headers with forward class decl...Mehdi Amini2016-04-161-0/+1
* Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining fil...Duncan P. N. Exon Smith2016-04-051-44/+30
OpenPOWER on IntegriCloud