Skip to content

Commit 9b4f604

Browse files
momchil-velikovShivam Gupta
authored and
Shivam Gupta
committed
[AArch64] Add some release notes items (llvm#79983)
1 parent 377dcee commit 9b4f604

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

llvm/docs/ReleaseNotes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ Changes to the AArch64 Backend
7575
the required alignment space with a sequence of `0x0` bytes (the requested
7676
fill value) rather than NOPs.
7777

78+
* Assembler/disassembler support has been added for 2023 architecture
79+
extensions.
80+
81+
* Support has been added for Stack Clash Protection. During function frame
82+
creation and dynamic stack allocations, the compiler will issue memory
83+
accesses at reguilar intervals so that a guard area at the top of the stack
84+
can't be skipped over.
85+
7886
Changes to the AMDGPU Backend
7987
-----------------------------
8088

0 commit comments

Comments
 (0)