summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2018-02-09 10:28:27 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2018-02-09 10:28:27 +0000
commitde7871dcb327f91569aaf5eb9d2820f86b7ae7c7 (patch)
treeef8c4e1a09e81c4f68422c5c7fb72d6dd2fe13f4 /docs
parent79e89d39eafeccd3987c93a49015bf280168176d (diff)
[ReleaseNotes] Add SystemZ target section
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@324726 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index a29dfb7650a..949ec85c270 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -120,6 +120,15 @@ Changes to the PowerPC Target
During this release ...
+Changes to the SystemZ Target
+-----------------------------
+
+During this release the SystemZ target has:
+
+* Added support for 128-bit atomic operations.
+
+* Added support for the "o" constraint for inline asm statements.
+
Changes to the X86 Target
-------------------------