Skip to content
Snippets Groups Projects
Commit cb6592cf authored by Matt Arsenault's avatar Matt Arsenault
Browse files

Add some 5.0 release notes

Note speculatable and alloca address space change.

llvm-svn: 308482
parent 03601601
No related merge requests found
......@@ -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
-----------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment