[PATCH] D142229: [docs] add early Arm arch support improvements to release notes
Ties Stuij via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 20 09:05:02 PST 2023
stuij created this revision.
Herald added a subscriber: kristof.beyls.
Herald added a project: All.
stuij requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D142229
Files:
llvm/docs/ReleaseNotes.rst
Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -127,9 +127,13 @@
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 full LLD support for Armv4 and Armv4T by adding support for Armv4 and
+ Armv4T thunks. LLD will no longer generate BX instructions for Armv4 or BLX
+ instructions for either Arv4 or Armv4T.
+* Added compiler-rt builtins support for Armv4T, Armv5TE and Armv6.
Changes to the AVR Backend
--------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142229.490887.patch
Type: text/x-patch
Size: 856 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230120/b61c2f93/attachment.bin>
More information about the llvm-commits
mailing list