[llvm-branch-commits] [llvm-branch] r308482 - Add some 5.0 release notes

Matt Arsenault via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Jul 19 07:56:08 PDT 2017


Author: arsenm
Date: Wed Jul 19 07:56:08 2017
New Revision: 308482

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

Note speculatable and alloca address space change.

Modified:
    llvm/branches/release_50/docs/ReleaseNotes.rst

Modified: llvm/branches/release_50/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_50/docs/ReleaseNotes.rst?rev=308482&r1=308481&r2=308482&view=diff
==============================================================================
--- llvm/branches/release_50/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_50/docs/ReleaseNotes.rst Wed Jul 19 07:56:08 2017
@@ -71,6 +71,12 @@ Non-comprehensive list of changes in thi
 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
 -----------------------------




More information about the llvm-branch-commits mailing list