This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from eab7bd2 [PATCH][AArch64] Improve spill code - swap order in shl pattern
new 505e1f9 [ARM] PR/63870 Add qualifier to check lane bounds in expand
new 732205b [ARM] PR/63870 Add a __builtin_lane_check
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 | 54 +++++++++++++++++++++++
gcc/config/arm/arm-builtins.c | 84 +++++++++++++++++++++++++++++++-----
gcc/config/arm/arm-protos.h | 2 +-
gcc/config/arm/arm.c | 21 ++++++---
gcc/config/arm/arm_neon_builtins.def | 82 +++++++++++++++++------------------
gcc/config/arm/neon.md | 41 +++---------------
6 files changed, 189 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.
unknown user pushed a change to branch hjl/indbr/master
in repository gcc.
discards a5a47d5 Generate indirect branch relocation
discards 599f1c8 Check if x86 gas supports indirect branch via GOT
adds e954729 Daily bump.
adds 9b6b471 2015-07-27 Richard Biener <rguenther(a)suse.de>
adds 6784a47 PR c++/66555 PR c/54979 * c-common.c (find_array_ref_with_ [...]
adds ab2874b 2015-07-27 Matthew Wahab <matthew.wahab(a)arm.com>
adds 1ed4ddb Fix logic error in Fortran OpenACC parsing
adds eab7bd2 [PATCH][AArch64] Improve spill code - swap order in shl pattern
new a697cf8 Check if x86 gas supports indirect branch via GOT
new 15f53c1 Generate indirect branch relocation
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 (a5a47d5)
\
N -- N -- N refs/heads/hjl/indbr/master (15f53c1)
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 | 35 +++++++++++
gcc/DATESTAMP | 2 +-
gcc/c-family/ChangeLog | 9 +++
gcc/c-family/c-common.c | 64 +++++++++++++++++++
gcc/c-family/c-common.h | 1 +
gcc/c-family/c.opt | 4 ++
gcc/c/ChangeLog | 6 ++
gcc/c/c-typeck.c | 3 +
gcc/config/aarch64/aarch64.md | 14 ++---
gcc/config/arm/arm-arches.def | 3 +-
gcc/config/arm/arm-c.c | 5 ++
gcc/config/arm/arm-cores.def | 4 +-
gcc/config/arm/arm-protos.h | 6 +-
gcc/config/arm/arm-tables.opt | 31 +++++-----
gcc/config/arm/arm.c | 4 ++
gcc/config/arm/arm.h | 2 +-
gcc/config/arm/driver-arm.c | 3 +
gcc/cp/ChangeLog | 8 +++
gcc/cp/call.c | 2 +
gcc/cp/pt.c | 1 +
gcc/doc/invoke.texi | 19 +++++-
gcc/fortran/ChangeLog | 5 ++
gcc/fortran/parse.c | 6 +-
gcc/genmatch.c | 72 +++++++++++++++++++---
gcc/testsuite/ChangeLog | 6 ++
.../c-c++-common/Wtautological-compare-1.c | 70 +++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/decltype-54581.C | 2 +-
gcc/testsuite/g++.dg/other/vector-compare.C | 2 +-
28 files changed, 348 insertions(+), 41 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wtautological-compare-1.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 1ed4ddb Fix logic error in Fortran OpenACC parsing
new eab7bd2 [PATCH][AArch64] Improve spill code - swap order in shl pattern
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/aarch64/aarch64.md | 14 +++++++-------
2 files changed, 12 insertions(+), 7 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 remove_hackingisms
in repository toolchain/semiautobench.
was f3f3771 Move early IP report to first script
This change permanently discards the following revisions:
discards f3f3771 Move early IP report to first script
discards af786a8 Remove hacking session isms
discards 89b4665 Create debug mode
--
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.
commit 613b8fe7826296ef99acf7d539b93131d3042a54
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Fri Jul 24 15:44:53 2015 +0200
Remove hacking session isms
We keep the bit that computes the IP address, even though
lava-network will tell us the same thing later - this is for
debugging of early problems.
Change-Id: I753801fcc4c051401d0aabb218bb7fd02d33324f
---
invoke_session_debian | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index aa28ae9..c0b7108 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -1,5 +1,4 @@
#!/bin/bash
-# Usage ./invoke_session <gateway>
set -u
set -o pipefail
@@ -34,17 +33,11 @@ if test x"$6" = xNone; then
else
export compiler_flags="$6"
fi
-echo "Target's Gateway: $gateway"
-
-if ! grep 'invoke_session' /etc/rc.local
-then
- sed -i '/bin/a invoke_session &' /etc/rc.local
-fi
# Obtain target IP and Hostname
ip_addr=$(ifconfig `ip route get $gateway | cut -d ' ' -f3` | grep 'inet addr' |aw [...]
hostname=$(cat /etc/hostname)
-echo ${ip_addr}
+echo "IP address for early debugging: ${ip_addr}"
# Set the PATH to use the LAVA api
echo "export PATH=/lava/bin/:$PATH" > ~/.bashrc
@@ -84,11 +77,6 @@ if ! ssh -o NoHostAuthenticationForLocalhost=yes localhost true; then
exit 1
fi
-echo ""
-mkdir -p /run
-mkdir -p /run/hacking
-echo $$ > /run/hacking/hacking.pid
-
#Generate config file for each target in multinode job
lava-network broadcast eth0
lava-network collect eth0
--
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.
omits f3f3771 Move early IP report to first script
omits af786a8 Remove hacking session isms
omits 89b4665 Create debug mode
new 4a4cbb2 Create debug mode
new 613b8fe Remove hacking session isms
new 23977c1 Move early IP report to first script
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 (f3f3771)
\
N -- N -- N refs/heads/inserted_src (23977c1)
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:
--
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.
commit 23977c175b5c417bc98bbeee3177a6615b4d530d
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Mon Jul 27 12:33:16 2015 +0200
Move early IP report to first script
This is even earlier, and de-pollutes the main script a little.
Change-Id: I6dd6276190cad4af1c17b1c1ec78ed0627133bc0
---
bench-session-debian.yaml | 3 +--
invoke_session_debian | 22 ++++++++--------------
setup_session_debian | 5 +++++
3 files changed, 14 insertions(+), 16 deletions(-)
diff --git a/bench-session-debian.yaml b/bench-session-debian.yaml
index b349a5e..934c8a6 100644
--- a/bench-session-debian.yaml
+++ b/bench-session-debian.yaml
@@ -6,7 +6,6 @@ metadata:
params:
PUB_KEY: None
- GATEWAY: 10.0.0.1
ABE_BRANCH: benchmarking
BENCHMARK: fakebench
TOOLCHAIN: https://releases.linaro.org/14.11/components/toolchain/binaries/arm [...]
@@ -37,4 +36,4 @@ install:
run:
steps:
- ./setup_session_debian "$PUB_KEY"
- - env BENCH_DEBUG="$BENCH_DEBUG" ./invoke_session_debian "$GATEWAY" "$ABE_ [...]
+ - env BENCH_DEBUG="$BENCH_DEBUG" ./invoke_session_debian "$ABE_BRANCH" "$B [...]
diff --git a/invoke_session_debian b/invoke_session_debian
index c0b7108..2c05826 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -16,29 +16,22 @@ function exitfunc {
trap exitfunc EXIT
-# Hack for now until lava-test-shell is smart enough to know it's dispatcher ip
-gateway=$1
-abe_branch="$2"
+abe_branch="$1"
#these parameters used by Benchmark.job
-export benchmark="$3"
-export toolchain="$4"
-if test x"$5" = xNone; then
+export benchmark="${2:?Must set a benchmark}"
+export toolchain="${3:?Must set a toolchain}"
+if test x"$4" = xNone; then
export run_flags=
else
- export run_flags="$5"
+ export run_flags="$4"
fi
-if test x"$6" = xNone; then
+if test x"$5" = xNone; then
export compiler_flags=
else
- export compiler_flags="$6"
+ export compiler_flags="$5"
fi
-# Obtain target IP and Hostname
-ip_addr=$(ifconfig `ip route get $gateway | cut -d ' ' -f3` | grep 'inet addr' |aw [...]
-hostname=$(cat /etc/hostname)
-echo "IP address for early debugging: ${ip_addr}"
-
# Set the PATH to use the LAVA api
echo "export PATH=/lava/bin/:$PATH" > ~/.bashrc
@@ -80,6 +73,7 @@ fi
#Generate config file for each target in multinode job
lava-network broadcast eth0
lava-network collect eth0
+ip_addr="$(lava-network query `lava-group | grep '[[:blank:]]\+host$' | awk '{prin [...]
#Request agent just before we need it
#This would be two keys in one agent if we wanted one for source, one for job
diff --git a/setup_session_debian b/setup_session_debian
index 4352d2d..ac6c2b5 100755
--- a/setup_session_debian
+++ b/setup_session_debian
@@ -12,3 +12,8 @@ echo "Public Key Installed: $1"
/etc/init.d/ssh restart
echo "sshd re-started"
+
+echo "Hostname for early debugging: $(cat /etc/hostname)"
+echo "IP address for early debugging: $(hostname -I)"
+
+
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.