Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit d7a44b9

Browse files
committed
Add some 5.0 release notes
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
1 parent 4bbfc3e commit d7a44b9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/ReleaseNotes.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ Non-comprehensive list of changes in this release
7171
Changes to the LLVM IR
7272
----------------------
7373

74+
* The datalayout string may now indicate an address space to use for
75+
the pointer type of alloca rather than the default of 0.
76+
77+
* Added speculatable attribute indicating a function which does has no
78+
side-effects which could inhibit hoisting of calls.
79+
7480
Changes to the ARM Backend
7581
--------------------------
7682

@@ -96,7 +102,7 @@ Changes to the X86 Target
96102
Changes to the AMDGPU Target
97103
-----------------------------
98104

99-
During this release ...
105+
* Initial gfx9 support
100106

101107
Changes to the AVR Target
102108
-----------------------------

0 commit comments

Comments
 (0)