[llvm] 8d89427 - [docs] Update ReleaseNotes template

Alex Bradbury via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 20 11:43:39 PST 2022


Author: Alex Bradbury
Date: 2022-02-20T19:42:07Z
New Revision: 8d894270a676a97952fabe824d0ac160aa222450

URL: https://github.com/llvm/llvm-project/commit/8d894270a676a97952fabe824d0ac160aa222450
DIFF: https://github.com/llvm/llvm-project/commit/8d894270a676a97952fabe824d0ac160aa222450.diff

LOG: [docs] Update ReleaseNotes template

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

Differential Revision: https://reviews.llvm.org/D120043

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 2f840a5f4c91..8cae7c77b871 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -67,6 +67,11 @@ Changes to TableGen
 Changes to the AArch64 Backend
 ------------------------------
 
+Changes to the AMDGPU Backend
+-----------------------------
+
+* ...
+
 Changes to the ARM Backend
 --------------------------
 
@@ -79,40 +84,40 @@ Changes to the ARM Backend
   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
 -----------------------------


        


More information about the llvm-commits mailing list