This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1b6b591 PR debug/66728 * dwarf2out.c (get_full_len): Return a value [...] new b631bff [AArch64] Fix vqtb[lx][234] on big-endian new 9e3b8c1 Do not allow irreducible loops/regions in a scop new d0c3357 enable loop fusion on isl-15 new 76fd4c5 do not collect cold loops in scops
The 4 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 | 44 ++ gcc/config/aarch64/aarch64-simd-builtins.def | 22 +- gcc/config/aarch64/aarch64-simd.md | 66 +- gcc/config/aarch64/arm_neon.h | 822 ++++++++++++------------- gcc/graphite-optimize-isl.c | 2 +- gcc/graphite-scop-detection.c | 18 +- gcc/testsuite/ChangeLog | 13 +- gcc/testsuite/gcc.dg/graphite/fuse-1.c | 43 ++ gcc/testsuite/gcc.dg/graphite/fuse-2.c | 43 ++ gcc/testsuite/gcc.dg/graphite/interchange-13.c | 1 - 10 files changed, 618 insertions(+), 456 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/graphite/fuse-1.c create mode 100644 gcc/testsuite/gcc.dg/graphite/fuse-2.c