Skip to content

Commit a625c59

Browse files
JonPsson1xgupta
authored andcommitted
SystemZ release notes for 18.x. (llvm#84560)
1 parent bfb705e commit a625c59

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,6 +1387,11 @@ NetBSD Support
13871387

13881388
- Removed support for building NetBSD/i386 6.x or older binaries.
13891389

1390+
SystemZ Support
1391+
^^^^^^^^^^^^^^^
1392+
- Properly support 16 byte atomic int/fp types and ops. Atomic __int128 (and
1393+
long double) variables are now aligned to 16 bytes by default (like gcc 14).
1394+
13901395
WebAssembly Support
13911396
^^^^^^^^^^^^^^^^^^^
13921397

llvm/docs/ReleaseNotes.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,17 @@ Changes to the RISC-V Backend
251251
* ``-mcpu=native`` now detects available features with hwprobe (RISC-V Hardware Probing Interface) on Linux 6.4 or later.
252252
* The version of Zicfilp/Zicfiss is updated to 1.0.
253253

254+
Changes to the SystemZ Backend
255+
------------------------------
256+
257+
* Properly support 16 byte atomic int/fp types and ops.
258+
* Support i128 as legal type in VRs.
259+
* Add an i128 cost model.
260+
* Support building individual functions with backchain using the
261+
__attribute__((target("backchain"))) syntax.
262+
* Add exception handling for XPLINK.
263+
* Add support for llvm-objcopy.
264+
254265
Changes to the WebAssembly Backend
255266
----------------------------------
256267

openmp/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ from the `LLVM releases web site <https://llvm.org/releases/>`_.
1919

2020
Non-comprehensive list of changes in this release
2121
=================================================
22+
23+
* SystemZ support added.

0 commit comments

Comments
 (0)