summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-06-20 18:47:51 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-06-20 18:47:51 +0000
commit51d1bda39b8f8145ef0e9aa98fdfc1752cce95ec (patch)
treeb8c74dc626fa99522ef3fb252f6e81af3ad203a8 /docs/ReleaseNotes.rst
parent29c17db6508eec1c7c9fb23f3ce863d5ed9bef0e (diff)
downloadllvm-51d1bda39b8f8145ef0e9aa98fdfc1752cce95ec.tar.gz
llvm-51d1bda39b8f8145ef0e9aa98fdfc1752cce95ec.tar.bz2
llvm-51d1bda39b8f8145ef0e9aa98fdfc1752cce95ec.tar.xz
[ReleaseNotes] Added bullet point stating that APFloat::isNormal() is now IEEE 754R-2008 compliant and that the relevant method renaming occurred.
For more information see r184449, r184350, r184356, r184366. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184452 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index ba235438ea..a12aaa29fc 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -46,6 +46,10 @@ Non-comprehensive list of changes in this release
* The R600 backend is not marked experimental anymore and is built by default.
+* APFloat::isNormal() was renamed to APFloat::isFiniteNonZero() and
+ APFloat::isIEEENormal() was renamed to APFloat::isNormal(). This ensures that
+ APFloat::isNormal() conforms to IEEE-754R-2008.
+
* ... next change ...
.. NOTE