[PATCH] D35382: Add some 5.0 release notes

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 13:25:32 PDT 2017


arsenm created this revision.
Herald added a subscriber: wdng.

https://reviews.llvm.org/D35382

Files:
  docs/ReleaseNotes.rst


Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -71,6 +71,12 @@
 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 is has no
+  side-effects which inhibit hoisting of calls.
+
 Changes to the ARM Backend
 --------------------------
 
@@ -96,7 +102,7 @@
 Changes to the AMDGPU Target
 -----------------------------
 
- During this release ...
+* Initial gfx9 support
 
 Changes to the AVR Target
 -----------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35382.106508.patch
Type: text/x-patch
Size: 719 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170713/b3282efa/attachment.bin>


More information about the llvm-commits mailing list