Skip to content

Commit

Permalink
Add some release notes for 9.0 release
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366093 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
arsenm committed Jul 15, 2019
1 parent 73e6df3 commit 260d1e9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ Changes to the LLVM IR
pointee type. In the next release we intend to make this parameter
mandatory in preparation for opaque pointer types.

* ``atomicrmw xchg`` now allows floating point types

* ``atomicrmw`` now supports ``fadd`` and ``fsub``

Changes to building LLVM
------------------------

Expand Down Expand Up @@ -107,7 +111,13 @@ Changes to the X86 Target
Changes to the AMDGPU Target
-----------------------------

During this release ...
* Function call support is now enabled by default

* Improved support for 96-bit loads and stores

* DPP combiner pass is now enabled by default

* Support for gfx10

Changes to the AVR Target
-----------------------------
Expand Down

0 comments on commit 260d1e9

Please sign in to comment.