This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 051b66c 2016-11-17 Bernd Edlinger bernd.edlinger@hotmail.de new b0c413f [gcc] new 9794389 [AArch64] Expand DImode constant stores to two SImode stores [...]
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 | 17 +++++++ gcc/config/aarch64/aarch64-protos.h | 1 + gcc/config/aarch64/aarch64.c | 57 ++++++++++++++++++++++ gcc/config/aarch64/aarch64.md | 5 ++ gcc/testsuite/ChangeLog | 11 +++++ .../aarch64/store_repeating_constant_1.c | 11 +++++ .../aarch64/store_repeating_constant_2.c | 15 ++++++ gcc/testsuite/gfortran.dg/vect/pr77848.f | 24 +++++++++ gcc/tree-if-conv.c | 10 ++-- 9 files changed, 147 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/store_repeating_constant_1.c create mode 100644 gcc/testsuite/gcc.target/aarch64/store_repeating_constant_2.c create mode 100644 gcc/testsuite/gfortran.dg/vect/pr77848.f