File tree 2 files changed +13
-0
lines changed
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
1167
1167
* Cortex-A720 (cortex-a720).
1168
1168
* Cortex-X4 (cortex-x4).
1169
1169
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
+
1170
1175
- Function Multi Versioning has been extended to support Load-Acquire RCpc
1171
1176
instructions v3 (rcpc3) as well as Memory Copy and Memory Set Acceleration
1172
1177
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
105
105
Armv9.0a has the same features enabled as Armv8.5a, with the exception
106
106
of crypto.
107
107
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
+
108
116
Changes to the AMDGPU Backend
109
117
-----------------------------
110
118
You can’t perform that action at this time.
0 commit comments