diff options
| -rw-r--r-- | clang/docs/ReleaseNotes.rst | 2 | ||||
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 11 |
2 files changed, 11 insertions, 2 deletions
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 53e5d8d357f..784766bc9a3 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/docs/ReleaseNotes.rst @@ -183,7 +183,7 @@ New Pragmas in Clang Attribute Changes in Clang -------------------------- -- ... +- Support was added for function ``__attribute__((target("branch-protection=...")))`` Windows Support --------------- diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 0904a5793e7..c992bebf47c 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -123,10 +123,19 @@ Changes to building LLVM ... +Changes to the AArch64 Backend +------------------------------ + +- Added support for Cortex-A65, Cortex-A65AE, Neoverse E1 and Neoverse N1 cores. +- With a few more bugs fixed in the LLVM 10 release, clang-cl can now target windows-on-Arm well, demonstrated by building complex pieces of software such as Chromium and the Electron framework. +- Support for -fpatchable-function-entry was added. + Changes to the ARM Backend -------------------------- - During this release ... +- Optimized Armv8.1-M code generation, including generating Low Overhead Loops. +- Added auto-vectorization for the Armv8.1-M MVE vector extension. +- Support was added for inline asm constraints s,j,x,N,O. Changes to the MIPS Target |

