This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch benchmarking-mu
in repository toolchain/abe.
at f07b24b Check for existence of logdirs
No new revisions were added by this update.
--
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 benchmarking-kvm-builder
in repository toolchain/abe.
discards 3f1d3fc Benchmark.sh: Make kvm default dispatch type
discards 294597d Benchmark.sh: Switch kvm image to image with benchmark key
new 4522290 Initialize maindir before exit handler
new 1b3b4c9 Only attach host-session logs to trusted sessions
new 9a5e90d Attach abe's own make log
new cd85016 Eliminate redundant paths in attached files
new c1207c8 Ensure toolchain_path is always set
new de393c0 Add source control to build.log
new fc1e004 Remove second copy of sizes from build.log
new 4d9a87d All build.log output in cat <<EOF format
new e121389 Capture any stderr from cmds creating build.log
new b2e7a6a Record sizes in a form accessible to LAVA
new f07b24b Check for existence of logdirs
new d2addea Benchmark.sh: Switch kvm image to image with benchmark key
new 1d16a7d Benchmark.sh: Make kvm default dispatch type
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 (3f1d3fc)
\
N -- N -- N refs/heads/benchmarking-kvm-builder (1d16a7d)
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 13 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 | 66 ++++++++++++++++++++++++++++++++----------
scripts/benchmark.sh | 61 +++++++++++++++++++++-----------------
2 files changed, 85 insertions(+), 42 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 benchmarking-kvm-builder
in repository toolchain/abe.
discards c213eb7 Benchmark.sh: Make kvm default dispatch type
discards 25f1360 Benchmark.sh: Switch kvm image to image with benchmark key
omits 94384fa Benchmark.sh: Permit user override of TRUST
omits b9150b0 Benchmark.sh: Default trust based on IP
omits f528714 Expose keys in CLI interface
omits c6ad246 Move key validation into validate function
omits 2235edf Validate/appropriately handle separated pubkeys
omits 3b63205 Benchmark.sh: Separate host/target public keys
omits e16e986 dummy-ssh host does not install a host key
omits 0a8257a Allow host-session to use bot key
omits 837cfba host-session: Restore full un/trusted distinction
omits ef0594f host-session: Pre-clean host
omits e8fca0e host-session: Eliminate separate tmpdir for downloads
omits f2e77be Make host-session persistence-safe
omits e11d994 remote.sh: Add ABE_REMOTE_SSH_OPTS
omits 92bea0f Add iputils-ping to host sessions
omits 8bab20b Support dummy hosts, dummy is default host
omits f9416a0 host-session: Catch wget failure
omits 17c09ae Benchmark.sh: Basic check for URL validity
omits e5d10a5 Correct gather scripts for Coremark-Pro quickrun
omits af9bfc6 Benchmark.sh: Use precooked Juno image
omits b775def Benchmark.sh: Check that LAVA_SERVER is set.
omits 2c8f096 target-session-tools: Add size
omits 0af93b3 CLI interface: Add dry-yaml option
omits 10f6a3f CLI interface: Default to microinstance server
omits 747d5d8 Comments for host-session yaml files
omits 7a4a426 Log sleeper when host-session fails
omits 52b5a9d If we cannot resolve target, assume we have IP
omits 50ff370 host_ip can only be an IP address, don't resolve
omits 5e6f670 Benchmark.sh: Generic metadata before specific
omits 6995a31 Benchmark.sh: Standardize quoting
omits 4b01994 dispatch-benchmark.py: Delay token lookup
omits 171f479 Tag specification in Benchmark.sh and CLI
omits 053ec29 Abandon rule that single target has role target
omits 6e6e1fe dispatch-benchmark.py: Rename Benchmark.sh subproc
omits 3bba163 dispatch-benchmark.py: Permit role:conf specifiers
omits 869febb dispatch-benchmark.py takes multiple targets
adds f3025e4 dispatch-benchmark.py takes multiple targets
adds e948256 dispatch-benchmark.py: Permit role:conf specifiers
adds 54f6cba dispatch-benchmark.py: Rename Benchmark.sh subproc
adds db07b41 Abandon rule that single target has role target
adds c318f0b Tag specification in Benchmark.sh and CLI
adds c307569 dispatch-benchmark.py: Delay token lookup
adds 0944778 Benchmark.sh: Standardize quoting
adds 86a59c0 Benchmark.sh: Generic metadata before specific
adds a2cc7fa host_ip can only be an IP address, don't resolve
adds bc5b1ba If we cannot resolve target, assume we have IP
adds e1dfd70 Log sleeper when host-session fails
adds 86ddb2e Comments for host-session yaml files
adds e873dab CLI interface: Default to microinstance server
adds 599579e CLI interface: Add dry-yaml option
adds 474e92b target-session-tools: Add size
adds 53c2022 Benchmark.sh: Check that LAVA_SERVER is set.
adds 40da9b8 Benchmark.sh: Use precooked Juno image
adds ea00ea8 Correct gather scripts for Coremark-Pro quickrun
new 39e702f Benchmark.sh: Basic check for URL validity
new de59069 host-session: Catch wget failure
new b5513bd Support dummy hosts, dummy is default host
new b0e59cf Add iputils-ping to host sessions
new 2503550 remote.sh: Add ABE_REMOTE_SSH_OPTS
new 30b8245 Make host-session persistence-safe
new d7e2fc0 host-session: Eliminate separate tmpdir for downloads
new 4f6d2f1 host-session: Pre-clean host
new 974fd3c host-session: Restore full un/trusted distinction
new 2079bbf Allow host-session to use bot key
new 1cf15c5 dummy-ssh host does not install a host key
new ff2c7fa Benchmark.sh: Separate host/target public keys
new 4691aad Validate/appropriately handle separated pubkeys
new f8a829a Move key validation into validate function
new 57038c1 Expose keys in CLI interface
new 9f72f8a Benchmark.sh: Default trust based on IP
new 5ec65bb Benchmark.sh: Permit user override of TRUST
new 1df40f7 host-session: Set sysroot via make flags
new fd5eb79 Attach build log to host-session
new 82e70ad Send most output to /dev/null
new 294597d Benchmark.sh: Switch kvm image to image with benchmark key
new 3f1d3fc Benchmark.sh: Make kvm default dispatch type
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 (c213eb7)
\
N -- N -- N refs/heads/benchmarking-kvm-builder (3f1d3fc)
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 22 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/gather/CPU200x.sh | 3 ---
config/bench/gather/Coremark-Pro.sh | 3 ---
config/bench/gather/fakebench.sh | 1 -
config/bench/lava/host-session | 14 +++++++++++---
4 files changed, 11 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 master
in repository gcc.
from 279b939 [AArch64] Fix thinko in handling of -momit-leaf-frame-pointer option
new 98dfd32 PR c++/70001 * constexpr.c (cxx_eval_vec_init_1): For pre_i [...]
new af4c829 PR target/7044 * config/aarch64/aarch64.c (aarch64_overrid [...]
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 | 9 +++++++++
gcc/config/aarch64/aarch64.c | 17 ++++++++++++++++-
gcc/cp/ChangeLog | 9 +++++++++
gcc/cp/constexpr.c | 16 +++++++++++++---
gcc/testsuite/ChangeLog | 13 +++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-70001-1.C | 13 +++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-70001-2.C | 19 +++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-70001-3.C | 26 ++++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/pr70044.c | 14 ++++++++++++++
9 files changed, 132 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-70001-1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-70001-2.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-70001-3.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr70044.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
in repository toolchain/abe.
omits 1458799 Correct gather scripts for Coremark-Pro quickrun
omits af9bfc6 Benchmark.sh: Use precooked Juno image
omits b775def Benchmark.sh: Check that LAVA_SERVER is set.
omits 2c8f096 target-session-tools: Add size
omits 0af93b3 CLI interface: Add dry-yaml option
omits 10f6a3f CLI interface: Default to microinstance server
omits 747d5d8 Comments for host-session yaml files
omits 7a4a426 Log sleeper when host-session fails
omits 52b5a9d If we cannot resolve target, assume we have IP
omits 50ff370 host_ip can only be an IP address, don't resolve
omits 5e6f670 Benchmark.sh: Generic metadata before specific
omits 6995a31 Benchmark.sh: Standardize quoting
omits 4b01994 dispatch-benchmark.py: Delay token lookup
omits 171f479 Tag specification in Benchmark.sh and CLI
omits 053ec29 Abandon rule that single target has role target
omits 6e6e1fe dispatch-benchmark.py: Rename Benchmark.sh subproc
omits 3bba163 dispatch-benchmark.py: Permit role:conf specifiers
omits 869febb dispatch-benchmark.py takes multiple targets
new f3025e4 dispatch-benchmark.py takes multiple targets
new e948256 dispatch-benchmark.py: Permit role:conf specifiers
new 54f6cba dispatch-benchmark.py: Rename Benchmark.sh subproc
new db07b41 Abandon rule that single target has role target
new c318f0b Tag specification in Benchmark.sh and CLI
new c307569 dispatch-benchmark.py: Delay token lookup
new 0944778 Benchmark.sh: Standardize quoting
new 86a59c0 Benchmark.sh: Generic metadata before specific
new a2cc7fa host_ip can only be an IP address, don't resolve
new bc5b1ba If we cannot resolve target, assume we have IP
new e1dfd70 Log sleeper when host-session fails
new 86ddb2e Comments for host-session yaml files
new e873dab CLI interface: Default to microinstance server
new 599579e CLI interface: Add dry-yaml option
new 474e92b target-session-tools: Add size
new 53c2022 Benchmark.sh: Check that LAVA_SERVER is set.
new 40da9b8 Benchmark.sh: Use precooked Juno image
new ea00ea8 Correct gather scripts for Coremark-Pro quickrun
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 (1458799)
\
N -- N -- N refs/heads/bernie/benchmarking (ea00ea8)
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 18 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/gather/Coremark-Pro.sh | 8 +--
config/bench/gather/test_Coremark-Pro.sh | 109 +++++++++++++++++++++++++++++++
2 files changed, 113 insertions(+), 4 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/pr70155/master
in repository gcc.
discards 75e7982 Extend STV pass to 64-bit mode
omits 5a8ec50 Allow all 1s of integer as standard SSE constants
adds a2389d4 2016-03-10 Richard Biener <rguenther(a)suse.de>
adds c82c99e Xfail pr46032.c scan if alignment requirements not met
adds 6972afa PR69195, Reload confused by invalid reg_equiv
adds 75ad083 gcc/
adds bfe9720 2016-03-10 Christophe Lyon <christophe.lyon(a)linaro.org>
adds 5ab2987 Add -funconstrained-commons to work around PR/69368 (and othe [...]
adds 947be77 2016-03-10 Christophe Lyon <christophe.lyon(a)linaro.org>
adds a342320 2016-03-10 Andre Vieira <andre.simoesdiasvieira(a)arm.com>
adds a2eb127 PR c++/70153 * cp-gimplify.c (cp_fold): Handle UNARY_PLUS_EXPR.
adds 502bc5d PR lto/69589 * tree.c (need_assembler_name_p): Only record [...]
adds 26d3655 PR lto/69589 * tree.c (free_lang_data_in_decl): Clear visib [...]
adds 76333f6 PR ipa/69630 * ipa-devirt.c (possible_polymorphic_call_targ [...]
adds 75e7231 PR lto/69589 * cgraph.c (cgraph_node::dump): Dump split_par [...]
adds 279b939 [AArch64] Fix thinko in handling of -momit-leaf-frame-pointer option
new 3527262 Allow all 1s of integer as standard SSE constants
new 0a52d45 Extend STV pass to 64-bit mode
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 (75e7982)
\
N -- N -- N refs/heads/hjl/pr70155/master (0a52d45)
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 | 87 ++++++++++++++++++
gcc/cgraph.c | 4 +
gcc/cgraph.h | 2 +
gcc/common.opt | 5 +
gcc/common/config/aarch64/aarch64-common.c | 2 +-
gcc/config/aarch64/aarch64-elf-raw.h | 2 +-
gcc/config/aarch64/aarch64-linux.h | 2 +-
gcc/config/aarch64/aarch64.c | 23 ++++-
gcc/config/aarch64/aarch64.h | 14 +++
gcc/config/aarch64/aarch64.opt | 2 +-
gcc/config/aarch64/t-aarch64 | 4 +-
gcc/config/i386/i386.c | 8 +-
gcc/cp/ChangeLog | 5 +
gcc/cp/cp-gimplify.c | 9 +-
gcc/doc/invoke.texi | 8 +-
gcc/ipa-devirt.c | 4 +-
gcc/ipa.c | 49 ++++++----
gcc/ira.c | 102 +++++++++++----------
gcc/testsuite/ChangeLog | 36 ++++++++
gcc/testsuite/g++.dg/delayedfold/unary-plus1.C | 22 +++++
gcc/testsuite/g++.dg/lto/pr69589_0.C | 26 ++++++
gcc/testsuite/g++.dg/lto/pr69589_1.C | 61 ++++++++++++
.../gcc.dg/{torture/pr44913.c => pr69195.c} | 13 ++-
gcc/testsuite/gcc.dg/pr69238.c | 28 ++++++
gcc/testsuite/gcc.dg/tree-ssa/alias-34.c | 19 ++++
gcc/testsuite/gcc.dg/tree-ssa/alias-35.c | 18 ++++
gcc/testsuite/gcc.dg/vect/pr46032.c | 2 +-
gcc/testsuite/gcc.target/arm/pr45701-1.c | 2 +-
gcc/testsuite/gcc.target/arm/pr45701-2.c | 2 +-
gcc/testsuite/gfortran.dg/unconstrained_commons.f | 20 ++++
gcc/tree-dfa.c | 15 ++-
gcc/tree-ssa-structalias.c | 10 ++
gcc/tree-vect-stmts.c | 3 +-
gcc/tree.c | 16 +++-
34 files changed, 532 insertions(+), 93 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/delayedfold/unary-plus1.C
create mode 100644 gcc/testsuite/g++.dg/lto/pr69589_0.C
create mode 100644 gcc/testsuite/g++.dg/lto/pr69589_1.C
copy gcc/testsuite/gcc.dg/{torture/pr44913.c => pr69195.c} (57%)
create mode 100644 gcc/testsuite/gcc.dg/pr69238.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/alias-34.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/alias-35.c
create mode 100644 gcc/testsuite/gfortran.dg/unconstrained_commons.f
--
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 75e7231 PR lto/69589 * cgraph.c (cgraph_node::dump): Dump split_par [...]
new 279b939 [AArch64] Fix thinko in handling of -momit-leaf-frame-pointer 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.
Summary of changes:
gcc/ChangeLog | 6 ++++++
gcc/common/config/aarch64/aarch64-common.c | 2 +-
2 files changed, 7 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 master
in repository gcc.
from 26d3655 PR lto/69589 * tree.c (free_lang_data_in_decl): Clear visib [...]
new 76333f6 PR ipa/69630 * ipa-devirt.c (possible_polymorphic_call_targ [...]
new 75e7231 PR lto/69589 * cgraph.c (cgraph_node::dump): Dump split_par [...]
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 | 17 ++++++++++
gcc/cgraph.c | 4 +++
gcc/cgraph.h | 2 ++
gcc/ipa-devirt.c | 4 +--
gcc/ipa.c | 49 +++++++++++++++++++----------
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/g++.dg/lto/pr69589_0.C | 26 +++++++++++++++
gcc/testsuite/g++.dg/lto/pr69589_1.C | 61 ++++++++++++++++++++++++++++++++++++
8 files changed, 151 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lto/pr69589_0.C
create mode 100644 gcc/testsuite/g++.dg/lto/pr69589_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 master
in repository gcc.
from a2eb127 PR c++/70153 * cp-gimplify.c (cp_fold): Handle UNARY_PLUS_EXPR.
new 502bc5d PR lto/69589 * tree.c (need_assembler_name_p): Only record [...]
new 26d3655 PR lto/69589 * tree.c (free_lang_data_in_decl): Clear visib [...]
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 | 10 ++++++++++
gcc/tree.c | 10 ++++++++--
2 files changed, 18 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 master
in repository gcc.
from a342320 2016-03-10 Andre Vieira <andre.simoesdiasvieira(a)arm.com>
new a2eb127 PR c++/70153 * cp-gimplify.c (cp_fold): Handle UNARY_PLUS_EXPR.
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/cp/ChangeLog | 5 +++++
gcc/cp/cp-gimplify.c | 9 ++++++++-
gcc/testsuite/ChangeLog | 7 ++++++-
gcc/testsuite/g++.dg/delayedfold/unary-plus1.C | 22 ++++++++++++++++++++++
4 files changed, 41 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/delayedfold/unary-plus1.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.