[llvm-branch-commits] [llvm-branch] r311578 - [ARM] more release notes updates for 5.0
Renato Golin via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 23 10:04:59 PDT 2017
Author: rengolin
Date: Wed Aug 23 10:04:59 2017
New Revision: 311578
URL: http://llvm.org/viewvc/llvm-project?rev=311578&view=rev
Log:
[ARM] more release notes updates for 5.0
Modified:
llvm/branches/release_50/docs/ReleaseNotes.rst
Modified: llvm/branches/release_50/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_50/docs/ReleaseNotes.rst?rev=311578&r1=311577&r2=311578&view=diff
==============================================================================
--- llvm/branches/release_50/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_50/docs/ReleaseNotes.rst Wed Aug 23 10:04:59 2017
@@ -82,14 +82,24 @@ Changes to the Arm Targets
During this release the AArch64 target has:
+* A much improved Global ISel at O0.
+* Support for ARMv8.1 8.2 and 8.3 instructions.
+* New scheduler information for ThunderX2.
+* Some SVE type changes but not much more than that.
* Made instruction fusion more aggressive, resulting in speedups
for code making use of AArch64 AES instructions. AES fusion has been
enabled for most Cortex-A cores and the AArch64MacroFusion pass was moved
to the generic MacroFusion pass.
* Added preferred function alignments for most Cortex-A cores.
+* OpenMP "offload-to-self" base support.
During this release the ARM target has:
+* Improved, but still mostly broken, Global ISel.
+* Scheduling models update, new schedule for Cortex-A57.
+* Hardware breakpoint support in LLDB.
+* New assembler error handling, with spelling corrections and multiple
+ suggestions on how to fix problems.
* Improved mixed ARM/Thumb code generation. Some cases in which wrong
relocations were emitted have been fixed.
* Added initial support for mixed ARM/Thumb link-time optimization, using the
More information about the llvm-branch-commits
mailing list