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 62e8a8a WIP: Different multinode tack
62e8a8a is described below
commit 62e8a8abb29fbbd324930d8fbd0195c65e9059b1
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Mon Jul 20 14:32:13 2015 +0200
WIP: Different multinode tack
Change-Id: I3fa527e643282fb0f94599fdb55f37a4adf4febf
---
invoke_session_debian | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/invoke_session_debian b/invoke_session_debian
index 180783f..01ba94a 100755
--- a/invoke_session_debian
+++ b/invoke_session_debian
@@ -90,9 +90,15 @@ mkdir -p /run/hacking
echo $$ > /run/hacking/hacking.pid
#Generate config file for each target in multinode job
-lava-network collect eth0 target
+#lava-network collect eth0 target
+lava-wait-all ip target
+echo WAITED > /dev/console
+cat /tmp/lava_multi_node_cache.txt
+echo GROUPS > /dev/console
+lava-group
declare -A targets
for lava_name in `lava-group | grep '[[:blank:]]*target$' | awk '{print $1}'`; do
+ echo "NAME ${lava_name}" > /dev/console
target_ip="$(lava-network query \"${lava_name}\" ipv4)"
if test $? -ne 0; then echo "Failed to find IP for ${lava_name}"; sleep infinity [...]
target_base="$(echo \"${lava_name}\" | sed 's/[[:digit:]]*$//')" #TODO: HACK
--
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 3c96ade Daily bump.
new 05d2655 Fix partial specialization syntax of wide int traits.
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/wide-int.h | 10 ----------
2 files changed, 5 insertions(+), 10 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 6e08238 * doc/xml/manual/status_cxx2017.xml: Fix URL for N4279. * d [...]
new 3c96ade 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 trunk
in repository gcc.
from cab0d20 Daily bump.
new 6e08238 * doc/xml/manual/status_cxx2017.xml: Fix URL for N4279. * d [...]
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/doc/html/manual/status.html | 2 +-
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 2 +-
3 files changed, 7 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 hjl/iamcu/gcc-5-branch
in repository gcc.
discards 3a9e41e Cleanup FPmode splitters a bit
discards c1e6391 More fix for PR rtl-optimization/66626
discards e88db1d Fix PR rtl-optimization/66626
discards d61763f Replicate static chain on the stack
discards 9a17e3b Add a testcase for PR target/66824
discards ba8f26c Fix PR target/66824
discards a5ccc8f Allow indirect sibcall with register arguments
discards b78d5b7 Adjust variable shift costs for IA MCU
discards e013b6f Update config/i386/iamcu.h
discards e6eb8b8 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
discards 2bd3286 Check int_size_in_bytes in ix86_return_in_memory
discards 360360b Allow <adxintrin.h> for IA MCU
discards ccf5de7 Don't pass/return vectors in registers for IAMCU
discards 239927a Optimize i?86-*-elfiamcu for iamcu by default
discards 918cee9 Add -march=iamcu to optimize for IA MCU
discards c80ab15 Add IA MCU support to x86intrin.h
discards ed7f807 IA MCU psABI support: testsuite
discards 8af4667 IA MCU psABI support: changes to libraries
discards bc45466 IA MCU psABI support: GCC changes
adds 39b5cd8 PR target/66922 * config/i386/i386.c (ix86_expand_pinsr): R [...]
adds 16b6b8e Daily bump.
new 6a00ee0 IA MCU psABI support: GCC changes
new a95cebd IA MCU psABI support: changes to libraries
new a1e2339 IA MCU psABI support: testsuite
new e1e2597 Add IA MCU support to x86intrin.h
new 104e858 Add -march=iamcu to optimize for IA MCU
new fbd7c54 Optimize i?86-*-elfiamcu for iamcu by default
new 0a36965 Don't pass/return vectors in registers for IAMCU
new 8c27a3d Allow <adxintrin.h> for IA MCU
new 894db30 Check int_size_in_bytes in ix86_return_in_memory
new be29017 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
new 31a26c8 Update config/i386/iamcu.h
new 1d55c12 Adjust variable shift costs for IA MCU
new 605380e Fix PR target/65753
new 1a5931a Allow indirect sibcall with register arguments
new cea782e Fix PR target/66824
new fd885f0 Add a testcase for PR target/66824
new 2355c67 Replicate static chain on the stack
new dba25d1 Fix PR rtl-optimization/66626
new d1b9ab5 More fix for PR rtl-optimization/66626
new 64b03b2 Cleanup FPmode splitters a bit
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 (3a9e41e)
\
N -- N -- N refs/heads/hjl/iamcu/gcc-5-branch (64b03b2)
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 20 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 | 12 ++++++++---
gcc/DATESTAMP | 2 +-
gcc/config/i386/i386.c | 10 +++++++---
gcc/testsuite/ChangeLog | 5 +++++
.../gcc.target/i386/{pr66819-1.c => pr65753.c} | 4 ++--
gcc/testsuite/gcc.target/i386/pr66922.c | 23 ++++++++++++++++++++++
6 files changed, 47 insertions(+), 9 deletions(-)
copy gcc/testsuite/gcc.target/i386/{pr66819-1.c => pr65753.c} (53%)
create mode 100644 gcc/testsuite/gcc.target/i386/pr66922.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 ad02792 fix compilation of vmsdbgout.c
new cab0d20 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 trunk
in repository gcc.
from 2e345fc PR target/66922 * config/i386/i386.c (ix86_expand_pextr): R [...]
new ad02792 fix compilation of vmsdbgout.c
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/vmsdbgout.c | 2 +-
2 files changed, 6 insertions(+), 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 trunk
in repository gcc.
from 0d8001a fix pr46851 and pr60340: remove unmaintained omega dependence test
new 2e345fc PR target/66922 * config/i386/i386.c (ix86_expand_pextr): R [...]
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 | 7 +++++++
gcc/config/i386/i386.c | 8 ++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr66922.c | 23 +++++++++++++++++++++++
4 files changed, 43 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr66922.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 3bd5670 Daily bump.
new 0d8001a fix pr46851 and pr60340: remove unmaintained omega dependence test
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 | 55 +
gcc/Makefile.in | 1 -
gcc/common.opt | 2 +-
gcc/doc/invoke.texi | 35 +-
gcc/doc/loop.texi | 31 -
gcc/graphite-blocking.c | 1 +
gcc/graphite-isl-ast-to-gimple.c | 1 +
gcc/graphite-optimize-isl.c | 1 +
gcc/graphite-sese-to-poly.c | 1 +
gcc/graphite.c | 1 +
gcc/omega.c | 5524 -------------------------------
gcc/omega.h | 341 --
gcc/params.def | 35 -
gcc/passes.def | 1 -
gcc/testsuite/ChangeLog | 7 +
gcc/testsuite/g++.dg/other/pr35011.C | 26 -
gcc/testsuite/gcc.dg/tree-ssa/pr42327.c | 7 -
gcc/tree-data-ref.c | 695 +---
gcc/tree-data-ref.h | 6 -
gcc/tree-ssa-loop.c | 48 -
gcc/tree-ssa-phiopt.c | 1 +
gcc/tree-vect-data-refs.c | 1 +
gcc/tree-vect-slp.c | 1 +
23 files changed, 84 insertions(+), 6738 deletions(-)
delete mode 100644 gcc/omega.c
delete mode 100644 gcc/omega.h
delete mode 100644 gcc/testsuite/g++.dg/other/pr35011.C
delete mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr42327.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.