summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2022-10-24 14:48:32 -0700
committerTom Stellard <tstellar@redhat.com>2022-10-24 14:48:32 -0700
commit1e1c5204c25914951fbda55af5593056586e6b6f (patch)
treef41f7528b95e5d9bff60ad1f0f9bfb4e49dbee1c
parentdccd0613025a6284e2a2296a56099b00a9dadcfe (diff)
downloadllvm-1e1c5204c25914951fbda55af5593056586e6b6f.tar.gz
[SystemZ] Relase notes for LLVM 15
Unfortunately these notes were compiled until now, but these are the release notes for SystemZ. (Did not find anything under clang) @tstellar Should I push this patch onto release/15.x once approved, or will you apply it? Differential Revision: https://reviews.llvm.org/D134430
-rw-r--r--llvm/docs/ReleaseNotes.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 9324d26cbdd8..0660bc134652 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -227,6 +227,20 @@ Changes to the WebAssembly Backend
* ...
+Changes to the SystemZ Backend
+------------------------------
+
+* Support z16 processor name.
+* Machine scheduler description for z16.
+* Add support for inline assembly address operands ("p") as well as for SystemZ
+ specific address operands ("ZQ", "ZR", "ZS" and "ZT").
+* Efficient handling of small memcpy/memset operations up to 32 bytes.
+* Tuning of the inliner.
+* Fixing emission of library calls so that narrow integer arguments are sign or
+ zero extended per the SystemZ ABI.
+* Support added for libunwind.
+* Various minor improvements and bugfixes.
+
Changes to the X86 Backend
--------------------------