This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance-arbitrary
in repository toolchain/abe.
from 45f120f Fix race when gathering benchmark data
new 89e7628 WIP: Deliberately lock up to see what is going on
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:
config/bench/lava/target-session | 1 -
1 file changed, 1 deletion(-)
--
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 9eb890f Don't allow latch with phi in try_transform_to_exit_first_loop_alt
new 2ebf191 [PR ipa/66616] Copy can_change_signature flag to artificial thunks
new ff375d1 [PR ipa/69044] Do not clone for param removal when not possible
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 | 12 ++++++++++++
gcc/cgraphclones.c | 1 +
gcc/ipa-cp.c | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/chkp-pr69044.c | 11 +++++++++++
5 files changed, 31 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/chkp-pr69044.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 aoliva/pr69123
in repository gcc.
discards bc5e8bb [PR69123] fix handling of MEMs in VTA to avoid dataflow oscillation
discards 725563e [PR69123] make dataflow_set_different details more verbose
adds c4118b0 PR c++/69158
adds 18431e7 PR c++/69164 * class.c (layout_class_type): Use copy_node t [...]
adds 7dff049 PR middle-end/50865 PR tree-optimization/69097 * fold-cons [...]
adds 0f8f48d PR c++/69113 * decl2.c (comdat_linkage): Only set DECL_COMD [...]
adds 99dfbf2 * configure.ac (isl_options_set_schedule_serialize_sccs): Al [...]
adds 92159af PR middle-end/68743 * match.pd: Require target has function [...]
adds 40bcf2f Daily bump.
adds d95e185 Only allow single exit phi for reduction in try_create_reduct [...]
adds 880ed4b Fix scan-tree-dump syntax
adds a006c0b Don't parallelize loops containing phis with addr_exprs
adds 40c86c3 2016-01-10 Paul Thomas <pault(a)gcc.gnu.org>
adds efb73de 2016-01-10 Thomas Koenig <tkoenig(a)gcc.gnu.org>
adds b933e51 Fix -Wmisleading indentation false-positive for do-while statement
adds 5861549 Daily bump.
adds e9f6e99 2016-01-11 Andrew Burgess <andrew.burgess(a)embecosm.com>
adds 71e083d Don't parallelize loops if libgomp not supported
adds 4589a80 Fix docs for -frandom-seed.
adds c4157ee Handle case that outer phi res is not used in a phi in gather [...]
adds 9eb890f Don't allow latch with phi in try_transform_to_exit_first_loop_alt
new 52714c6 [PR69123] make dataflow_set_different details more verbose
new 18eb380 [PR69123] fix handling of MEMs in VTA to avoid dataflow oscillation
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (bc5e8bb)
\
N -- N -- N refs/heads/aoliva/pr69123 (18eb380)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 70 +++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 7 +-
gcc/c-family/c-indentation.c | 6 +
gcc/common.opt | 2 +-
gcc/config/arc/arc.opt | 4 +-
gcc/configure | 2 +-
gcc/configure.ac | 2 +-
gcc/cp/ChangeLog | 16 ++
gcc/cp/class.c | 11 +-
gcc/cp/constexpr.c | 10 +-
gcc/cp/decl2.c | 3 +-
gcc/doc/invoke.texi | 10 +-
gcc/fold-const.c | 41 +++++
gcc/fold-const.h | 1 +
gcc/fortran/ChangeLog | 14 ++
gcc/fortran/frontend-passes.c | 14 ++
gcc/fortran/trans-array.c | 2 +-
gcc/match.pd | 11 +-
gcc/testsuite/ChangeLog | 66 ++++++++
.../c-c++-common/Wmisleading-indentation.c | 2 +
gcc/testsuite/g++.dg/init/array40.C | 2 +
gcc/testsuite/g++.dg/opt/pr69164.C | 30 ++++
gcc/testsuite/g++.dg/pr69113.C | 17 +++
.../{gcc.dg/pr69123.c => g++.dg/pr69123.C} | 0
gcc/testsuite/gcc.c-torture/execute/pr50865.c | 27 ++++
gcc/testsuite/gcc.c-torture/execute/pr69097-1.c | 14 ++
gcc/testsuite/gcc.c-torture/execute/pr69097-2.c | 30 ++++
gcc/testsuite/gcc.dg/autopar/pr69039.c | 15 ++
gcc/testsuite/gcc.dg/autopar/pr69062.c | 89 +++++++++++
gcc/testsuite/gcc.dg/autopar/pr69108.c | 4 +
gcc/testsuite/gcc.dg/autopar/pr69109-2.c | 4 +
gcc/testsuite/gcc.dg/autopar/pr69109.c | 4 +
gcc/testsuite/gcc.dg/pr69097-1.c | 140 +++++++++++++++++
gcc/testsuite/gcc.dg/pr69097-2.c | 138 +++++++++++++++++
gcc/testsuite/gcc.dg/vect/slp-perm-1.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-perm-2.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-perm-3.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-perm-5.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-perm-6.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-perm-7.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-perm-8.c | 2 +-
.../gfortran.dg/actual_array_offset_1.f90 | 167 +++++++++++++++++++++
gcc/testsuite/gfortran.dg/inline_matmul_12.f90 | 22 +++
gcc/tree-parloops.c | 52 +++++++
gcc/tree-vrp.c | 39 +++--
46 files changed, 1057 insertions(+), 47 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/init/array40.C
create mode 100644 gcc/testsuite/g++.dg/opt/pr69164.C
create mode 100644 gcc/testsuite/g++.dg/pr69113.C
rename gcc/testsuite/{gcc.dg/pr69123.c => g++.dg/pr69123.C} (100%)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr50865.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr69097-1.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr69097-2.c
create mode 100644 gcc/testsuite/gcc.dg/autopar/pr69039.c
create mode 100644 gcc/testsuite/gcc.dg/autopar/pr69062.c
create mode 100644 gcc/testsuite/gcc.dg/autopar/pr69108.c
create mode 100644 gcc/testsuite/gcc.dg/autopar/pr69109-2.c
create mode 100644 gcc/testsuite/gcc.dg/autopar/pr69109.c
create mode 100644 gcc/testsuite/gcc.dg/pr69097-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr69097-2.c
create mode 100644 gcc/testsuite/gfortran.dg/actual_array_offset_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/inline_matmul_12.f90
--
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 e83caf5 Daily bump.
new 577ed3f [PR 66616] Check for thunks when adding extra constants to clones
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 | 10 +++++++
gcc/cgraphclones.c | 1 +
gcc/ipa-cp.c | 23 +++++++++++-----
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/g++.dg/ipa/pr66616.C | 54 ++++++++++++++++++++++++++++++++++++++
5 files changed, 87 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/pr66616.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 c4157ee Handle case that outer phi res is not used in a phi in gather [...]
new 9eb890f Don't allow latch with phi in try_transform_to_exit_first_loop_alt
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/autopar/pr69109-2.c | 4 ++++
gcc/testsuite/gcc.dg/autopar/pr69109.c | 4 ++++
gcc/tree-parloops.c | 4 ++++
5 files changed, 24 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/autopar/pr69109-2.c
create mode 100644 gcc/testsuite/gcc.dg/autopar/pr69109.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 4589a80 Fix docs for -frandom-seed.
new c4157ee Handle case that outer phi res is not used in a phi in gather [...]
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/autopar/pr69108.c | 4 ++++
gcc/tree-parloops.c | 2 ++
4 files changed, 17 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/autopar/pr69108.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-5-branch
in repository gcc.
from 5de4fe5 Daily bump.
new eaa6cd1 Backport fix docs for -frandom-seed.
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 | 11 ++++++++++-
gcc/common.opt | 2 +-
gcc/doc/invoke.texi | 10 +++++++---
3 files changed, 18 insertions(+), 5 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 71e083d Don't parallelize loops if libgomp not supported
new 4589a80 Fix docs for -frandom-seed.
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/common.opt | 2 +-
gcc/doc/invoke.texi | 10 +++++++---
3 files changed, 14 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 e9f6e99 2016-01-11 Andrew Burgess <andrew.burgess(a)embecosm.com>
new 71e083d Don't parallelize loops if libgomp not supported
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/tree-parloops.c | 4 ++++
2 files changed, 10 insertions(+)
--
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 5861549 Daily bump.
new e9f6e99 2016-01-11 Andrew Burgess <andrew.burgess(a)embecosm.com>
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/arc/arc.opt | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.