summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/APFloat.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; othe...Eugene Zelenko2016-04-051-30/+44
* APFloat: Fix signalling nans for scalbnMatt Arsenault2016-03-231-0/+2
* APFloat: Add frexpMatt Arsenault2016-03-211-1/+25
* APFloat: Fix ilogb for denormalsMatt Arsenault2016-03-131-0/+18
* APFloat: Fix scalbn handling of denormalsMatt Arsenault2016-03-131-12/+14
* Remove uses of builtin comma operator.Richard Trieu2016-02-181-1/+3
* Add isInteger() to APFloat.Stephen Canon2015-11-161-0/+9
* Remove roundingMode argument in APFloat::modStephen Canon2015-09-211-3/+3
* Expose more properties of llvm::fltSemanticsJF Bastien2015-08-261-0/+15
* [APFloat] Remove else after return and replace loop with std::equal. NFC.Benjamin Kramer2015-08-211-11/+5
* Add getSizeInBits function to the APFloat classTamas Berghammer2015-07-091-8/+15
OpenPOWER on IntegriCloud