summaryrefslogtreecommitdiff
path: root/include/llvm/ADT/APFloat.h
Commit message (Expand)AuthorAge
* 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
* Add support for letting the client choose different flavors of NaNs. Testcas...Mike Stump2009-05-30
* Make special cases (0 inf nan) work for frem.Dale Johannesen2009-01-21
* Add an IEEE remainder function, which is notDale Johannesen2009-01-20
* Removed trailing whitespace.Misha Brukman2009-01-09
* Add a "loses information" return value to APFloat::convertDale Johannesen2008-10-09
* Rename APFloat::convertToAPInt to bitcastToAPInt toDale Johannesen2008-10-09
* add convenience 'constructors'Chris Lattner2008-06-30
* add a predicate.Chris Lattner2008-06-01
* Add a method to APFloat to convert directly from APInt.Dan Gohman2008-02-29
* DetabifyBill Wendling2008-02-26
* Added "Profile" method to APFloat for use with FoldingSet.Ted Kremenek2008-02-11
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* remove dead #include.Chris Lattner2007-12-08
* remove dead #include, APInt.h already has the needed forward decls.Chris Lattner2007-12-08
* Implemented generic serialization of APFloat.Ted Kremenek2007-11-07
* When converting to integer, do bit manipulations in the destinationNeil Booth2007-11-01
* add a nice predicate to check to see if nanChris Lattner2007-10-24
* Consolidate logic for creating NaNs. Silence compiler warning.Neil Booth2007-10-14
* Implement correctly-rounded decimal->binary conversion, i.e. conversionNeil Booth2007-10-12
* Next PPC long double bits. First cut at constants.Dale Johannesen2007-10-11
* Add back convertFromSignExtendedInteger.Neil Booth2007-10-07
* Reimplement convertFromUnsignedInteger so it is passed a const bignum.Neil Booth2007-10-07