@@ -103,26 +103,6 @@ Changes to the AArch64 Backend
103103* Clearly error out on unsupported relocations when targeting COFF, instead
104104 of silently accepting some (without being able to do what was requested).
105105
106- Changes to the ARM Backend
107- --------------------------
108-
109- During this release ...
110-
111- * Implemented C-language intrinsics for the full Arm v8.1-M MVE instruction
112- set. ``<arm_mve.h> `` now supports the complete API defined in the Arm C
113- Language Extensions.
114-
115- * Added support for assembly for the optional Custom Datapath Extension (CDE)
116- for Arm M-profile targets.
117-
118- * Implemented C-language intrinsics ``<arm_cde.h> `` for the CDE instruction set.
119-
120- * Clang now defaults to ``-fomit-frame-pointer `` when targeting non-Android
121- Linux for arm and thumb when optimizations are enabled. Users that were
122- previously not specifying a value and relying on the implicit compiler
123- default may wish to specify ``-fno-omit-frame-pointer `` to get the old
124- behavior. This improves compatibility with GCC.
125-
126106* Clang adds support for the following macros that enable the
127107 C-intrinsics from the `Arm C language extensions for SVE
128108 <https://developer.arm.com/documentation/100987/> `_ (version
@@ -177,6 +157,26 @@ During this release ...
177157 provided through shared libraries, avoid using lazy binding. If you
178158 use lazy binding, the results could be corrupted.
179159
160+ Changes to the ARM Backend
161+ --------------------------
162+
163+ During this release ...
164+
165+ * Implemented C-language intrinsics for the full Arm v8.1-M MVE instruction
166+ set. ``<arm_mve.h> `` now supports the complete API defined in the Arm C
167+ Language Extensions.
168+
169+ * Added support for assembly for the optional Custom Datapath Extension (CDE)
170+ for Arm M-profile targets.
171+
172+ * Implemented C-language intrinsics ``<arm_cde.h> `` for the CDE instruction set.
173+
174+ * Clang now defaults to ``-fomit-frame-pointer `` when targeting non-Android
175+ Linux for arm and thumb when optimizations are enabled. Users that were
176+ previously not specifying a value and relying on the implicit compiler
177+ default may wish to specify ``-fno-omit-frame-pointer `` to get the old
178+ behavior. This improves compatibility with GCC.
179+
180180Changes to the MIPS Target
181181--------------------------
182182
0 commit comments