[llvm] r366093 - Add some release notes for 9.0 release

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 10:50:28 PDT 2019


Author: arsenm
Date: Mon Jul 15 10:50:28 2019
New Revision: 366093

URL: http://llvm.org/viewvc/llvm-project?rev=366093&view=rev
Log:
Add some release notes for 9.0 release

Modified:
    llvm/trunk/docs/ReleaseNotes.rst

Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=366093&r1=366092&r2=366093&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Mon Jul 15 10:50:28 2019
@@ -76,6 +76,10 @@ Changes to the LLVM IR
   pointee type. In the next release we intend to make this parameter
   mandatory in preparation for opaque pointer types.
 
+* ``atomicrmw xchg`` now allows floating point types
+
+* ``atomicrmw`` now supports ``fadd`` and ``fsub``
+
 Changes to building LLVM
 ------------------------
 
@@ -107,7 +111,13 @@ Changes to the X86 Target
 Changes to the AMDGPU Target
 -----------------------------
 
- During this release ...
+* Function call support is now enabled by default
+
+* Improved support for 96-bit loads and stores
+
+* DPP combiner pass is now enabled by default
+
+* Support for gfx10
 
 Changes to the AVR Target
 -----------------------------




More information about the llvm-commits mailing list