Skip to content

Commit

Permalink
SystemZ release notes for 18.x. (llvm#84560)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonPsson1 authored and Shivam Gupta committed Aug 23, 2024
1 parent 9490bc2 commit 8880e94
Show file tree
Hide file tree
Showing 3 changed files with 18 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 @@ -1342,6 +1342,11 @@ NetBSD Support

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

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
11 changes: 11 additions & 0 deletions llvm/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,17 @@ Changes to the RISC-V Backend
* ``-mcpu=native`` now detects available features with hwprobe (RISC-V Hardware Probing Interface) on Linux 6.4 or later.
* The version of Zicfilp/Zicfiss is updated to 1.0.

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.
* Add support for llvm-objcopy.

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

Expand Down
2 changes: 2 additions & 0 deletions openmp/docs/ReleaseNotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ from the `LLVM releases web site <https://llvm.org/releases/>`_.

Non-comprehensive list of changes in this release
=================================================

* SystemZ support added.

0 comments on commit 8880e94

Please sign in to comment.