summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Petrogalli <francesco.petrogalli@arm.com>2020-08-20 16:24:59 +0000
committerFrancesco Petrogalli <francesco.petrogalli@arm.com>2020-08-20 16:24:59 +0000
commit414f32a9e862b11f51063b75729278f8d81b12e9 (patch)
tree8849ea4f60cd1a15dd92afc6a96ee1287140b5b9
parentc7c68c7965190393ffa594d0c8bec79c4ca7dbfb (diff)
downloadllvmorg-11.0.0-rc2.tar.gz
[release][docs] Move SVE release notes to AArch64 section.llvmorg-11.0.0-rc2
-rw-r--r--llvm/docs/ReleaseNotes.rst40
1 files changed, 20 insertions, 20 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 116898aeb75a..aea1550960e8 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -103,26 +103,6 @@ Changes to the AArch64 Backend
* Clearly error out on unsupported relocations when targeting COFF, instead
of silently accepting some (without being able to do what was requested).
-Changes to the ARM Backend
---------------------------
-
-During this release ...
-
-* Implemented C-language intrinsics for the full Arm v8.1-M MVE instruction
- set. ``<arm_mve.h>`` now supports the complete API defined in the Arm C
- Language Extensions.
-
-* Added support for assembly for the optional Custom Datapath Extension (CDE)
- for Arm M-profile targets.
-
-* Implemented C-language intrinsics ``<arm_cde.h>`` for the CDE instruction set.
-
-* Clang now defaults to ``-fomit-frame-pointer`` when targeting non-Android
- Linux for arm and thumb when optimizations are enabled. Users that were
- previously not specifying a value and relying on the implicit compiler
- default may wish to specify ``-fno-omit-frame-pointer`` to get the old
- behavior. This improves compatibility with GCC.
-
* Clang adds support for the following macros that enable the
C-intrinsics from the `Arm C language extensions for SVE
<https://developer.arm.com/documentation/100987/>`_ (version
@@ -177,6 +157,26 @@ During this release ...
provided through shared libraries, avoid using lazy binding. If you
use lazy binding, the results could be corrupted.
+Changes to the ARM Backend
+--------------------------
+
+During this release ...
+
+* Implemented C-language intrinsics for the full Arm v8.1-M MVE instruction
+ set. ``<arm_mve.h>`` now supports the complete API defined in the Arm C
+ Language Extensions.
+
+* Added support for assembly for the optional Custom Datapath Extension (CDE)
+ for Arm M-profile targets.
+
+* Implemented C-language intrinsics ``<arm_cde.h>`` for the CDE instruction set.
+
+* Clang now defaults to ``-fomit-frame-pointer`` when targeting non-Android
+ Linux for arm and thumb when optimizations are enabled. Users that were
+ previously not specifying a value and relying on the implicit compiler
+ default may wish to specify ``-fno-omit-frame-pointer`` to get the old
+ behavior. This improves compatibility with GCC.
+
Changes to the MIPS Target
--------------------------