Skip to content
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