[llvm-branch-commits] [llvm-branch] r369912 - ReleaseNotes: ARM and AArch64
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Aug 26 07:47:37 PDT 2019
Author: hans
Date: Mon Aug 26 07:47:37 2019
New Revision: 369912
URL: http://llvm.org/viewvc/llvm-project?rev=369912&view=rev
Log:
ReleaseNotes: ARM and AArch64
>From Kristof!
Modified:
llvm/branches/release_90/docs/ReleaseNotes.rst
Modified: llvm/branches/release_90/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_90/docs/ReleaseNotes.rst?rev=369912&r1=369911&r2=369912&view=diff
==============================================================================
--- llvm/branches/release_90/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_90/docs/ReleaseNotes.rst Mon Aug 26 07:47:37 2019
@@ -106,10 +106,21 @@ Changes to building LLVM
* Building LLVM with Visual Studio now requires version 2017 or later.
+Changes to the AArch64 Backend
+------------------------------
+
+* Assembly-level support was added for: Scalable Vector Extension 2 (SVE2) and
+ Memory Tagging Extensions (MTE).
+
Changes to the ARM Backend
--------------------------
- During this release ...
+* Assembly-level support was added for the Armv8.1-M architecture, including
+ the M-Profile Vector Extension (MVE).
+
+* A pipeline model was added for Cortex-M4. This pipeline model is also used to
+ tune for cores where this gives a benefit too: Cortex-M3, SC300, Cortex-M33
+ and Cortex-M35P.
Changes to the MIPS Target
More information about the llvm-branch-commits
mailing list