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 377dcee commit 9b4f604Copy full SHA for 9b4f604
llvm/docs/ReleaseNotes.rst
@@ -75,6 +75,14 @@ Changes to the AArch64 Backend
75
the required alignment space with a sequence of `0x0` bytes (the requested
76
fill value) rather than NOPs.
77
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
86
Changes to the AMDGPU Backend
87
-----------------------------
88
0 commit comments