From 260d1e96f9cc90a6b2cef28c317f0213cdd898c0 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Mon, 15 Jul 2019 17:50:28 +0000 Subject: [PATCH] Add some release notes for 9.0 release git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366093 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index c3ce86bf615..ebf2c8db7ba 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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 ------------------------ @@ -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 ----------------------------- -- 2.40.0