This is an automated email from the git hooks/post-receive script.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance-arbitrary
in repository toolchain/abe.
discards d0c9143 Template for use in trusted LAVA uinstance
discards fb1e5d2 Add missing tcpdump dependency
discards 3539eff Permit host machine to be of any type
discards afcfd92 Close all tmpdir files before deletion
discards e3dc0dd Benchmark.sh: Support mustang host/target
discards e0a604e Benchmark.sh: Support deploy_linaro_kernel
discards a9d73ae Some more detail around data collection message
discards bbce35c Make ssh messages depend on instance
discards e14bb67 Defer to user-specified TARGET_SESSION
discards b2f9d1e Rationalize *-session YAML
discards c7e1cf1 Do not infer device validation from triple
discards 4c19442 Decouple triple from toolchain
discards b01b227 host-session: shift CLI args when parsing
discards cd6472d host-session invokes benchmark scripts with -x
discards b36fec9 Remove redundant ABE_BRANCH parameter
discards c0bd3f3 host-session: Consistent use of {} with args
discards 2e58686 gather scripts: Provide mime type for attachments
discards 91f4887 benchmark.sh preserves -x for runbenchmark.sh
discards b8dcee9 gather: set -x in all gather scripts
discards c2cca8a Return gather script exit code within post-run cmd
discards 28cd112 Wait for post-run command to complete
discards 8ad6892 Convert post-run cmd to function
discards eca99be Convert post-run command into multiline string
new f0ed448 Convert post-run command into multiline string
new 23f2921 Convert post-run cmd to function
new 7b159fb Wait for post-run command to complete
new 8a2b4a4 Return gather script exit code within post-run cmd
new b2aab74 gather: set -x in all gather scripts
new 6ce0a50 benchmark.sh preserves -x for runbenchmark.sh
new f386443 gather scripts: Provide mime type for attachments
new 82706c0 host-session: Consistent use of {} with args
new fe1f8d3 Remove redundant ABE_BRANCH parameter
new a9b09b8 host-session invokes benchmark scripts with -x
new 63b9397 host-session: shift CLI args when parsing
new d38eb76 Decouple triple from toolchain
new 8a932f7 Do not infer device validation from triple
new 474acd9 Rationalize *-session YAML
new ab81751 Defer to user-specified TARGET_SESSION
new 270b506 Make ssh messages depend on instance
new 2330e0b Some more detail around data collection message
new 5c07da9 Benchmark.sh: Support deploy_linaro_kernel
new 22d7001 Benchmark.sh: Support mustang host/target
new eec81e2 Close all tmpdir files before deletion
new 228cb58 Permit host machine to be of any type
new dd4896c Add missing tcpdump dependency
new 4a5fc47 Template for use in trusted LAVA uinstance
new ee166f7 Use local image server when inside VPN
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 (d0c9143)
\
N -- N -- N refs/heads/bernie/benchmarking-uinstance-arbitrary (ee166f7)
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 24 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 | 14 +++++++-------
scripts/Benchmark.sh | 42 +++++++++++++++++++++++++++---------------
2 files changed, 34 insertions(+), 22 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 7ce15a2 [ARC] Add basic support for double load and store instructions
new 8eacba9 [AARCH64][ACLE][NEON] Implement vcvt*_s64_f64 and vcvt*_u64_f [...]
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 | 13 +++++
gcc/config/aarch64/arm_neon.h | 60 ++++++++++++++++++++++
gcc/testsuite/ChangeLog | 13 +++++
.../gcc.target/aarch64/simd/vcvt_s64_f64_1.c | 25 +++++++++
.../gcc.target/aarch64/simd/vcvt_u64_f64_1.c | 19 +++++++
.../gcc.target/aarch64/simd/vcvta_s64_f64_1.c | 25 +++++++++
.../gcc.target/aarch64/simd/vcvta_u64_f64_1.c | 19 +++++++
.../gcc.target/aarch64/simd/vcvtm_s64_f64_1.c | 25 +++++++++
.../gcc.target/aarch64/simd/vcvtm_u64_f64_1.c | 19 +++++++
.../gcc.target/aarch64/simd/vcvtn_s64_f64_1.c | 25 +++++++++
.../gcc.target/aarch64/simd/vcvtn_u64_f64_1.c | 19 +++++++
.../gcc.target/aarch64/simd/vcvtp_s64_f64_1.c | 25 +++++++++
.../gcc.target/aarch64/simd/vcvtp_u64_f64_1.c | 19 +++++++
13 files changed, 306 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vcvt_s64_f64_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vcvt_u64_f64_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vcvta_s64_f64_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vcvta_u64_f64_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vcvtm_s64_f64_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vcvtm_u64_f64_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vcvtn_s64_f64_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vcvtn_u64_f64_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vcvtp_s64_f64_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vcvtp_u64_f64_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 f34cae5 2016-01-25 Richard Biener <rguenther(a)suse.de>
new 7ce15a2 [ARC] Add basic support for double load and store instructions
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 | 19 +++++++
gcc/config/arc/arc-protos.h | 2 +-
gcc/config/arc/arc.c | 120 +++++++++++++++++++++++++++++++------------
gcc/config/arc/arc.h | 4 ++
gcc/config/arc/arc.md | 109 +++++++++++++++++++++------------------
gcc/config/arc/arc.opt | 4 ++
gcc/config/arc/predicates.md | 13 ++++-
gcc/doc/invoke.texi | 6 ++-
8 files changed, 191 insertions(+), 86 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-uinstance-arbitrary
in repository toolchain/abe.
discards adecf83 Return gather script exit code within post-run cmd
discards 2b5d648 Wait for post-run command to complete
discards 81c2b13 Convert post-run cmd to function
discards 6144f91 Convert post-run command into multiline string
discards 49e70c1 Template for use in trusted LAVA uinstance
discards 7ee979d Add missing tcpdump dependency
discards 8f75449 Permit host machine to be of any type
discards aab0be4 Close all tmpdir files before deletion
discards 1cc09d2 Benchmark.sh: Support mustang host/target
discards 5253bb3 Benchmark.sh: Support deploy_linaro_kernel
discards 25ae510 Some more detail around data collection message
discards dd43d35 Make ssh messages depend on instance
discards b9259a7 Defer to user-specified TARGET_SESSION
discards e70ddfd Rationalize *-session YAML
discards 7709667 Do not infer device validation from triple
discards 6219bc6 Decouple triple from toolchain
discards 925a2e6 host-session: shift CLI args when parsing
discards 8115d00 host-session invokes benchmark scripts with -x
discards 2d5492e Remove redundant ABE_BRANCH parameter
discards 58bfe9c host-session: Consistent use of {} with args
discards 74048a5 gather scripts: Provide mime type for attachments
discards 6c41d27 benchmark.sh preserves -x for runbenchmark.sh
discards 7f9329b gather: set -x in all gather scripts
new eca99be Convert post-run command into multiline string
new 8ad6892 Convert post-run cmd to function
new 28cd112 Wait for post-run command to complete
new c2cca8a Return gather script exit code within post-run cmd
new b8dcee9 gather: set -x in all gather scripts
new 91f4887 benchmark.sh preserves -x for runbenchmark.sh
new 2e58686 gather scripts: Provide mime type for attachments
new c0bd3f3 host-session: Consistent use of {} with args
new b36fec9 Remove redundant ABE_BRANCH parameter
new cd6472d host-session invokes benchmark scripts with -x
new b01b227 host-session: shift CLI args when parsing
new 4c19442 Decouple triple from toolchain
new c7e1cf1 Do not infer device validation from triple
new b2f9d1e Rationalize *-session YAML
new e14bb67 Defer to user-specified TARGET_SESSION
new bbce35c Make ssh messages depend on instance
new a9d73ae Some more detail around data collection message
new e0a604e Benchmark.sh: Support deploy_linaro_kernel
new e3dc0dd Benchmark.sh: Support mustang host/target
new afcfd92 Close all tmpdir files before deletion
new 3539eff Permit host machine to be of any type
new fb1e5d2 Add missing tcpdump dependency
new d0c9143 Template for use in trusted LAVA uinstance
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 (adecf83)
\
N -- N -- N refs/heads/bernie/benchmarking-uinstance-arbitrary (d0c9143)
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 23 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 af09d40 2016-01-25 Richard Biener <rguenther(a)suse.de>
new f34cae5 2016-01-25 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/ChangeLog | 8 ++++++++
gcc/dwarf2out.c | 1 +
gcc/tree-streamer-in.c | 5 ++++-
gcc/tree-streamer-out.c | 5 ++++-
libgomp/ChangeLog | 5 +++++
libgomp/testsuite/libgomp.c++/pr69393.C | 16 ++++++++++++++++
6 files changed, 38 insertions(+), 2 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c++/pr69393.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 f444c57 PR target/66655 * config/i386/cygming.h (MAKE_DECL_ONE_ONLY [...]
new af09d40 2016-01-25 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/ChangeLog | 13 ++++++++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/torture/pr69376.c | 45 ++++++++++++++++++++++++++++++++++
gcc/tree-ssa-pre.c | 2 +-
gcc/tree-ssa-sccvn.c | 19 +++++++++++---
gcc/tree-ssa-sccvn.h | 21 ++++++++++++++++
6 files changed, 101 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr69376.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 db565c5 Daily bump.
new f444c57 PR target/66655 * config/i386/cygming.h (MAKE_DECL_ONE_ONLY [...]
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/config/i386/cygming.h | 4 ----
2 files changed, 5 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 master
in repository gcc.
from d65063f 2016-01-23 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new db565c5 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 gcc-5-branch
in repository gcc.
from e994d4d Daily bump.
new a1e3147 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 gcc-4_9-branch
in repository gcc.
from c28f091 Daily bump.
new 9565960 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.