This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr70155/master
in repository gcc.
at 057426b Add scalar_to_vector_candidate_XX_p/emove_non_convertible_regs_xx
This branch includes the following new commits:
new 057426b Add scalar_to_vector_candidate_XX_p/emove_non_convertible_regs_xx
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.
--
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 96abb9f PR target/70049 * config/i386/sse.md (*vec_extract<mode>): [...]
new 6733c0e 2016-03-09 Richard Biener <rguenther(a)suse.de> Jakub Jeline [...]
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/testsuite/ChangeLog | 7 ++++++
gcc/testsuite/gcc.dg/vect/pr70138-1.c | 40 +++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr70138-2.c | 35 ++++++++++++++++++++++++++++++
gcc/tree-vect-loop-manip.c | 3 ++-
5 files changed, 91 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr70138-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr70138-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.
bernie.ogden pushed a change to branch bernie/benchmarking-buildlog
in repository toolchain/abe.
discards af1bccc Attach output from build to host run
discards 79791cc Attach build logs to host run
adds 0c01335 Move comment in mustang.conf
adds 70a7204 Generate YAML direct, not via template
adds 869febb dispatch-benchmark.py takes multiple targets
adds 3bba163 dispatch-benchmark.py: Permit role:conf specifiers
adds 6e6e1fe dispatch-benchmark.py: Rename Benchmark.sh subproc
adds 053ec29 Abandon rule that single target has role target
adds 171f479 Tag specification in Benchmark.sh and CLI
adds 4b01994 dispatch-benchmark.py: Delay token lookup
adds 6995a31 Benchmark.sh: Standardize quoting
adds 5e6f670 Benchmark.sh: Generic metadata before specific
adds 50ff370 host_ip can only be an IP address, don't resolve
adds 52b5a9d If we cannot resolve target, assume we have IP
adds 7a4a426 Log sleeper when host-session fails
adds 747d5d8 Comments for host-session yaml files
adds 10f6a3f CLI interface: Default to microinstance server
adds 0af93b3 CLI interface: Add dry-yaml option
adds 2c8f096 target-session-tools: Add size
adds b775def Benchmark.sh: Check that LAVA_SERVER is set.
adds af9bfc6 Benchmark.sh: Use precooked Juno image
adds e5d10a5 Correct gather scripts for Coremark-Pro quickrun
adds 17c09ae Benchmark.sh: Basic check for URL validity
adds f9416a0 host-session: Catch wget failure
adds 8bab20b Support dummy hosts, dummy is default host
adds 92bea0f Add iputils-ping to host sessions
adds e11d994 remote.sh: Add ABE_REMOTE_SSH_OPTS
adds f2e77be Make host-session persistence-safe
adds e8fca0e host-session: Eliminate separate tmpdir for downloads
adds ef0594f host-session: Pre-clean host
adds 837cfba host-session: Restore full un/trusted distinction
adds 0a8257a Allow host-session to use bot key
adds e16e986 dummy-ssh host does not install a host key
adds 3b63205 Benchmark.sh: Separate host/target public keys
adds 2235edf Validate/appropriately handle separated pubkeys
adds c6ad246 Move key validation into validate function
adds f528714 Expose keys in CLI interface
adds b9150b0 Benchmark.sh: Default trust based on IP
adds 94384fa Benchmark.sh: Permit user override of TRUST
adds ff2dbd9 host-session: Set sysroot via make flags
adds 10b7039 Attach build log to host-session
adds 3f862f4 Send most output to /dev/null
new 7c950d2 Initialize maindir before exit handler
new eb6d81f Only attach host-session logs to trusted sessions
new 0a9a11a Attach abe's own make log
new e3c935c Eliminate redundant paths in attached files
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 (af1bccc)
\
N -- N -- N refs/heads/bernie/benchmarking-buildlog (e3c935c)
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 4 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/boards/mustang.conf | 3 +-
config/bench/gather/CPU200x.sh | 3 -
config/bench/gather/Coremark-Pro.sh | 113 ++++-
config/bench/gather/fakebench.sh | 1 -
config/bench/gather/test_Coremark-Pro.sh | 181 ++++++--
config/bench/jobdefs/template-uinstance.yaml | 109 -----
config/bench/jobdefs/template.yaml | 122 ------
config/bench/lava/host-session | 162 ++++---
config/bench/lava/host-session-multilib.yaml | 3 +
config/bench/lava/host-session-no-multilib.yaml | 3 +
...session.yaml => host-session-persist-safe.yaml} | 1 -
config/bench/lava/host-session.yaml | 3 +
config/bench/lava/target-session-tools.yaml | 1 +
lib/remote.sh | 8 +-
scripts/Benchmark.sh | 487 ++++++++++++++-------
scripts/dispatch-benchmark.py | 178 +++++---
scripts/runbenchmark.sh | 17 +-
17 files changed, 813 insertions(+), 582 deletions(-)
delete mode 100644 config/bench/jobdefs/template-uinstance.yaml
delete mode 100644 config/bench/jobdefs/template.yaml
copy config/bench/lava/{host-session.yaml => host-session-persist-safe.yaml} (93%)
--
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/trust-silent
in repository toolchain/abe.
discards fc6e85d Send most output to /dev/null
new 10b7039 Attach build log to host-session
new 3f862f4 Send most output to /dev/null
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 (fc6e85d)
\
N -- N -- N refs/heads/bernie/trust-silent (3f862f4)
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/host-session | 3 ++-
1 file changed, 2 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.
bernie.ogden pushed a change to branch bernie/trust-silent
in repository toolchain/abe.
discards e10b3d1 Send most output to /dev/null
new ff2dbd9 host-session: Set sysroot via make flags
new fc6e85d Send most output to /dev/null
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 (e10b3d1)
\
N -- N -- N refs/heads/bernie/trust-silent (fc6e85d)
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/host-session | 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 master
in repository gcc.
from 42bb3bf 2016-03-09 Richard Biener <rguenther(a)suse.de>
new 96abb9f PR target/70049 * config/i386/sse.md (*vec_extract<mode>): [...]
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/config/i386/sse.md | 4 +++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr70049.c | 20 ++++++++++++++++++++
4 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70049.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 efba667 * config/nvptx/nvptx.c (nvptx_option_override): Don't kill d [...]
new 42bb3bf 2016-03-09 Richard Biener <rguenther(a)suse.de>
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/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-common.c | 4 +++-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/Wstrict-aliasing-bogus-upcast.c | 17 +++++++++++++++++
gcc/testsuite/gcc.dg/Wstrict-aliasing-struct-member.c | 6 ------
.../gcc.dg/Wstrict-aliasing-struct-with-char-member.c | 16 ++++++++++++++++
6 files changed, 49 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wstrict-aliasing-bogus-upcast.c
delete mode 100644 gcc/testsuite/gcc.dg/Wstrict-aliasing-struct-member.c
create mode 100644 gcc/testsuite/gcc.dg/Wstrict-aliasing-struct-with-char-member.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 2752742 Really don't xfail gcc.dg/vect/bb-slp-34.c on aarch64, arm
new efba667 * config/nvptx/nvptx.c (nvptx_option_override): Don't kill 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:
gcc/ChangeLog | 4 ++++
gcc/config/nvptx/nvptx.c | 5 -----
2 files changed, 4 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.
christophe.lyon pushed a change to branch bkk16-christophe
in repository toolchain/abe.
at 404ddd7 Add support for --extraconfig <tool>=<path> option.
This branch includes the following new commits:
new 404ddd7 Add support for --extraconfig <tool>=<path> option.
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.
--
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 1bd49ce PR middle-end/67278 * gcc.dg/simd-7.c: Add -w -Wno-psabi to [...]
new 2752742 Really don't xfail gcc.dg/vect/bb-slp-34.c on aarch64, arm
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 | 5 +++++
gcc/testsuite/gcc.dg/vect/bb-slp-34.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.