summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/APFloat.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-2/+2
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-2/+2
* Fix -Wpessimizing-move warnings by removing std::move calls.Richard Trieu2015-04-301-2/+2
* Silencing some MSVC warnings "C4805: '^' : unsafe mix of type 'bool' and type...Aaron Ballman2015-03-241-1/+1
* Refactor: Simplify boolean expressions in llvm SupportDavid Blaikie2015-03-231-1/+1
* Simplify expressions involving boolean constants with clang-tidyDavid Blaikie2015-03-091-2/+2
* [APFloat][ADT] Fix sign handling logic for FMA results that truncate to zero.Lang Hames2015-01-041-1/+1
* [ADT] Fix PR20728 - Incorrect APFloat::fusedMultiplyAdd results for x86_fp80.Lang Hames2014-11-191-12/+24
* Revert "r216914 - Revert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'"Hal Finkel2014-10-141-2/+2
* Modernize old-style static asserts. NFC.Benjamin Kramer2014-10-121-2/+1
* [ADT] Add the scalbn function for APFloat.Chandler Carruth2014-10-101-0/+17
* Check whether the iterator p == the end iterator before trying to dereference...Nick Lewycky2014-09-061-3/+3
* Fix right shift by 64 bits detected on CXX/lex/lex.literal/lex.ext/p4.cppAlexey Samsonov2014-09-061-1/+3
* Revert: [APFloat] Fixed a bug in method 'fusedMultiplyAdd'.Andrea Di Biagio2014-09-021-1/+1
* [APFloat] Fixed a bug in method 'fusedMultiplyAdd'.Andrea Di Biagio2014-09-021-1/+1
* Revert "Support/APFloat: unique_ptr-ify temp arrays"Dylan Noblesmith2014-08-261-8/+11
* Support/APFloat: unique_ptr-ify temp arraysDylan Noblesmith2014-08-251-11/+8
* APFloat: x - NaN needs to flip the signbit of NaN when x is a number.Stephen Canon2014-06-081-1/+3
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-151-6/+6
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-071-3/+3
* APFloat: Add a move ctor and operator=Benjamin Kramer2014-03-041-0/+18
* Fix known typosAlp Toker2014-01-241-1/+1
* Correct word hyphenationsAlp Toker2013-12-051-1/+1
* Change default # of digits for APFloat::toStringEli Friedman2013-08-291-5/+8
* Revert r189442 "Change default # of digits for APFloat::toString"Ted Kremenek2013-08-281-8/+5
* Change default # of digits for APFloat::toStringEli Friedman2013-08-281-5/+8
* [APFloat] Make all arithmetic operations with NaN produce positive NaNs.Michael Gottesman2013-07-271-7/+10
OpenPOWER on IntegriCloud