summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/APFloat.h
Commit message (Expand)AuthorAge
* APFloat: Add a move ctor and operator=Benjamin Kramer2014-03-04
* Fix file header for APFloat.hDuncan P. N. Exon Smith2014-01-31
* [APFloat] Removed nextafter from missing operations since it is implemented i...Michael Gottesman2013-07-27
* Revert "Revert "[APFloat] Removed APFloat constructor which initialized to ei...Michael Gottesman2013-06-27
* Revert "[APFloat] Removed APFloat constructor which initialized to either zer...Michael Gottesman2013-06-27
* [APFloat] Removed APFloat constructor which initialized to either zero/NaN bu...Michael Gottesman2013-06-27
* [APFloat] Added support for parsing float strings which contain {inf,-inf,NaN...Michael Gottesman2013-06-24
* [APFloat] Added make{Zero,Inf} methods and implemented get{Zero,Inf} on top o...Michael Gottesman2013-06-24
* [APFloat] Removed out of date comment from isNormal().Michael Gottesman2013-06-24
* [APFloat] Rename llvm::exponent_t => llvm::APFloat::ExponentType.Michael Gottesman2013-06-24
* [APFloat] Added missing doxygen module closing statement.Michael Gottesman2013-06-21
* [APFloat] Rename isIEEENormal => isNormal and remove old isNormal method.Michael Gottesman2013-06-20
* [APFloat] Converted all references to APFloat::isNormal => APFloat::isFiniteN...Michael Gottesman2013-06-19
* [APFloat] Added isFiniteNonZero predicate.Michael Gottesman2013-06-19
* [APFloat] Expose isSmallest/isLargest as public methods.Michael Gottesman2013-06-19
* IEEE-754R 5.7.2 General Operations is* operations (except for isCanonical).Michael Gottesman2013-06-04
* Introduce needsCleanup() for APFloat and APInt.Manuel Klimek2013-06-03
* Removed a comment above an include which is unnecessary and added a missing c...Michael Gottesman2013-06-01
* Added method comments for getZero,getInf.Michael Gottesman2013-06-01
* Updated APFloat's comments to fit the LLVM style guide.Michael Gottesman2013-06-01
* Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the functi...Michael Gottesman2013-05-30
* clang formatted APFloat.hMichael Gottesman2013-05-24
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-18
* Make APFloat constructor require explicit semantics.Tim Northover2013-01-22
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Implement APFloat::isDenormal()Shuxin Yang2013-01-07
* Add extra declarations of hash_value needed to build llvm with xlc 12.1.Rafael Espindola2012-10-31
* APFloat cleanup: Remove now unused fields "sign2" and "exponent2".Ulrich Weigand2012-10-29
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Add a roundToIntegral method to APFloat, which can be parameterized over vari...Owen Anderson2012-08-13
* Express the number of ULPs in fpaccuracy metadata as a real rather than aDuncan Sands2012-04-10
* Replace the hashing functions on APInt and APFloat with overloads of theChandler Carruth2012-03-04
* Add an APFloat::convertToInt(APSInt) function that automatically manages theJeffrey Yasskin2011-07-15
* Add APFloat::getExactInverse.Benjamin Kramer2011-03-30
* Enhance constant folding of bitcast operations on vectors of floats.Nadav Rotem2011-02-17
* Don't pass StringRef by reference.Benjamin Kramer2010-07-14
* make APFloat::toString be const.Chris Lattner2010-03-06
* Teach APFloat how to create both QNaNs and SNaNs and with arbitrary-widthJohn McCall2010-02-28
* Implement support for converting to string at "natural precision", and fix someJohn McCall2009-12-24
* Add accessors for the largest-magnitude, smallest-magnitude, andJohn McCall2009-12-24
* Remove getIEEEFloatParts and getIEEEDoubleParts. They are not needed.Evan Cheng2009-10-28
* Add new APFloat methods that return sign, exp, and mantissa of ieee float and...Evan Cheng2009-10-27
* Add half precision floating point support (float16) to APFloat,Chris Lattner2009-10-16
* add a version of the APFloat constructor that initializes to 0.0Chris Lattner2009-09-17
* Implement APInt <-> APFloat conversion for IEEE 128-bit floats.Anton Korobeynikov2009-08-21
* Make a declaration consistent with its definition.Oscar Fuentes2009-08-17
* Modify APFloat to take a StringRef instead of a c string.Erick Tryzelaar2009-08-16
* Dcoument that the opauque value used to construct QNaNs is truncatedMike Stump2009-06-01
* Add some documentation.Mike Stump2009-05-30