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 @@ -1235,6 +1235,11 @@ Arm and AArch64 Support
1235
1235
- The C23 ``_BitInt `` implementation has been brought into compliance
1236
1236
with AAPCS32 and AAPCS64.
1237
1237
1238
+ - Alpha support has been added for SVE2.1 intrinsics.
1239
+
1240
+ - Support has been added for `-fstack-clash-protection ` and `-mstack-probe-size `
1241
+ command line options.
1242
+
1238
1243
- Function Multi Versioning has been extended to support Load-Acquire RCpc
1239
1244
instructions v3 (rcpc3) as well as Memory Copy and Memory Set Acceleration
1240
1245
instructions (mops) when targeting AArch64. The feature identifiers (in
Original file line number Diff line number Diff line change @@ -146,6 +146,14 @@ Changes to the AArch64 Backend
146
146
* Added codegeneration support for ``llvm.ptrauth.auth `` and
147
147
``llvm.ptrauth.resign `` intrinsics.
148
148
149
+ * Assembler/disassembler support has been added for 2023 architecture
150
+ extensions.
151
+
152
+ * Support has been added for Stack Clash Protection. During function frame
153
+ creation and dynamic stack allocations, the compiler will issue memory
154
+ accesses at reguilar intervals so that a guard area at the top of the stack
155
+ can't be skipped over.
156
+
149
157
Changes to the AMDGPU Backend
150
158
-----------------------------
151
159
You can’t perform that action at this time.
0 commit comments