]> granicus.if.org Git - llvm/commitdiff
ReleaseNotes: SystemZ, by Ulrich Weigand.
authorHans Wennborg <hans@hanshq.net>
Tue, 12 Mar 2019 12:52:54 +0000 (12:52 +0000)
committerHans Wennborg <hans@hanshq.net>
Tue, 12 Mar 2019 12:52:54 +0000 (12:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_80@355916 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 70d31a625abbc9994f07d988b0f69e4d2069e7ae..26b0d9d91b64058e6c2b4672245ec1c38e50e9fa 100644 (file)
@@ -173,6 +173,26 @@ Changes to the PowerPC Target
 * Enabled llvm-exegesis latency mode for PPC
 
 
+Changes to the SystemZ Target
+-----------------------------
+
+* A number of bugs related to C/C++ language vector extension support were
+  fixed: the ``-mzvector`` option now actually enables the ``__vector`` and
+  ``__bool`` keywords, the ``vec_step`` intrinsic now works, and the
+  ``vec_insert_and_zero`` and ``vec_orc`` intrinsics now generate correct code.
+
+* The ``__float128`` keyword, which had been accidentally enabled in some
+  earlier releases, is now no longer supported.  On SystemZ, the ``long double``
+  data type itself already uses the IEEE 128-bit floating-point format.
+
+* When the compiler inlines ``strcmp`` or ``memcmp``, the generated code no
+  longer returns ``INT_MIN`` as the negative result value under any
+  circumstances.
+
+* Various code-gen improvements, in particular related to improved
+  auto-vectorization, inlining, and instruction scheduling.
+
+
 Changes to the X86 Target
 -------------------------