This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 08de21a Port libvtv to Solaris
new 9c822ac Improve verification of loop->latch in verify_loop_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/ChangeLog | 8 +++++++
gcc/cfgloop.c | 70 ++++++++++++++++++++++++++++++++++++++++++-----------------
gcc/cfgloop.h | 1 +
gcc/omp-low.c | 1 +
4 files changed, 60 insertions(+), 20 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 010eee5 2015-11-25 Paolo Carlini <paolo.carlini(a)oracle.com>
new 1d09388 Remove broken ifcvt code for speculating memory writes
new 08de21a Port libvtv to Solaris
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/alias.c | 24 -
gcc/config/sol2.h | 36 +-
gcc/gcc.c | 6 +-
gcc/ifcvt.c | 121 +-
gcc/rtl.h | 1 -
include/ChangeLog | 5 +
include/vtv-change-permission.h | 4 +
libgcc/ChangeLog | 9 +
libgcc/Makefile.in | 13 +-
libgcc/config.host | 3 +
libstdc++-v3/ChangeLog | 9 +
libstdc++-v3/acinclude.m4 | 4 +
libstdc++-v3/configure | 4 +
.../18_support/bad_exception/23591_thread-1.c | 2 +-
libvtv/ChangeLog | 27 +
libvtv/Makefile.am | 14 +-
libvtv/Makefile.in | 25 +-
libvtv/configure | 3580 ++++++++++----------
libvtv/configure.ac | 22 +
libvtv/configure.tgt | 6 +
libvtv/vtv_rts.cc | 53 +-
22 files changed, 1980 insertions(+), 2007 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 hsa
in repository gcc.
from 55050e6 HSA: write back OMP arguments after a kernel dispatch
new efe17bf HSA: fix CMP instruction emission
new 5475aa4 HSA: clean-up hsa_symbol
new 4efe0c1 HSA: remove hsa_symbol::global_var_p predicate
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.hsa | 26 ++++++++++++++++++++++++++
gcc/hsa-brig.c | 21 +++------------------
gcc/hsa-gen.c | 47 +++++++++++++++++++++++++++--------------------
gcc/hsa.h | 10 +++++-----
4 files changed, 61 insertions(+), 43 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 3148a97 2015-11-25 Richard Biener <rguenther(a)suse.de>
new 02e8320 [RTL-ifcvt] PR rtl-optimization/68435 Allow (c ? x++ : x--) form
new 010eee5 2015-11-25 Paolo Carlini <paolo.carlini(a)oracle.com>
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 | 6 ++++
gcc/ifcvt.c | 10 ++++--
gcc/testsuite/ChangeLog | 10 ++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-tuple2.C | 20 +++++++++++
gcc/testsuite/gcc.dg/pr68435.c | 52 +++++++++++++++++++++++++++
5 files changed, 96 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-tuple2.C
create mode 100644 gcc/testsuite/gcc.dg/pr68435.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 83caf9f * ipa-inline-analysis.c: Include gimplify.h (set_cond_stmt_ [...]
new 3148a97 2015-11-25 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr68517.c | 26 ++++++++++++++++++++++++++
gcc/tree-vect-data-refs.c | 3 ++-
4 files changed, 39 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr68517.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 e11a63e PR target/67089 * tree-ssa-math-opts.c (uaddsub_overflow_ch [...]
new 83caf9f * ipa-inline-analysis.c: Include gimplify.h (set_cond_stmt_ [...]
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/ipa-inline-analysis.c | 16 ++++++++++------
2 files changed, 17 insertions(+), 6 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 0d77042 2015-11-25 Richard Biener <rguenther(a)suse.de>
new a3dee26 2015-11-25 Richard Biener <rguenther(a)suse.de>
new e11a63e PR target/67089 * tree-ssa-math-opts.c (uaddsub_overflow_ch [...]
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/testsuite/ChangeLog | 11 +++
gcc/testsuite/gcc.dg/pr67089-1.c | 112 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr67089-2.c | 112 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr67089-3.c | 112 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr67089-4.c | 112 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr67089-5.c | 82 +++++++++++++++++
gcc/testsuite/gcc.dg/pr67089-6.c | 62 +++++++++++++
gcc/testsuite/gcc.dg/pr67089-7.c | 62 +++++++++++++
gcc/tree-ssa-math-opts.c | 186 ++++++++++++++++++++++++++++++++++++++-
gcc/tree-vect-slp.c | 29 ++++++
11 files changed, 892 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr67089-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr67089-2.c
create mode 100644 gcc/testsuite/gcc.dg/pr67089-3.c
create mode 100644 gcc/testsuite/gcc.dg/pr67089-4.c
create mode 100644 gcc/testsuite/gcc.dg/pr67089-5.c
create mode 100644 gcc/testsuite/gcc.dg/pr67089-6.c
create mode 100644 gcc/testsuite/gcc.dg/pr67089-7.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 166b3aa 2015-11-24 Michael Collison <michael.collison(a)linaro.org>
new 0d77042 2015-11-25 Richard Biener <rguenther(a)suse.de>
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 | 6 +++++
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gcc.dg/vect/pr68502-1.c | 48 +++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr68502-2.c | 48 +++++++++++++++++++++++++++++++++++
gcc/tree-vect-data-refs.c | 21 +++++++++++++++
5 files changed, 129 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr68502-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr68502-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 9509811 Daily bump.
new 166b3aa 2015-11-24 Michael Collison <michael.collison(a)linaro.org>
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 | 6 +++
gcc/config/aarch64/aarch64-simd.md | 68 ++++++++++++++++++++++++++++++
gcc/config/aarch64/iterators.md | 12 ++++++
gcc/testsuite/ChangeLog | 11 +++++
gcc/testsuite/gcc.target/aarch64/saddw-1.c | 16 +++++++
gcc/testsuite/gcc.target/aarch64/saddw-2.c | 16 +++++++
gcc/testsuite/gcc.target/aarch64/uaddw-1.c | 16 +++++++
gcc/testsuite/gcc.target/aarch64/uaddw-2.c | 17 ++++++++
gcc/testsuite/gcc.target/aarch64/uaddw-3.c | 16 +++++++
gcc/testsuite/lib/target-supports.exp | 1 +
10 files changed, 179 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/saddw-1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/saddw-2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/uaddw-1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/uaddw-2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/uaddw-3.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 gcc-4_9-branch
in repository gcc.
from ae2e9ed Daily bump.
new 1379986 2015-11-25 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 15 +++++++++++++
gcc/fortran/check.c | 10 ++++++++-
gcc/fortran/class.c | 4 ++++
gcc/fortran/trans-types.c | 14 +++++++++++-
gcc/testsuite/ChangeLog | 10 +++++++++
gcc/testsuite/gfortran.dg/pr66465.f90 | 23 +++++++++++++++++++
gcc/testsuite/gfortran.dg/proc_ptr_47.f90 | 37 +++++++++++++++++++++++++++++++
7 files changed, 111 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr66465.f90
create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_47.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.