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 @@ -519,6 +519,11 @@ AIX Support
519
519
NetBSD Support
520
520
^^^^^^^^^^^^^^
521
521
522
+ SystemZ Support
523
+ ^^^^^^^^^^^^^^^
524
+ - Properly support 16 byte atomic int/fp types and ops. Atomic __int128 (and
525
+ long double) variables are now aligned to 16 bytes by default (like gcc 14).
526
+
522
527
WebAssembly Support
523
528
^^^^^^^^^^^^^^^^^^^
524
529
Original file line number Diff line number Diff line change @@ -132,6 +132,17 @@ Changes to the RISC-V Backend
132
132
* The ``Zvbc32e `` and ``Zvkgs `` extensions are now supported experimentally.
133
133
* Added ``Smctr `` and ``Ssctr `` extensions.
134
134
135
+ Changes to the SystemZ Backend
136
+ ------------------------------
137
+
138
+ * Properly support 16 byte atomic int/fp types and ops.
139
+ * Support i128 as legal type in VRs.
140
+ * Add an i128 cost model.
141
+ * Support building individual functions with backchain using the
142
+ __attribute__((target("backchain"))) syntax.
143
+ * Add exception handling for XPLINK.
144
+ * Add support for llvm-objcopy.
145
+
135
146
Changes to the WebAssembly Backend
136
147
----------------------------------
137
148
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