Skip to content

Commit

Permalink
SystemZ release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonPsson1 committed Mar 8, 2024
1 parent 461274b commit 639dceb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clang/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,11 @@ AIX Support
or newer. Similar to the LTO support on AIX, ThinLTO is implemented with
the libLTO.so plugin.

SystemZ Support
^^^^^^^^^^^^^^^
- Properly support 16 byte atomic int/fp types and ops. Atomic __int128 (and
long double) variables are now aligned to 16 bytes by default (like gcc 14).

WebAssembly Support
^^^^^^^^^^^^^^^^^^^

Expand Down
5 changes: 5 additions & 0 deletions lld/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,10 @@ WebAssembly Improvements
is read from object files within the archive. This matches the behaviour of
the ELF linker.

SystemZ
-------

* Add target support for SystemZ (s390x).

Fixes
#####
10 changes: 10 additions & 0 deletions llvm/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,16 @@ Changes to the RISC-V Backend
* ``-mcpu=sifive-p670`` was added.
* Support for the Zicond extension is no longer experimental.

Changes to the SystemZ Backend
------------------------------

* Properly support 16 byte atomic int/fp types and ops.
* Support i128 as legal type in VRs.
* Add an i128 cost model.
* Support building individual functions with backchain using the
__attribute__((target("backchain"))) syntax.
* Add exception handling for XPLINK.

Changes to the WebAssembly Backend
----------------------------------

Expand Down

0 comments on commit 639dceb

Please sign in to comment.