[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
Mon Jan 23 08:12:07 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
stuij marked an inline comment as done.
Closed by commit rGb1d1a1a59243: [docs] add early Arm arch support improvements to release notes (authored by stuij).

Changed prior to commit:
  https://reviews.llvm.org/D142229?vs=491370&id=491388#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D142229/new/

https://reviews.llvm.org/D142229

Files:
  llvm/docs/ReleaseNotes.rst


Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -140,10 +140,14 @@
 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
 --------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142229.491388.patch
Type: text/x-patch
Size: 913 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230123/9b360f54/attachment.bin>


More information about the llvm-commits mailing list