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.
from e6aad7f Add missing 'test' in if statement
new deb155f Correct name of synchronization file
new 39b9a14 Remove reference to ~/work
new 65fe987 Test how data is passed around
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:
bench-session-debian.yaml | 3 ++-
invoke_session_debian | 10 ++++++++--
2 files changed, 10 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 hjl/pr58066/gcc-5-branch
in repository gcc.
discards 94c030b Align stack before calling __tls_get_addr
new a357dd2 Align stack before calling __tls_get_addr
new b923fb4 Revert "Align stack before calling __tls_get_addr"
new 4e7b637 Patch from Uros
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 (94c030b)
\
N -- N -- N refs/heads/hjl/pr58066/gcc-5-branch (4e7b637)
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 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/calls.c | 8 ++++----
gcc/config/i386/i386.c | 15 ---------------
gcc/config/i386/i386.md | 16 +++++-----------
3 files changed, 9 insertions(+), 30 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 75c20a2 Mark *.omp_data_i as non-trapping
new d0b53b5 [AArch64][testsuite] Adjust some arith+compare tests for pote [...]
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 | 10 ++++++
gcc/testsuite/gcc.target/aarch64/adds1.c | 48 +++++++++++++-------------
gcc/testsuite/gcc.target/aarch64/adds3.c | 20 +++++------
gcc/testsuite/gcc.target/aarch64/ands_1.c | 25 +++++++-------
gcc/testsuite/gcc.target/aarch64/bics_1.c | 18 +++++-----
gcc/testsuite/gcc.target/aarch64/subs1.c | 56 +++++++++++++++----------------
gcc/testsuite/gcc.target/aarch64/subs3.c | 20 +++++------
7 files changed, 102 insertions(+), 95 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 commit to branch inserted_src
in repository toolchain/semiautobench.
The following commit(s) were added to refs/heads/inserted_src by this push:
new e6aad7f Add missing 'test' in if statement
e6aad7f is described below
commit e6aad7fd9071fdafae88b96e664784d25120357f
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Mon Jul 13 12:19:48 2015 +0200
Add missing 'test' in if statement
Change-Id: I867c2a2b68313783ffb2b6ebe39759ca9b5c2b3f
---
invoke_session_debian | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index fdca6be..0a7899b 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -66,7 +66,7 @@ if ! ssh -i ~/data/onetime -o StrictHostKeyChecking=no localhost [...]
fi
echo "*** WAITING FOR SOURCE: ${ip_addr}"
-while ! -e /tmp/benchsrc_lock; do inotifywait -e create /tmp; done
+while ! test -e /tmp/benchsrc_lock; do inotifywait -e create /tmp; done
echo ""
mkdir -p /run
mkdir -p /run/hacking
--
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 inserted_src
in repository toolchain/semiautobench.
The following commit(s) were added to refs/heads/inserted_src by this push:
new 7217a54 Specify key to use for localhost connection
7217a54 is described below
commit 7217a54988a73b1187b3eb114a0a5d4d4423b812
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Mon Jul 13 12:10:26 2015 +0200
Specify key to use for localhost connection
Change-Id: I861ee47de7c6186e995bef202ab2c2cdf65c965c
---
invoke_session_debian | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index 2c1bab5..fdca6be 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -60,7 +60,7 @@ export LAVA_SSH_KEYFILE=${HOME}/data/onetime
#Need to be able to ssh to self to get local sources
#Can reuse the onetime key for this
cat ~/data/onetime.pub >> ~/.ssh/authorized_keys
-if ! ssh -o StrictHostKeyChecking=no localhost true; then
+if ! ssh -i ~/data/onetime -o StrictHostKeyChecking=no localhost true; then
echo "Failed to ssh to self" >&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 43ea384 gcc/testsuite/ChangeLog:
new 75c20a2 Mark *.omp_data_i as non-trapping
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 | 4 ++++
gcc/omp-low.c | 1 +
2 files changed, 5 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.
bernie.ogden pushed a commit to branch inserted_src
in repository toolchain/semiautobench.
The following commit(s) were added to refs/heads/inserted_src by this push:
new 15c688d Remove operations on (deleted) benchmark.sh
15c688d is described below
commit 15c688da7f8bcf149965ea09743397d0914507e1
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Mon Jul 13 11:50:58 2015 +0200
Remove operations on (deleted) benchmark.sh
Change-Id: Ib0a46ff1cf8eda39353e2f86bd4e93ccdd87bbc8
---
setup_session_debian | 2 --
1 file changed, 2 deletions(-)
diff --git a/setup_session_debian b/setup_session_debian
index 7f4d11e..4352d2d 100755
--- a/setup_session_debian
+++ b/setup_session_debian
@@ -5,8 +5,6 @@ chmod a+x stop_hacking_debian
cp stop_hacking_debian /bin/stop_hacking
chmod a+x invoke_session_debian
cp invoke_session_debian /bin/invoke_session
-chmod a+x benchmark.sh
-cp benchmark.sh /bin/benchmark.sh
mkdir -p ~/.ssh/
echo $1 >> ~/.ssh/authorized_keys
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.