This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch benchmarking-generic-triple
in repository toolchain/abe.
discards c4093d1 Find Coremark-Pro binaries with arbitrary triple
new 5d202ac Remove triple mismatch check
new 509f04e Find Coremark-Pro binaries with arbitrary triple
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 (c4093d1)
\
N -- N -- N refs/heads/benchmarking-generic-triple (509f04e)
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:
config/Coremark-Pro.conf | 8 ++++----
scripts/Benchmark.sh | 20 --------------------
2 files changed, 4 insertions(+), 24 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.
bernie.ogden pushed a change to branch benchmarking-generic-triple
in repository toolchain/abe.
at c4093d1 Find Coremark-Pro binaries with arbitrary triple
This branch includes the following new commits:
new c4093d1 Find Coremark-Pro binaries with arbitrary triple
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.
--
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 5a8e414 Daily bump.
new 585aefb PR middle-end/70550 * tree.h (OMP_CLAUSE_FIRSTPRIVATE_IMPLI [...]
new 0cbb513 * config/i386/i386.c (ix86_simd_clone_compute_vecsize_and_si [...]
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 | 18 +++++++
gcc/config/i386/i386.c | 41 ++++++++++++---
gcc/gimplify.c | 2 +
gcc/omp-low.c | 24 ++++++++-
gcc/testsuite/ChangeLog | 15 ++++++
gcc/testsuite/c-c++-common/gomp/pr70550-1.c | 81 +++++++++++++++++++++++++++++
gcc/testsuite/c-c++-common/gomp/pr70550-2.c | 55 ++++++++++++++++++++
gcc/testsuite/g++.dg/gomp/declare-simd-1.C | 10 ++++
gcc/testsuite/g++.dg/gomp/declare-simd-3.C | 8 +++
gcc/testsuite/g++.dg/gomp/declare-simd-4.C | 4 ++
gcc/testsuite/gcc.dg/gomp/declare-simd-1.c | 18 +++++++
gcc/testsuite/gcc.dg/gomp/declare-simd-3.c | 3 ++
gcc/testsuite/lib/target-supports.exp | 2 +-
gcc/tree.h | 4 ++
14 files changed, 276 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr70550-1.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr70550-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 gcc-5-branch
in repository gcc.
from e93d5f4 2016-04-06 Richard Biener <rguenther(a)suse.de>
new a6bd1ea 2016-04-06 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 | 17 +++++++++++++++++
gcc/gimple-expr.c | 4 ++--
gcc/gimple-expr.h | 10 +++++-----
gcc/gimple.c | 4 ++--
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/pr70177.c | 15 +++++++++++++++
gcc/tree-ssa-forwprop.c | 2 +-
gcc/tree-ssa-loop-niter.c | 4 ++--
8 files changed, 52 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr70177.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.
christophe.lyon pushed a change to branch no-div-by-0
in repository toolchain/gcc-compare-results.
at 5469620 compare_dg_tests.pl: Avoid division by zero in case no test w [...]
This branch includes the following new commits:
new 5469620 compare_dg_tests.pl: Avoid division by zero in case no test w [...]
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.
--
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 b575392 2016-04-06 Richard Biener <rguenther(a)suse.de>
new e93d5f4 2016-04-06 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 | 16 +++++
gcc/testsuite/ChangeLog | 14 +++++
.../gcc.dg/graphite/isl-codegen-loop-dumping.c | 2 +-
gcc/testsuite/gcc.dg/torture/pr69760.c | 50 ++++++++++++++++
gcc/tree-chrec.c | 12 ++--
gcc/tree-scalar-evolution.c | 70 ++++++++++++++++++----
6 files changed, 146 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr69760.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 dc71cc0 2016-04-06 Richard Biener <rguenther(a)suse.de>
new 84d7439 2016-04-06 Richard Biener <rguenther(a)suse.de>
new b575392 2016-04-06 Richard Biener <rguenther(a)suse.de>
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 | 35 +++++++++++++++++++++++++++++
gcc/builtins.c | 2 +-
gcc/ipa-prop.c | 3 ++-
gcc/testsuite/ChangeLog | 21 +++++++++++++++++
gcc/testsuite/gcc.dg/pr70022.c | 10 +++++++++
gcc/testsuite/gcc.dg/torture/pr68963.c | 41 ++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr70115.c | 20 +++++++++++++++++
gcc/tree-ssa-loop-ivcanon.c | 36 ++---------------------------
gcc/tree-ssa-loop-niter.c | 14 +++++++-----
9 files changed, 141 insertions(+), 41 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr70022.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr68963.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr70115.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 4ed46bc Daily bump.
new dc71cc0 2016-04-06 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 | 23 +++++++++++++++++++++++
gcc/alias.c | 14 ++++++++++++++
gcc/cp/ChangeLog | 9 +++++++++
gcc/cp/typeck.c | 2 +-
gcc/dse.c | 7 +++----
gcc/fold-const.c | 15 ++++++++-------
gcc/rtl.h | 2 ++
gcc/testsuite/ChangeLog | 23 +++++++++++++++++++++++
gcc/testsuite/g++.dg/ext/vector30.C | 15 +++++++++++++++
gcc/testsuite/gcc.dg/torture/pr70333.c | 19 +++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr70450.c | 19 +++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr70484.c | 19 +++++++++++++++++++
12 files changed, 155 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/vector30.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr70333.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr70450.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr70484.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 0b91cce PR c++/70512 * class.c (fixup_may_alias): New. (fixup_attr [...]
new 5a8e414 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-5-branch
in repository gcc.
from 7824033 * config/pa/predicates.md (integer_store_memory_operand): Ac [...]
new 4ed46bc Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.