File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -1387,6 +1387,11 @@ NetBSD Support
1387
1387
1388
1388
- Removed support for building NetBSD/i386 6.x or older binaries.
1389
1389
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
+
1390
1395
WebAssembly Support
1391
1396
^^^^^^^^^^^^^^^^^^^
1392
1397
Original file line number Diff line number Diff line change @@ -251,6 +251,17 @@ Changes to the RISC-V Backend
251
251
* ``-mcpu=native `` now detects available features with hwprobe (RISC-V Hardware Probing Interface) on Linux 6.4 or later.
252
252
* The version of Zicfilp/Zicfiss is updated to 1.0.
253
253
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
+
254
265
Changes to the WebAssembly Backend
255
266
----------------------------------
256
267
Original file line number Diff line number Diff line change @@ -19,3 +19,5 @@ from the `LLVM releases web site <https://llvm.org/releases/>`_.
19
19
20
20
Non-comprehensive list of changes in this release
21
21
=================================================
22
+
23
+ * SystemZ support added.
You can’t perform that action at this time.
0 commit comments