File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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+
108116Changes to the AMDGPU Backend
109117-----------------------------
110118
You can’t perform that action at this time.
0 commit comments