We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10f75b8 commit 45f2716Copy full SHA for 45f2716
llvm/docs/ReleaseNotes.md
@@ -85,6 +85,14 @@ Changes to Interprocedural Optimizations
85
Changes to the AArch64 Backend
86
------------------------------
87
88
+* Added the `execute-only` target feature, which indicates that the generated
89
+ program code doesn't contain any inline data, and there are no data accesses
90
+ to code sections. On ELF targets this property is indicated by the
91
+ `SHF_AARCH64_PURECODE` section flag.
92
+ ([#125687](https://github.com/llvm/llvm-project/pull/125687),
93
+ [#132196](https://github.com/llvm/llvm-project/pull/132196),
94
+ [#133084](https://github.com/llvm/llvm-project/pull/133084))
95
+
96
Changes to the AMDGPU Backend
97
-----------------------------
98
0 commit comments