[PATCH] D120043: [docs] Update ReleaseNotes template

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 17 04:46:37 PST 2022


asb created this revision.
asb added a reviewer: tstellar.
Herald added subscribers: luke957, luismarques, sameer.abuasal, s.egerton, PkmX, simoncook, dschuff.
asb requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.

This change makes several updates to the ReleaseNotes template:

- Orders the backend/target updates alphabetically
- Adds RISC-V to the list
- Uses "Backend" rather than a mix of "Target" and "Backend" (I don't have a strong view on which term is used, but we should be consistent!)
- Uses `* ...` as the placeholder text, as this matches the format actually used for most updates in recent releases


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120043

Files:
  llvm/docs/ReleaseNotes.rst


Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -67,6 +67,11 @@
 Changes to the AArch64 Backend
 ------------------------------
 
+Changes to the AMDGPU Backend
+-----------------------------
+
+* ...
+
 Changes to the ARM Backend
 --------------------------
 
@@ -79,40 +84,40 @@
   Previously it was on by default for Armv8 and off for all other architecture
   versions.
 
-Changes to the MIPS Target
+Changes to the AVR Backend
 --------------------------
 
-During this release ...
+* ...
 
-Changes to the Hexagon Target
------------------------------
+Changes to the Hexagon Backend
+------------------------------
 
 * ...
 
-Changes to the PowerPC Target
------------------------------
+Changes to the MIPS Backend
+---------------------------
 
-During this release ...
+* ...
 
-Changes to the X86 Target
--------------------------
+Changes to the PowerPC Backend
+------------------------------
 
-During this release ...
+* ...
 
-Changes to the AMDGPU Target
+Changes to the RISC-V Backend
 -----------------------------
 
-During this release ...
+* ...
 
-Changes to the AVR Target
------------------------------
+Changes to the WebAssembly Backend
+----------------------------------
 
-During this release ...
+* ...
 
-Changes to the WebAssembly Target
----------------------------------
+Changes to the X86 Backend
+--------------------------
 
-During this release ...
+* ...
 
 Changes to the OCaml bindings
 -----------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120043.409592.patch
Type: text/x-patch
Size: 1580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220217/b62126c7/attachment.bin>


More information about the llvm-commits mailing list