summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/APFloat.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* [APFloat] Move setting fcNormal in zeroSignificand() to calling code.Michael Gottesman2013-07-271-2/+4
* Handle '.' correctly in hex float literal parsing.Eli Friedman2013-07-171-30/+20
* [APFloat] PR16573: Avoid losing mantissa bits in ppc_fp128 to double truncationUlrich Weigand2013-07-161-0/+17
* [APFloat] Swap an early out check so we do not dereference str.end().Michael Gottesman2013-07-021-1/+1
* [APFloat] Ensure that we can properly parse strings that do not have null ter...Michael Gottesman2013-07-011-1/+8
* Revert "Revert "[APFloat] Removed APFloat constructor which initialized to ei...Michael Gottesman2013-06-271-15/+5
* Revert "[APFloat] Removed APFloat constructor which initialized to either zer...Michael Gottesman2013-06-271-5/+15
* [APFloat] Removed APFloat constructor which initialized to either zero/NaN bu...Michael Gottesman2013-06-271-15/+5
* [APFloat] Convert all references to fcNormal to references to isFiniteNonZero().Michael Gottesman2013-06-261-30/+30
* [APFloat] Added support for parsing float strings which contain {inf,-inf,NaN...Michael Gottesman2013-06-241-0/+29
* [APFloat] Added make{Zero,Inf} methods and implemented get{Zero,Inf} on top o...Michael Gottesman2013-06-241-0/+16
* [APFloat] Removed a assert from significandParts() which says that one can on...Michael Gottesman2013-06-241-2/+0
* [APFloat] Rename macro convolve => PackCategoriesIntoKey so that it is clear ...Michael Gottesman2013-06-241-86/+92
* [APFloat] Rename llvm::exponent_t => llvm::APFloat::ExponentType.Michael Gottesman2013-06-241-5/+5
* [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...Michael Gottesman2013-06-191-3/+3
* Fixed comment typo that causes the given comment to actually make sense.Michael Gottesman2013-06-191-1/+1
* Introduce needsCleanup() for APFloat and APInt.Manuel Klimek2013-06-031-1/+1
* APFloat: Use isDenormal instead of hand-rolled code to check for denormals.Benjamin Kramer2013-06-011-1/+1
* Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...Michael Gottesman2013-05-301-20/+228
* Fix a bug that APFloat::fusedMultiplyAdd() mistakenly evaluate "14.5f * -14.5...Shuxin Yang2013-05-131-2/+27
* Fix AsmPrinter crashes with assertion. Bug 15318 in BugzillaHao Liu2013-03-201-4/+2
* APFloat: Make sure that we get a well-formed x87 NaN when converting from a s...Benjamin Kramer2013-01-251-0/+6
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-221-16/+32
* Add llvm::hexDigitValue to convert single characters to hex.Jordan Rose2013-01-181-20/+1
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-131-1/+1
* Implement APFloat::isDenormal()Shuxin Yang2013-01-071-0/+7
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Fix a bug in APFloat.cpp: declare APFloat after fltSemantics itAlexey Samsonov2012-11-301-1/+3
* Drop the limitation to IEEE floating point types from the fdiv of pow2 -> fmu...Benjamin Kramer2012-11-081-5/+0
* APFloat cleanup: Remove now unused "arithmeticOK" logic.Ulrich Weigand2012-10-291-42/+8
* APFloat cleanup: Remove now unused fields "sign2" and "exponent2".Ulrich Weigand2012-10-291-21/+9
OpenPOWER on IntegriCloud