forked from OSchip/llvm-project
[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
This commit is contained in:
parent
eb5950666b
commit
8d894270a6
|
@ -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 MIPS Backend
|
||||
---------------------------
|
||||
|
||||
* ...
|
||||
|
||||
Changes to the PowerPC Backend
|
||||
------------------------------
|
||||
|
||||
* ...
|
||||
|
||||
Changes to the RISC-V Backend
|
||||
-----------------------------
|
||||
|
||||
* ...
|
||||
|
||||
Changes to the PowerPC Target
|
||||
-----------------------------
|
||||
Changes to the WebAssembly Backend
|
||||
----------------------------------
|
||||
|
||||
During this release ...
|
||||
* ...
|
||||
|
||||
Changes to the X86 Target
|
||||
-------------------------
|
||||
Changes to the X86 Backend
|
||||
--------------------------
|
||||
|
||||
During this release ...
|
||||
|
||||
Changes to the AMDGPU Target
|
||||
-----------------------------
|
||||
|
||||
During this release ...
|
||||
|
||||
Changes to the AVR Target
|
||||
-----------------------------
|
||||
|
||||
During this release ...
|
||||
|
||||
Changes to the WebAssembly Target
|
||||
---------------------------------
|
||||
|
||||
During this release ...
|
||||
* ...
|
||||
|
||||
Changes to the OCaml bindings
|
||||
-----------------------------
|
||||
|
|
Loading…
Reference in New Issue