Skip to content

Commit 1e1c520

Browse files
committed
[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
1 parent dccd061 commit 1e1c520

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,20 @@ Changes to the WebAssembly Backend
227227

228228
* ...
229229

230+
Changes to the SystemZ Backend
231+
------------------------------
232+
233+
* Support z16 processor name.
234+
* Machine scheduler description for z16.
235+
* Add support for inline assembly address operands ("p") as well as for SystemZ
236+
specific address operands ("ZQ", "ZR", "ZS" and "ZT").
237+
* Efficient handling of small memcpy/memset operations up to 32 bytes.
238+
* Tuning of the inliner.
239+
* Fixing emission of library calls so that narrow integer arguments are sign or
240+
zero extended per the SystemZ ABI.
241+
* Support added for libunwind.
242+
* Various minor improvements and bugfixes.
243+
230244
Changes to the X86 Backend
231245
--------------------------
232246

0 commit comments

Comments
 (0)