aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/APFloat.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-6/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+101
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+5
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+3
* [APFloat] Removed nextafter from missing operations since it is implemented i...Michael Gottesman2013-07-271-1/+1
* Revert "Revert "[APFloat] Removed APFloat constructor which initialized to ei...Michael Gottesman2013-06-271-1/+0
* Revert "[APFloat] Removed APFloat constructor which initialized to either zer...Michael Gottesman2013-06-271-0/+1
* [APFloat] Removed APFloat constructor which initialized to either zero/NaN bu...Michael Gottesman2013-06-271-1/+0
* [APFloat] Added support for parsing float strings which contain {inf,-inf,NaN...Michael Gottesman2013-06-241-0/+1
* [APFloat] Added make{Zero,Inf} methods and implemented get{Zero,Inf} on top o...Michael Gottesman2013-06-241-2/+8
* [APFloat] Removed out of date comment from isNormal().Michael Gottesman2013-06-241-3/+0
* [APFloat] Rename llvm::exponent_t => llvm::APFloat::ExponentType.Michael Gottesman2013-06-241-4/+4
* [APFloat] Added missing doxygen module closing statement.Michael Gottesman2013-06-211-0/+2
* [APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.Michael Gottesman2013-06-201-2/+1
* [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...Michael Gottesman2013-06-191-1/+1
* [APFloat] Added isFiniteNonZero predicate.Michael Gottesman2013-06-191-0/+1
* [APFloat] Expose isSmallest/isLargest as public methods.Michael Gottesman2013-06-191-12/+8
* IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).Michael Gottesman2013-06-041-7/+42
* Introduce needsCleanup() for APFloat and APInt.Manuel Klimek2013-06-031-0/+3
* Removed a comment above an include which is unnecessary and added a missing c...Michael Gottesman2013-06-011-1/+2
* Added method comments for getZero,getInf.Michael Gottesman2013-06-011-0/+7
* Updated APFloat's comments to fit the LLVM style guide.Michael Gottesman2013-06-011-159/+202
* Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...Michael Gottesman2013-05-301-2/+31
* clang formatted APFloat.hMichael Gottesman2013-05-241-349/+344
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-181-1/+1
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-221-2/+2
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-3/+3
* Implement APFloat::isDenormal()Shuxin Yang2013-01-071-0/+1
* Add extra declarations of hash_value needed to build llvm with xlc 12.1.Rafael Espindola2012-10-311-0/+4
* APFloat cleanup: Remove now unused fields "sign2" and "exponent2".Ulrich Weigand2012-10-291-7/+0
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-4/+4
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-4/+4
* Add a roundToIntegral method to APFloat, which can be parameterized over vari...Owen Anderson2012-08-131-0/+1
* Express the number of ULPs in fpaccuracy metadata as a real rather than aDuncan Sands2012-04-101-0/+1
* Replace the hashing functions on APInt and APFloat with overloads of theChandler Carruth2012-03-041-2/+10
* Add an APFloat::convertToInt(APSInt) function that automatically manages theJeffrey Yasskin2011-07-151-0/+2
* Add APFloat::getExactInverse.Benjamin Kramer2011-03-301-0/+4
* Enhance constant folding of bitcast operations on vectors of floats.Nadav Rotem2011-02-171-0/+7
* Don't pass StringRef by reference.Benjamin Kramer2010-07-141-4/+4
* make APFloat::toString be const.Chris Lattner2010-03-061-1/+1
* Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-widthJohn McCall2010-02-281-3/+29
* Implement support for converting to string at "natural precision", and fix someJohn McCall2009-12-241-3/+4
* Add accessors for the largest-magnitude, smallest-magnitude, andJohn McCall2009-12-241-0/+44
* Remove getIEEEFloatParts and getIEEEDoubleParts. They are not needed.Evan Cheng2009-10-281-7/+0
* Add new APFloat methods that return sign, exp, and mantissa of ieee float and...Evan Cheng2009-10-271-0/+7
* Add half precision floating point support (float16) to APFloat,Chris Lattner2009-10-161-0/+3
* add a version of the APFloat constructor that initializes to 0.0Chris Lattner2009-09-171-0/+1
* Implement APInt <-> APFloat conversion for IEEE 128-bit floats.Anton Korobeynikov2009-08-211-0/+2
* Make a declaration consistent with its definition.Oscar Fuentes2009-08-171-1/+1