File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,9 @@ Non-comprehensive list of changes in this release
60
60
* The ORCv1 JIT API has been deprecated. Please see
61
61
`Transitioning from ORCv1 to ORCv2 <ORCv2.html#transitioning-from-orcv1-to-orcv2 >`_.
62
62
63
+ * Support for target-independent hardware loops in IR has been added, with
64
+ PowerPC and Arm implementations.
65
+
63
66
.. NOTE
64
67
If you would like to document a larger change, then you can add a
65
68
subsection about it right here. You can copy the following boilerplate
@@ -126,6 +129,8 @@ Changes to the ARM Backend
126
129
tune for cores where this gives a benefit too: Cortex-M3, SC300, Cortex-M33
127
130
and Cortex-M35P.
128
131
132
+ * Code generation support for M-profile low-overhead loops.
133
+
129
134
130
135
Changes to the MIPS Target
131
136
--------------------------
You can’t perform that action at this time.
0 commit comments