[llvm] b1d1a1a - [docs] add early Arm arch support improvements to release notes
Ties Stuij via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 23 08:12:09 PST 2023
Author: Ties Stuij
Date: 2023-01-23T16:10:44Z
New Revision: b1d1a1a59243669914a63c9d9113ad26ccf35a80
URL: https://github.com/llvm/llvm-project/commit/b1d1a1a59243669914a63c9d9113ad26ccf35a80
DIFF: https://github.com/llvm/llvm-project/commit/b1d1a1a59243669914a63c9d9113ad26ccf35a80.diff
LOG: [docs] add early Arm arch support improvements to release notes
Reviewed By: peter.smith
Differential Revision: https://reviews.llvm.org/D142229
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index e88f0851eb49..fbacfefe467c 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -140,10 +140,14 @@ Changes to the AMDGPU Backend
Changes to the ARM Backend
--------------------------
-* Support for targeting armv2, armv2A, armv3 and armv3M has been removed.
+* Support for targeting Armv2, Armv2A, Armv3 and Armv3M has been removed.
LLVM did not, and was not ever likely to generate correct code for those
architecture versions so their presence was misleading.
* Added codegen support for the complex arithmetic instructions in MVE.
+* Added Armv4 and Armv4T compatible thunks. LLD will no longer generate BX
+ instructions for Armv4 or BLX instructions for either Armv4 or Armv4T. Armv4T
+ is now fully supported.
+* Added compiler-rt builtins support for Armv4T, Armv5TE and Armv6.
Changes to the AVR Backend
--------------------------
More information about the llvm-commits
mailing list