Add some 5.0 release notes
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 19 Jul 2017 14:56:08 +0000 (14:56 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 19 Jul 2017 14:56:08 +0000 (14:56 +0000)
Note speculatable and alloca address space change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_50@308482 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index ddb31acfd0299f344d4d39d65b69b0f9f678209e..45f210642eb54c88edf68baa8d345f8b5f34870b 100644 (file)
@@ -71,6 +71,12 @@ Non-comprehensive list of changes in this release
 Changes to the LLVM IR
 ----------------------
 
+* The datalayout string may now indicate an address space to use for
+the pointer type of alloca rather than the default of 0.
+
+* Added speculatable attribute indicating a function which does has no
+  side-effects which could inhibit hoisting of calls.
+
 Changes to the ARM Backend
 --------------------------
 
@@ -96,7 +102,7 @@ Changes to the X86 Target
 Changes to the AMDGPU Target
 -----------------------------
 
- During this release ...
+* Initial gfx9 support
 
 Changes to the AVR Target
 -----------------------------