This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2966395 outline functions from stmt_simple_for_scop_p
new aef2ef3 add testcase
new d3175d7 fix PR67754
new 3322856 reject loops early where ivs cannot be represented
The 3 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 | 14 ++++
gcc/graphite-scop-detection.c | 28 ++++++++
gcc/graphite-sese-to-poly.c | 75 +++++-----------------
gcc/testsuite/ChangeLog | 10 +++
.../gcc.dg/graphite/{scop-5.c => scop-23.c} | 16 +++--
gcc/testsuite/gfortran.dg/graphite/block-1.f90 | 3 +-
gcc/testsuite/gfortran.dg/graphite/block-2.f | 3 +-
7 files changed, 82 insertions(+), 67 deletions(-)
copy gcc/testsuite/gcc.dg/graphite/{scop-5.c => scop-23.c} (69%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2f544bd [AArch64] Use default_elf_asm_named_section instead of specia [...]
new 767110d AVX-512. Add missing features to cpuinfo.c gcc/ * config/i38 [...]
new 2966395 outline functions from stmt_simple_for_scop_p
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 | 13 +++++
gcc/config/i386/i386.c | 4 ++
gcc/graphite-scop-detection.c | 75 +++++++++++++++-----------
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/i386/builtin_target.c | 4 ++
libgcc/ChangeLog | 5 ++
libgcc/config/i386/cpuinfo.c | 8 ++-
7 files changed, 83 insertions(+), 31 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from eb090b2 S/390: Add missing brackets.
new 6a8ffd8 Do not describe -std=c11 etc. as experimental in c.opt help text.
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/c-family/ChangeLog | 6 ++++++
gcc/c-family/c.opt | 6 +++---
2 files changed, 9 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 320e616 [AArch64] Add more TLS local executable testcases
new 72460f4 2015-10-02 Vladimir Makarov <vmakarov(a)redhat.com>
new 2f544bd [AArch64] Use default_elf_asm_named_section instead of specia [...]
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 | 11 ++++++
gcc/config/aarch64/aarch64-elf.h | 3 --
gcc/lra-constraints.c | 32 +++++++++++-------
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.target/arm/pr67756.c | 62 ++++++++++++++++++++++++++++++++++
5 files changed, 98 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr67756.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from aa1be4c gcc/ * doc/invoke.texi: Mention -mavx512vl, -mavx512bw, -mav [...]
new 8f83f53 Update extract_even_odd w/ AVX-512BW insns.
new 320e616 [AArch64] Add more TLS local executable testcases
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 | 19 +++++++
gcc/config/i386/i386.c | 61 ++++++++++++++++++++++
gcc/config/i386/sse.md | 24 ++++-----
gcc/testsuite/ChangeLog | 18 +++++++
.../aarch64/{tlsle12_1.c => tlsle12_tiny_1.c} | 4 +-
.../aarch64/{tlsle24_1.c => tlsle24_tiny_1.c} | 4 +-
.../{tlsle32_1.c => tlsle_sizeadj_small_1.c} | 4 +-
.../{tlsle24_1.c => tlsle_sizeadj_tiny_1.c} | 4 +-
gcc/testsuite/gcc.target/i386/vect-pack-trunc-1.c | 28 ++++++++++
gcc/testsuite/gcc.target/i386/vect-pack-trunc-2.c | 27 ++++++++++
gcc/testsuite/gcc.target/i386/vect-perm-even-1.c | 33 ++++++++++++
gcc/testsuite/gcc.target/i386/vect-perm-odd-1.c | 45 ++++++++++++++++
gcc/testsuite/gcc.target/i386/vect-unpack-1.c | 27 ++++++++++
gcc/testsuite/gcc.target/i386/vect-unpack-2.c | 27 ++++++++++
14 files changed, 305 insertions(+), 20 deletions(-)
copy gcc/testsuite/gcc.target/aarch64/{tlsle12_1.c => tlsle12_tiny_1.c} (60%)
copy gcc/testsuite/gcc.target/aarch64/{tlsle24_1.c => tlsle24_tiny_1.c} (66%)
copy gcc/testsuite/gcc.target/aarch64/{tlsle32_1.c => tlsle_sizeadj_small_1.c} (62%)
copy gcc/testsuite/gcc.target/aarch64/{tlsle24_1.c => tlsle_sizeadj_tiny_1.c} (50%)
create mode 100644 gcc/testsuite/gcc.target/i386/vect-pack-trunc-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/vect-pack-trunc-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/vect-perm-even-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/vect-perm-odd-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/vect-unpack-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/vect-unpack-2.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 639b72b PR c/59218
new aa1be4c gcc/ * doc/invoke.texi: Mention -mavx512vl, -mavx512bw, -mav [...]
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/ChangeLog | 5 +++++
gcc/doc/invoke.texi | 39 +++++++++++++++++++++++++++++++++++----
2 files changed, 40 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e98c90e * system.h (malloc.h): Don't include obsolete header.
new 639b72b PR c/59218
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/ChangeLog | 7 +++++++
gcc/testsuite/c-c++-common/tm/volatile-1.c | 10 ++++++++++
gcc/testsuite/gcc.dg/tm/pr46654.c | 4 ++--
gcc/trans-mem.c | 30 +++++++++++++++++-------------
4 files changed, 36 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/tm/volatile-1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c325b1f [AArch64] Use default_elf_asm_named_section instead of specia [...]
new e98c90e * system.h (malloc.h): Don't include obsolete header.
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/ChangeLog | 4 ++++
gcc/system.h | 12 ------------
2 files changed, 4 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ef17a71 PR c/64249 * c-common.c (warn_duplicated_cond_add_or_warn): [...]
new c325b1f [AArch64] Use default_elf_asm_named_section instead of specia [...]
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/ChangeLog | 5 +++
gcc/config/aarch64/aarch64.c | 74 --------------------------------------------
2 files changed, 5 insertions(+), 74 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6cfec26 gcc/ * config/sh/sh.md: Add new unnamed split pattern to han [...]
new 446e1fd [PATCH][AARCH64]Add csneg3_uxtw_insn pattern
new ef17a71 PR c/64249 * c-common.c (warn_duplicated_cond_add_or_warn): [...]
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 | 13 ++
gcc/Makefile.in | 2 +
gcc/c-family/ChangeLog | 7 +
gcc/c-family/c-common.c | 41 +++++
gcc/c-family/c-common.h | 1 +
gcc/c-family/c.opt | 4 +
gcc/c/ChangeLog | 10 +
gcc/c/c-parser.c | 60 ++++--
gcc/config/aarch64/aarch64.md | 12 ++
gcc/cp/ChangeLog | 10 +
gcc/cp/parser.c | 73 ++++++--
gcc/doc/invoke.texi | 14 +-
gcc/genemit.c | 4 +-
gcc/testsuite/ChangeLog | 14 ++
gcc/testsuite/c-c++-common/Wduplicated-cond-1.c | 200 ++++++++++++++++++++
gcc/testsuite/c-c++-common/Wduplicated-cond-2.c | 200 ++++++++++++++++++++
gcc/testsuite/c-c++-common/Wduplicated-cond-3.c | 204 +++++++++++++++++++++
gcc/testsuite/c-c++-common/Wduplicated-cond-4.c | 32 ++++
.../c-c++-common/Wmisleading-indentation.c | 6 +-
gcc/testsuite/gcc.target/aarch64/csneg-1.c | 12 ++
20 files changed, 890 insertions(+), 29 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wduplicated-cond-1.c
create mode 100644 gcc/testsuite/c-c++-common/Wduplicated-cond-2.c
create mode 100644 gcc/testsuite/c-c++-common/Wduplicated-cond-3.c
create mode 100644 gcc/testsuite/c-c++-common/Wduplicated-cond-4.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.