[llvm-branch-commits] [llvm-branch] r324726 - [ReleaseNotes] Add SystemZ target section
Ulrich Weigand via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Feb 9 02:28:28 PST 2018
Author: uweigand
Date: Fri Feb 9 02:28:27 2018
New Revision: 324726
URL: http://llvm.org/viewvc/llvm-project?rev=324726&view=rev
Log:
[ReleaseNotes] Add SystemZ target section
Modified:
llvm/branches/release_60/docs/ReleaseNotes.rst
Modified: llvm/branches/release_60/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_60/docs/ReleaseNotes.rst?rev=324726&r1=324725&r2=324726&view=diff
==============================================================================
--- llvm/branches/release_60/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_60/docs/ReleaseNotes.rst Fri Feb 9 02:28:27 2018
@@ -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
-------------------------
More information about the llvm-branch-commits
mailing list