[PATCH] D43082: [ReleaseNotes] Add SystemZ target section
Ulrich Weigand via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 8 11:00:46 PST 2018
uweigand created this revision.
uweigand added a reviewer: hans.
Herald added a subscriber: llvm-commits.
This adds a section describing the user-visible changes in LLVM 6.0 related to the SystemZ target.
Repository:
rL LLVM
https://reviews.llvm.org/D43082
Files:
docs/ReleaseNotes.rst
Index: docs/ReleaseNotes.rst
===================================================================
--- docs/ReleaseNotes.rst
+++ docs/ReleaseNotes.rst
@@ -120,6 +120,15 @@
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
-------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43082.133450.patch
Type: text/x-patch
Size: 486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180208/71c26a57/attachment.bin>
More information about the llvm-commits
mailing list