summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Bradbury <asb@igalia.com>2023-03-06 20:41:28 +0000
committerAlex Bradbury <asb@igalia.com>2023-03-06 20:41:28 +0000
commitae37edf1486d35ac6f441c5ff489ab46a94e125e (patch)
tree48d860cd73d94c2820facdfd6a03c6e4248f68de
parent1de305da428598d79b7d2d9e70962130142f7ca4 (diff)
downloadllvm-ae37edf1486d35ac6f441c5ff489ab46a94e125e.tar.gz
[ReleaseNotes] Expand RISC-V release notes
-rw-r--r--llvm/docs/ReleaseNotes.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index d5206fb1c3b7..1748184171ae 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -235,11 +235,25 @@ AIX improvements
Changes to the RISC-V Backend
-----------------------------
+* :doc:`RISCVUsage` was introduced to document the status of support within
+ LLVM for various RISC-V instruction set extensions.
* Support for the unratified Zbe, Zbf, Zbm, Zbp, Zbr, and Zbt extensions have
been removed.
* i32 is now a native type in the datalayout string. This enables
LoopStrengthReduce for loops with i32 induction variables, among other
optimizations.
+* MC layer support was added for the experimental Zca, Zcd, Zcf, Zihintntl, Ztso,
+ and Zawrs extensions.
+* Codegen support was added for the experimental Zca extension and for the
+ Zfhmin extension.
+* MC layer and codegen support was added for the custom XVentanaCondOps and
+ XTHeadVdot extensions.
+* A target feature was introduced to force-enable atomics.
+* Support was added for lowering HWASAN intrinsics.
+* The short forward branch optimisation beneficial to the SiFive Series 7 was
+ implemented.
+* A Syntacore SCR1 CPU model was added.
+* Various codegen improvements.
Changes to the SystemZ Backend
------------------------------