File tree Expand file tree Collapse file tree 4 files changed +23
-0
lines changed Expand file tree Collapse file tree 4 files changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -1327,6 +1327,11 @@ AIX Support
1327
1327
or newer. Similar to the LTO support on AIX, ThinLTO is implemented with
1328
1328
the libLTO.so plugin.
1329
1329
1330
+ SystemZ Support
1331
+ ^^^^^^^^^^^^^^^
1332
+ - Properly support 16 byte atomic int/fp types and ops. Atomic __int128 (and
1333
+ long double) variables are now aligned to 16 bytes by default (like gcc 14).
1334
+
1330
1335
WebAssembly Support
1331
1336
^^^^^^^^^^^^^^^^^^^
1332
1337
Original file line number Diff line number Diff line change @@ -163,5 +163,10 @@ WebAssembly Improvements
163
163
is read from object files within the archive. This matches the behaviour of
164
164
the ELF linker.
165
165
166
+ SystemZ
167
+ -------
168
+
169
+ * Add target support for SystemZ (s390x).
170
+
166
171
Fixes
167
172
#####
Original file line number Diff line number Diff line change @@ -215,6 +215,17 @@ Changes to the RISC-V Backend
215
215
* ``-mcpu=sifive-p670 `` was added.
216
216
* Support for the Zicond extension is no longer experimental.
217
217
218
+ Changes to the SystemZ Backend
219
+ ------------------------------
220
+
221
+ * Properly support 16 byte atomic int/fp types and ops.
222
+ * Support i128 as legal type in VRs.
223
+ * Add an i128 cost model.
224
+ * Support building individual functions with backchain using the
225
+ __attribute__((target("backchain"))) syntax.
226
+ * Add exception handling for XPLINK.
227
+ * Add support for llvm-objcopy.
228
+
218
229
Changes to the WebAssembly Backend
219
230
----------------------------------
220
231
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