This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 962ca7149d6 tree-optimization/111583 - loop distribution issue new 574cec45b26 aarch64: Improve on ldp-stp policies code structure.
The 1 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/config/aarch64/aarch64-opts.h | 26 ++-- gcc/config/aarch64/aarch64-protos.h | 25 +--- gcc/config/aarch64/aarch64.cc | 160 ++++++++------------- gcc/config/aarch64/aarch64.opt | 29 +--- gcc/testsuite/gcc.target/aarch64/ldp_aligned.c | 28 ---- .../aarch64/{ldp_aligned.c => ldp_unaligned.c} | 32 +---- gcc/testsuite/gcc.target/aarch64/stp_aligned.c | 25 ---- .../aarch64/{stp_aligned.c => stp_unaligned.c} | 29 +--- 8 files changed, 84 insertions(+), 270 deletions(-) copy gcc/testsuite/gcc.target/aarch64/{ldp_aligned.c => ldp_unaligned.c} (60%) copy gcc/testsuite/gcc.target/aarch64/{stp_aligned.c => stp_unaligned.c} (61%)