This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6e9d0fd9421 [GCC][PATCH][AArch64] Update hwcap string for fp16fml in aa [...] new c85448c3203 [AArch64] Don't split 64-bit constant stores to volatile location new 0edf202cb6a 2019-09-24 Richard Biener rguenther@suse.de
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 23 ++++ gcc/config/aarch64/aarch64.md | 4 +- gcc/testsuite/ChangeLog | 4 + .../aarch64/nosplit-di-const-volatile_1.c | 15 +++ gcc/tree-vect-loop.c | 130 ++++++++------------- gcc/tree-vectorizer.c | 2 +- gcc/tree-vectorizer.h | 11 +- 7 files changed, 100 insertions(+), 89 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/nosplit-di-const-volatile_1.c