This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch bernie/jenkmarking-multinode
in repository toolchain/abe.
from 7e9b523 Let maindir be specified from the outside
new d9f7f8a Remove last listener
new 6c6a351 Make an error message more sensible
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:
scripts/benchutil.sh | 107 -------------------------
scripts/establish_listener.sh | 181 ------------------------------------------
scripts/runbenchmark.sh | 93 ++++------------------
3 files changed, 15 insertions(+), 366 deletions(-)
delete mode 100644 scripts/benchutil.sh
delete mode 100755 scripts/establish_listener.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.
bernie.ogden pushed a commit to branch bernie/jenkmarking-multinode
in repository toolchain/abe.
commit 6c6a351184633ba10bd27b35567d938bd7f91f08
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Thu Jul 23 14:00:00 2015 +0200
Make an error message more sensible
Targets are always assume to be booted, now that we do not handle
LAVA internally.
Change-Id: I9bfcaa61c243f2fd80cc23ca1f5d33f6b0321a61
---
scripts/runbenchmark.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/runbenchmark.sh b/scripts/runbenchmark.sh
index a277805..547ae35 100755
--- a/scripts/runbenchmark.sh
+++ b/scripts/runbenchmark.sh
@@ -111,7 +111,7 @@ clean_benchmark()
}
if ! (. "${topdir}"/lib/common.sh; remote_exec "${ip}" true ${ssh_opts}) > /dev/nu [...]
- echo "Unable to connect to target ${ip:-(unknown)} after boot" 1>&2
+ echo "Unable to connect to target ${ip:-(unknown)}" 1>&2
exit 1
fi
--
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 trunk
in repository gcc.
from ddb5dd6 /cp 2015-07-23 Paolo Carlini <paolo.carlini(a)oracle.com>
new 480233e gcc/
new 10adbe6 2015-07-23 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 | 6 ++++++
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gcc.dg/torture/pr66952.c | 4 ++--
gcc/testsuite/gcc.dg/vect/pr66951.c | 14 ++++++++++++++
gcc/tree-vect-loop-manip.c | 9 ++-------
5 files changed, 34 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr66951.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 ddb5dd6 /cp 2015-07-23 Paolo Carlini <paolo.carlini(a)oracle.com>
new 480233e gcc/
new 10adbe6 2015-07-23 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 | 6 ++++++
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gcc.dg/torture/pr66952.c | 4 ++--
gcc/testsuite/gcc.dg/vect/pr66951.c | 14 ++++++++++++++
gcc/tree-vect-loop-manip.c | 9 ++-------
5 files changed, 34 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr66951.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 1b6fcbf gcc/
new 3e7fcef gcc/
new e949f47 gcc/
new 2a713ca gcc/
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 | 33 +++++++++++
gcc/cfgexpand.c | 92 ++++++++++++++++++-----------
gcc/function.c | 33 ++++++-----
gcc/ipa-chkp.c | 23 ++------
gcc/testsuite/ChangeLog | 28 +++++++++
gcc/testsuite/gcc.target/i386/mpx/pr66567.c | 16 +++++
gcc/testsuite/gcc.target/i386/mpx/pr66568.c | 11 ++++
gcc/testsuite/gcc.target/i386/mpx/pr66569.c | 14 +++++
gcc/tree-chkp.c | 17 +++++-
gcc/tree-chkp.h | 1 +
10 files changed, 197 insertions(+), 71 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/mpx/pr66567.c
create mode 100644 gcc/testsuite/gcc.target/i386/mpx/pr66568.c
create mode 100644 gcc/testsuite/gcc.target/i386/mpx/pr66569.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 6e64f22 gcc/
new 9e32ae3 gcc/
new 1b6fcbf gcc/
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 | 3 ++-
gcc/function.c | 2 +-
gcc/testsuite/ChangeLog | 16 ++++++++++++++++
gcc/testsuite/gcc.target/i386/mpx/pr66048.cc | 16 ++++++++++++++++
gcc/testsuite/gcc.target/i386/mpx/pr66134.c | 17 +++++++++++++++++
gcc/tree-chkp.c | 20 +++++++++++++++-----
7 files changed, 86 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/mpx/pr66048.cc
create mode 100644 gcc/testsuite/gcc.target/i386/mpx/pr66134.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 trunk
in repository gcc.
from 24882f0 [combine][obvious] Use std::swap in try_combine
new ddb5dd6 /cp 2015-07-23 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/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 3 ++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/expr/string-2.C | 2 +-
gcc/testsuite/g++.dg/parse/error57.C | 4 ++++
5 files changed, 19 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/error57.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 trunk
in repository gcc.
from 607f558 I6400 scheduling.
new 24882f0 [combine][obvious] Use std::swap in try_combine
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/combine.c | 6 +++---
2 files changed, 8 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 trunk
in repository gcc.
from 4e503e6 2015-07-23 Richard Biener <rguenther(a)suse.de>
new 607f558 I6400 scheduling.
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 | 15 +++++
gcc/config/mips/i6400.md | 142 ++++++++++++++++++++++++++++++++++++++++
gcc/config/mips/mips-cpus.def | 7 +-
gcc/config/mips/mips-tables.opt | 2 +
gcc/config/mips/mips.c | 16 ++++-
gcc/config/mips/mips.h | 3 +-
gcc/config/mips/mips.md | 2 +
gcc/doc/invoke.texi | 1 +
8 files changed, 184 insertions(+), 4 deletions(-)
create mode 100644 gcc/config/mips/i6400.md
--
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 inserted_src
in repository toolchain/semiautobench.
discards b94e85e Specify maindir for Benchmark.job
new aa0f14e Specify maindir for Benchmark.job
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 (b94e85e)
\
N -- N -- N refs/heads/inserted_src (aa0f14e)
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 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:
invoke_session_debian | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.