Skip to content

[AArch64][Docs] Add release note for execute-only support on AArch64 #134799

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions llvm/docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ Changes to Interprocedural Optimizations
Changes to the AArch64 Backend
------------------------------

* Added the `execute-only` target feature, which indicates that the generated
program code doesn't contain any inline data, and there are no data accesses
to code sections. On ELF targets this property is indicated by the
`SHF_AARCH64_PURECODE` section flag.
([#125687](https://github.com/llvm/llvm-project/pull/125687),
[#132196](https://github.com/llvm/llvm-project/pull/132196),
[#133084](https://github.com/llvm/llvm-project/pull/133084))

Changes to the AMDGPU Backend
-----------------------------

Expand Down