Skip to content

Commit a9a790e

Browse files
[AArch64] Add some release notes items (#79983)
1 parent d5e2f0e commit a9a790e

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,6 +1167,11 @@ Arm and AArch64 Support
11671167
* Cortex-A720 (cortex-a720).
11681168
* Cortex-X4 (cortex-x4).
11691169

1170+
- Alpha support has been added for SVE2.1 intrinsics.
1171+
1172+
- Support has been added for `-fstack-clash-protection` and `-mstack-probe-size`
1173+
command line options.
1174+
11701175
- Function Multi Versioning has been extended to support Load-Acquire RCpc
11711176
instructions v3 (rcpc3) as well as Memory Copy and Memory Set Acceleration
11721177
instructions (mops) when targeting AArch64. The feature identifiers (in

llvm/docs/ReleaseNotes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,14 @@ Changes to the AArch64 Backend
105105
Armv9.0a has the same features enabled as Armv8.5a, with the exception
106106
of crypto.
107107

108+
* Assembler/disassembler support has been added for 2023 architecture
109+
extensions.
110+
111+
* Support has been added for Stack Clash Protection. During function frame
112+
creation and dynamic stack allocations, the compiler will issue memory
113+
accesses at reguilar intervals so that a guard area at the top of the stack
114+
can't be skipped over.
115+
108116
Changes to the AMDGPU Backend
109117
-----------------------------
110118

0 commit comments

Comments
 (0)