This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance
in repository toolchain/abe.
from e889867 WIP: Experiment in collecting metadata
new 39fdf5e Remove redundant TODO
new e454302 Add script to derive all job parameters
new f2f0f6b Import template.yaml from lava-jobs
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:
config/bench/jobdefs/template.yaml | 62 ++++++++++++++++++++++++++++++++++++++
scripts/Benchmark.sh | 49 ++++++++++++++++++++++++++++++
scripts/benchmark.sh | 3 --
3 files changed, 111 insertions(+), 3 deletions(-)
create mode 100644 config/bench/jobdefs/template.yaml
create mode 100755 scripts/Benchmark.sh
--
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 9858801 PR tree-optimization/68128 * tree.h (OMP_CLAUSE_SHARED_READ [...]
new 1b48940 2015-11-26 Paolo Carlini <paolo.carlini(a)oracle.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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/no-weak1.C | 13 +++++++++++++
2 files changed, 18 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/no-weak1.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 56fcaa9 2015-11-26 Paolo Bonzini <bonzini(a)gnu.org>
new 9858801 PR tree-optimization/68128 * tree.h (OMP_CLAUSE_SHARED_READ [...]
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 | 35 ++++++
gcc/gimplify.c | 190 ++++++++++++++++++++++++++++++--
gcc/omp-low.c | 10 +-
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.dg/gomp/pr68128-1.c | 32 ++++++
gcc/testsuite/gcc.dg/gomp/pr68128-2.c | 198 ++++++++++++++++++++++++++++++++++
gcc/tree-nested.c | 4 +
gcc/tree.h | 5 +
8 files changed, 467 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr68128-1.c
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr68128-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 299a698 [ARM] Disable neon testing for armv7-m
new 7ab74b5 PR c++/68508 * cp-tree.h (cp_ubsan_maybe_instrument_downcas [...]
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/cp/ChangeLog | 10 ++++++++++
gcc/cp/cp-tree.h | 2 +-
gcc/cp/cp-ubsan.c | 7 ++++---
gcc/cp/typeck.c | 6 ++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/ubsan/pr68508.C | 15 +++++++++++++++
6 files changed, 39 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr68508.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 c62f411 [calls.c] PR rtl-optimization/67226: Take into account preten [...]
new 56fcaa9 2015-11-26 Paolo Bonzini <bonzini(a)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/ChangeLog | 9 +++++++++
gcc/doc/implement-c.texi | 8 +++++---
2 files changed, 14 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 gcc-5-branch
in repository gcc.
from 66c6019 PR go/61303 runtime: don't overallocate in select code
new 299a698 [ARM] Disable neon testing for armv7-m
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/lib/target-supports.exp | 4 ++--
2 files changed, 8 insertions(+), 2 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 2c05794 [AArch64] Update patterns to support FP zero
new e2225bd PR c++/68508 * cp-tree.h (cp_ubsan_maybe_instrument_downcas [...]
new c62f411 [calls.c] PR rtl-optimization/67226: Take into account preten [...]
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 | 9 ++++++
gcc/calls.c | 7 +++++
gcc/cp/ChangeLog | 10 +++++++
gcc/cp/cp-tree.h | 2 +-
gcc/cp/cp-ubsan.c | 7 +++--
gcc/cp/typeck.c | 6 ++--
gcc/testsuite/ChangeLog | 10 +++++++
gcc/testsuite/g++.dg/ubsan/pr68508.C | 15 ++++++++++
gcc/testsuite/gcc.c-torture/execute/pr67226.c | 42 +++++++++++++++++++++++++++
9 files changed, 102 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/pr68508.C
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr67226.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 0e5ab63 PR c++/67876 - [6 Regression] ICE when compiling Firefox 38
new 520d5ab * testsuite/libgomp.c/target-35.c: New test.
new 2c05794 [AArch64] Update patterns to support FP zero
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 | 10 +++
gcc/config/aarch64/aarch64-ldpstp.md | 12 +--
gcc/config/aarch64/aarch64.md | 14 ++--
libgomp/ChangeLog | 4 +
libgomp/testsuite/libgomp.c/target-35.c | 129 ++++++++++++++++++++++++++++++++
5 files changed, 156 insertions(+), 13 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c/target-35.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 1217800 PR go/61303 runtime: don't overallocate in select code
new 0e5ab63 PR c++/67876 - [6 Regression] ICE when compiling Firefox 38
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/cp/ChangeLog | 10 ++++++++--
gcc/cp/pt.c | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr67876.C | 32 ++++++++++++++++++++++++++++++++
4 files changed, 46 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/pr67876.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 9f45aa5 Daily bump.
new 1217800 PR go/61303 runtime: don't overallocate in select code
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/go/gofrontend/MERGE | 2 +-
libgo/runtime/netpoll_select.c | 16 ++++++++++------
2 files changed, 11 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.