projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6e7dae
)
Add a release note for removing the simplify-libcalls pass.
author
Meador Inge
<meadori@codesourcery.com>
Fri, 21 Jun 2013 03:08:23 +0000
(
03:08
+0000)
committer
Meador Inge
<meadori@codesourcery.com>
Fri, 21 Jun 2013 03:08:23 +0000
(
03:08
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184522
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/ReleaseNotes.rst
patch
|
blob
|
history
diff --git
a/docs/ReleaseNotes.rst
b/docs/ReleaseNotes.rst
index a12aaa29fc4b3682d654b98255456769b46d3b10..88c1c05e1affe459c021c8168410abe714395d72 100644
(file)
--- a/
docs/ReleaseNotes.rst
+++ b/
docs/ReleaseNotes.rst
@@
-50,6
+50,10
@@
Non-comprehensive list of changes in this release
APFloat::isIEEENormal() was renamed to APFloat::isNormal(). This ensures that
APFloat::isNormal() conforms to IEEE-754R-2008.
+* The library call simplification pass has been removed. Its functionality
+ has been integrated into the instruction combiner and function attribute
+ marking passes.
+
* ... next change ...
.. NOTE