This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch bernie/trust
in repository toolchain/abe.
at 3f53776 Expose keys in CLI interface
This branch includes the following new commits:
new 33a55bd host-session: Restore full un/trusted distinction
new b5f1e79 Allow host-session to use bot key
new 528aaf0 dummy-ssh host does not install a host key
new 75c6b99 Benchmark.sh: Separate host/target public keys
new 69fb6d3 Validate/appropriately handle separated pubkeys
new ecd6cf2 Move key validation into validate function
new 3f53776 Expose keys in CLI interface
The 7 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 e48fcde Fix ChangeLog formatting
new 9441fa4 PR rtl-optimization/69891 * dse.c (scan_insn): If we can't [...]
new 59c5886 [AArch64] PR target/69613: Return zero TARGET_SHIFT_TRUNCATIO [...]
new 126a5a2 [AArch64] Set TREE_TARGET_GLOBALS in aarch64_set_current_func [...]
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:
gcc/ChangeLog | 20 ++++++++++++++
gcc/config/aarch64/aarch64.c | 5 ++--
gcc/dse.c | 2 ++
gcc/testsuite/ChangeLog | 15 +++++++++++
gcc/testsuite/gcc.dg/torture/pr69613.c | 40 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/pr69245_1.c | 18 +++++++++++++
gcc/testsuite/gcc.target/i386/pr69891.c | 30 +++++++++++++++++++++
7 files changed, 128 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr69613.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr69245_1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69891.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-dummy
in repository toolchain/abe.
discards 3e2dd59 Make host-session persistance-safe
discards f68da5b remote.sh: Add ABE_REMOTE_SSH_OPTS
discards 1ee8ec0 Add iputils-ping to host sessions
discards 3b5ffa9 Support dummy hosts/targets, dummy is default host
new b8d68ba Comments for host-session yaml files
new 2a58cda CLI interface: Default to microinstance server
new 340b626 CLI interface: Add dry-yaml option
new 9026d93 Support dummy hosts, dummy is default host
new f5c1f7e Add iputils-ping to host sessions
new 02219dc remote.sh: Add ABE_REMOTE_SSH_OPTS
new 7f9188b Make host-session persistence-safe
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 (3e2dd59)
\
N -- N -- N refs/heads/bernie/benchmarking-dummy (7f9188b)
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 7 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/dummy-ssh.conf | 13 -------------
config/bench/lava/host-session-multilib.yaml | 2 ++
config/bench/lava/host-session-no-multilib.yaml | 2 ++
config/bench/lava/host-session.yaml | 3 +++
scripts/Benchmark.sh | 2 +-
scripts/dispatch-benchmark.py | 12 +++++++++++-
6 files changed, 19 insertions(+), 15 deletions(-)
delete mode 100644 config/bench/boards/dummy-ssh.conf
--
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 1667d25 Mention clog10{,f,l} in documentation (Builtins section)
new f41208a 2016-02-26 Michael Meissner <meissner(a)linux.vnet.ibm.com> [...]
new 35ed600 Update ChangeLog to mention pr61397
new e48fcde Fix ChangeLog formatting
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:
gcc/testsuite/ChangeLog | 7 +
gcc/testsuite/gcc.target/powerpc/p8vector-ldst.c | 174 ++++++++++++-----------
2 files changed, 96 insertions(+), 85 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 gcc-5-branch
in repository gcc.
from 814b413 Daily bump.
new 1f340e4 2016-02-26 Michael Meissner <meissner(a)linux.vnet.ibm.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 | 11 ++
gcc/testsuite/gcc.target/powerpc/p8vector-ldst.c | 174 ++++++++++++-----------
2 files changed, 100 insertions(+), 85 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 bernie/benchmarking-dummy
in repository toolchain/abe.
discards 6b25bc3 Make host-session persistance-safe
new 3e2dd59 Make host-session persistance-safe
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 (6b25bc3)
\
N -- N -- N refs/heads/bernie/benchmarking-dummy (3e2dd59)
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 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:
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.
bernie.ogden pushed a change to branch bernie/benchmarking-dummy
in repository toolchain/abe.
discards a5a07b3 Make host-session persistance-safe
new 6b25bc3 Make host-session persistance-safe
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 (a5a07b3)
\
N -- N -- N refs/heads/bernie/benchmarking-dummy (6b25bc3)
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 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:
config/bench/lava/host-session | 6 ++++++
1 file changed, 6 insertions(+)
--
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-dummy
in repository toolchain/abe.
discards efecfa6 Make host-session persistance-safe
new a5a07b3 Make host-session persistance-safe
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 (efecfa6)
\
N -- N -- N refs/heads/bernie/benchmarking-dummy (a5a07b3)
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 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:
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.
bernie.ogden pushed a change to branch bernie/benchmarking-dummy
in repository toolchain/abe.
discards e0bd54e Make host-session persistance-safe
new efecfa6 Make host-session persistance-safe
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 (e0bd54e)
\
N -- N -- N refs/heads/bernie/benchmarking-dummy (efecfa6)
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 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:
config/bench/lava/host-session | 4 ++--
1 file changed, 2 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.
bernie.ogden pushed a change to branch bernie/benchmarking-dummy
in repository toolchain/abe.
discards 10c0649 Make host-session persistance-safe
new e0bd54e Make host-session persistance-safe
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 (10c0649)
\
N -- N -- N refs/heads/bernie/benchmarking-dummy (e0bd54e)
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 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:
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.