diff options
author | Hans Wennborg <hans@chromium.org> | 2020-02-24 16:59:21 +0100 |
---|---|---|
committer | Hans Wennborg <hans@chromium.org> | 2020-02-24 16:59:21 +0100 |
commit | f59839930716dca910ba66b413d6bd2cc6a61a61 (patch) | |
tree | 621e5b75a5b558305832eeacf8e784bb10826340 /llvm/docs | |
parent | 935ad4036ef6f13aedb301691dc86b46fc14369a (diff) | |
download | bcm5719-llvm-f59839930716dca910ba66b413d6bd2cc6a61a61.tar.gz bcm5719-llvm-f59839930716dca910ba66b413d6bd2cc6a61a61.zip |
ReleaseNotes: ARM and AArch64
By Kristof Beyls!
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 11 |
1 files changed, 10 insertions, 1 deletions
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 |