This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 1b8f805 gcc/ PR bootstrap/55035 * reload1.c (elimination_costs_in_i [...]
new 9808693 * ira-int.h: Include recog.h. * ira-build.c: Don't include [...]
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 | 14 ++++++++++++++
gcc/ira-build.c | 1 -
gcc/ira-color.c | 1 -
gcc/ira-conflicts.c | 1 -
gcc/ira-costs.c | 1 -
gcc/ira-emit.c | 1 -
gcc/ira-int.h | 2 ++
gcc/ira-lives.c | 1 -
gcc/ira.c | 1 -
gcc/sched-deps.c | 1 -
gcc/sel-sched.c | 1 -
gcc/target-globals.c | 2 --
12 files changed, 16 insertions(+), 11 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 de2bc05 [RTL-ifcvt] Allow PLUS+immediate expression in noce_try_store [...]
new 1b8f805 gcc/ PR bootstrap/55035 * reload1.c (elimination_costs_in_i [...]
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 | 6 ++++++
gcc/reload1.c | 12 +++++++-----
2 files changed, 13 insertions(+), 5 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 59cb1bf 2015-08-13 Paolo Carlini <paolo.carlini(a)oracle.com>
new de2bc05 [RTL-ifcvt] Allow PLUS+immediate expression in noce_try_store [...]
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/ifcvt.c | 68 +++++++++++++++++++++---
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.target/aarch64/cinc_common_1.c | 64 ++++++++++++++++++++++
4 files changed, 133 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/cinc_common_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.
bernie.ogden pushed a commit to branch bernie/benchmarking
in repository toolchain/abe.
The following commit(s) were added to refs/heads/bernie/benchmarking by this push:
new 55f0440 Take only first IP output by hostname -I
55f0440 is described below
commit 55f044094e5e584d56d5c371a82887dc22708477
Author: Bernard Ogden <bernie.ogden(a)linaro.org>
Date: Thu Aug 13 19:09:20 2015 +0200
Take only first IP output by hostname -I
In some cases, this tool outputs multiple IP addresses
Change-Id: I56252a244c1e736c93a4384af201e1bbef2506f3
---
scripts/runbenchmark.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/runbenchmark.sh b/scripts/runbenchmark.sh
index 59fad1c..3202797 100755
--- a/scripts/runbenchmark.sh
+++ b/scripts/runbenchmark.sh
@@ -11,7 +11,7 @@ trap 'exit ${error}' TERM INT HUP QUIT #Signal death can be part [...]
#Precondition: the target is in known_hosts
ssh_opts="-F /dev/null -o StrictHostKeyChecking=yes -o CheckHostIP=yes"
-host_ip="`hostname -I | tr -d '[[:space:]]'`" #hostname -I includes a trailing space
+host_ip="`hostname -I | cut -f 1 -d ' '`" #hostname -I includes a trailing space
tag=
benchmark=
--
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 bernie/benchmarking
in repository toolchain/abe.
discards 94fbb2b Correct comment about toolchain req for prebuilt case
discards 94d3d38 Add xz-utils to host deps
discards 3f1929a On early failure, report completion to host
discards 29c043e Be more space efficient with host tarball extraction
discards a6da36b Be more space efficient with target tarball extraction
new 2bc136c Be more space efficient with target tarball extraction
new 5bb9e50 Be more space efficient with host tarball extraction
new 992fa44 On early failure, report completion to host
new 942d221 Add xz-utils to host deps
new ca3e04a Correct comment about toolchain req for prebuilt case
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 (94fbb2b)
\
N -- N -- N refs/heads/bernie/benchmarking (ca3e04a)
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 5 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/runbenchmark.sh | 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.
bernie.ogden pushed a change to branch bernie/benchmarking
in repository toolchain/abe.
discards f0bea3b Invent local sessions
discards a9983a6 Add xz-utils to host deps
discards 9b5e739 Only download/unpack toolchain if building benchmark
new 94d3d38 Add xz-utils to host deps
new 94fbb2b Correct comment about toolchain req for prebuilt case
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 (f0bea3b)
\
N -- N -- N refs/heads/bernie/benchmarking (94fbb2b)
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:
config/bench/lava/local-session | 126 -----------------------------------
config/bench/lava/local-session.yaml | 42 ------------
scripts/Benchmark.job | 44 ++++++------
3 files changed, 22 insertions(+), 190 deletions(-)
delete mode 100755 config/bench/lava/local-session
delete mode 100644 config/bench/lava/local-session.yaml
--
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 1646db9 2015-08-13 Ville Voutilainen <ville.voutilainen(a)gmail.com>
new 59cb1bf 2015-08-13 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 | 6 ++++++
gcc/testsuite/g++.dg/ext/attribute-may-alias-1.C | 15 +++++++++++++++
gcc/testsuite/g++.dg/ext/attribute-may-alias-2.C | 13 +++++++++++++
3 files changed, 34 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/ext/attribute-may-alias-1.C
create mode 100644 gcc/testsuite/g++.dg/ext/attribute-may-alias-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 master
in repository gcc.
from a65c36d * include/bits/alloc_traits.h: Add feature-test macro. * in [...]
new 4958a58 2015-08-13 Ville Voutilainen <ville.voutilainen(a)gmail.com>
new 1646db9 2015-08-13 Ville Voutilainen <ville.voutilainen(a)gmail.com>
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:
libstdc++-v3/ChangeLog | 17 ++++
libstdc++-v3/doc/html/manual/status.html | 4 +-
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 2 +-
libstdc++-v3/include/Makefile.am | 1 +
libstdc++-v3/include/Makefile.in | 1 +
libstdc++-v3/include/experimental/array | 109 +++++++++++++++++++++
.../testsuite/experimental/array/make_array.cc | 47 +++++++++
.../requirements5.cc => array/neg.cc} | 13 +--
8 files changed, 185 insertions(+), 9 deletions(-)
create mode 100644 libstdc++-v3/include/experimental/array
create mode 100644 libstdc++-v3/testsuite/experimental/array/make_array.cc
copy libstdc++-v3/testsuite/experimental/{propagate_const/requirements5.cc => arra [...]
--
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 bernie/benchmarking
in repository toolchain/abe.
discards e8d103f Invent local sessions
discards 7f3268f Add xz-utils to host deps
discards 7241071 Only download/unpack toolchain if building benchmark
discards f3c0ac3 On early failure, report completion to host
discards c167cdc Be more space efficient with target tarball extraction
new a6da36b Be more space efficient with target tarball extraction
new 29c043e Be more space efficient with host tarball extraction
new 3f1929a On early failure, report completion to host
new 9b5e739 Only download/unpack toolchain if building benchmark
new a9983a6 Add xz-utils to host deps
new f0bea3b Invent local sessions
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 (e8d103f)
\
N -- N -- N refs/heads/bernie/benchmarking (f0bea3b)
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 6 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/Benchmark.job | 2 +-
scripts/runbenchmark.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.