This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7d34463 make debug comment more explicit
new 25653d4 PR target/69305
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 | 30 +++
gcc/config/aarch64/aarch64-modes.def | 1 +
gcc/config/aarch64/aarch64-protos.h | 1 +
gcc/config/aarch64/aarch64.c | 26 +++
gcc/config/aarch64/aarch64.md | 300 +++++++++++++++++++-----------
gcc/config/aarch64/iterators.md | 3 +
gcc/config/aarch64/predicates.md | 19 ++
gcc/testsuite/gcc.target/aarch64/ccmp_1.c | 2 +-
gcc/testsuite/gcc.target/aarch64/tst_3.c | 2 +-
9 files changed, 273 insertions(+), 111 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/pr69530/master
in repository gcc.
at 96d5286 Call true_regnum to check for SSE registers
This branch includes the following new commits:
new 96d5286 Call true_regnum to check for SSE registers
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.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance-arbitrary
in repository toolchain/abe.
discards 50d801b Support injection of metadata into test runs
discards 8c8214f Replace output_param with output_{value,slot}
discards 1203478 Apply NAME=VALUE CLI overrides before Benchmark.sh
discards 2bb2538 Move output_param to top of Benchmark.sh
discards 9adeaa0 s/bench-session-debian/host-session/
discards 6bdd36d Tighten CoremarkPro gather script, add many tests
discards 44c96a1 Template for use in trusted LAVA uinstance
discards 451072f Add missing tcpdump dependency
discards 9215c6f Permit host machine to be of any type
discards 3d5ce4e Close all tmpdir files before deletion
discards 7fb9cca Benchmark.sh: Support mustang host/target
discards 616431d Benchmark.sh: Support deploy_linaro_kernel
discards bd86666 tee stderr to log, when there is a log.
discards 935655f Always set safe_output when in a trusted LAVA
discards adf71bb controlledrun.sh logs to /dev/console if running in LAVA
discards bc78bd8 controlledrun.sh output log set by board conf
discards ddb0267 Increase default timeout from 0.5 to 1.5 hours.
discards 141f960 Make TIMEOUT overrideable
discards 93589c8 Remove redundant boot_timeout parameter
discards 53b405f Update CLI-related messages
discards 72b954a Remove redundant 'tag' option
discards 348bfb9 Some more detail around data collection message
discards ad1989a Make ssh messages depend on instance
discards c001b03 Defer to user-specified TARGET_SESSION
discards af42e2e Rationalize *-session YAML
discards 20ad063 Do not infer device validation from triple
discards 9754f0c Decouple triple from toolchain
discards 5d2a61f host-session: shift CLI args when parsing
discards 9f58963 host-session invokes benchmark scripts with -x
discards 74cc1cf Remove redundant ABE_BRANCH parameter
discards b78ad55 host-session: Consistent use of {} with args
discards 658e08d gather scripts: Provide mime type for attachments
discards 724074c benchmark.sh preserves -x for runbenchmark.sh
discards 98ced2a gather: set -x in all gather scripts
discards 539456d Return gather script exit code within post-run cmd
new 3ee3e85 Return gather script exit code within post-run cmd
new db734ca gather: set -x in all gather scripts
new 718f081 benchmark.sh preserves -x for runbenchmark.sh
new 2c45884 gather scripts: Provide mime type for attachments
new 7c16e82 host-session: Consistent use of {} with args
new 21191fe Remove redundant ABE_BRANCH parameter
new 46515e0 host-session invokes benchmark scripts with -x
new 4776e83 host-session: shift CLI args when parsing
new d5fc4fa Decouple triple from toolchain
new 4b05f35 Do not infer device validation from triple
new 2b80013 Rationalize *-session YAML
new f06b375 Defer to user-specified TARGET_SESSION
new 005130d Make ssh messages depend on instance
new ca1a754 Some more detail around data collection message
new 4ac9fa7 Remove redundant 'tag' option
new 3c16f60 Update CLI-related messages
new dc7208a Remove redundant boot_timeout parameter
new e02a4ac Make TIMEOUT overrideable
new 467b46c Increase default timeout from 0.5 to 1.5 hours.
new 00b4918 controlledrun.sh output log set by board conf
new eac453a controlledrun.sh logs to /dev/console if running in LAVA
new 94161e0 Always set safe_output when in a trusted LAVA
new 42ce170 tee stderr to log, when there is a log.
new b4b111d Benchmark.sh: Support deploy_linaro_kernel
new ec17aff Benchmark.sh: Support mustang host/target
new 0e775b7 Close all tmpdir files before deletion
new 5cee84b Permit host machine to be of any type
new c8c166c Add missing tcpdump dependency
new 94436fa Template for use in trusted LAVA uinstance
new 21357d4 Tighten CoremarkPro gather script, add many tests
new 010c6cd s/bench-session-debian/host-session/
new d7a7feb Move output_param to top of Benchmark.sh
new d75ff66 Apply NAME=VALUE CLI overrides before Benchmark.sh
new 495a8b3 Replace output_param with output_{value,slot}
new 7497953 Support injection of metadata into test runs
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 (50d801b)
\
N -- N -- N refs/heads/bernie/benchmarking-uinstance-arbitrary (7497953)
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 35 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/target-session | 2 ++
1 file changed, 2 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-uinstance-arbitrary
in repository toolchain/abe.
discards 8177104 Support injection of metadata into test runs
discards cf8fe84 Replace output_param with output_{value,slot}
discards 5f3bc71 Apply NAME=VALUE CLI overrides before Benchmark.sh
discards 6401acf Move output_param to top of Benchmark.sh
discards 80f8866 s/bench-session-debian/host-session/
discards 352e3dc Tighten CoremarkPro gather script, add many tests
discards b458c68 Template for use in trusted LAVA uinstance
discards 60217b3 Add missing tcpdump dependency
discards 068be34 Permit host machine to be of any type
discards 4fd1910 Close all tmpdir files before deletion
discards 09124fa Benchmark.sh: Support mustang host/target
discards 871d864 Benchmark.sh: Support deploy_linaro_kernel
discards 200b803 Benchmark output always safe when LAVA instance is trusted
new bc78bd8 controlledrun.sh output log set by board conf
new adf71bb controlledrun.sh logs to /dev/console if running in LAVA
new 935655f Always set safe_output when in a trusted LAVA
new bd86666 tee stderr to log, when there is a log.
new 616431d Benchmark.sh: Support deploy_linaro_kernel
new 7fb9cca Benchmark.sh: Support mustang host/target
new 3d5ce4e Close all tmpdir files before deletion
new 9215c6f Permit host machine to be of any type
new 451072f Add missing tcpdump dependency
new 44c96a1 Template for use in trusted LAVA uinstance
new 6bdd36d Tighten CoremarkPro gather script, add many tests
new 9adeaa0 s/bench-session-debian/host-session/
new 2bb2538 Move output_param to top of Benchmark.sh
new 1203478 Apply NAME=VALUE CLI overrides before Benchmark.sh
new 8c8214f Replace output_param with output_{value,slot}
new 50d801b Support injection of metadata into test runs
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 (8177104)
\
N -- N -- N refs/heads/bernie/benchmarking-uinstance-arbitrary (50d801b)
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 16 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/controlledrun.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-uinstance-arbitrary
in repository toolchain/abe.
discards 434640a Support injection of metadata into test runs
discards c1858f0 Replace output_param with output_{value,slot}
discards 09989ed Apply NAME=VALUE CLI overrides before Benchmark.sh
discards fcdbfba Move output_param to top of Benchmark.sh
discards a477d61 s/bench-session-debian/host-session/
discards 9240db2 Tighten CoremarkPro gather script, add many tests
discards 05320af Template for use in trusted LAVA uinstance
discards cc5c74a Add missing tcpdump dependency
discards 8a665bb Permit host machine to be of any type
discards 2330d7f Close all tmpdir files before deletion
discards 5dab824 Benchmark.sh: Support mustang host/target
discards 5194e84 Benchmark.sh: Support deploy_linaro_kernel
discards 208564b Benchmark output always safe when LAVA instance is trusted
new 200b803 Benchmark output always safe when LAVA instance is trusted
new 871d864 Benchmark.sh: Support deploy_linaro_kernel
new 09124fa Benchmark.sh: Support mustang host/target
new 4fd1910 Close all tmpdir files before deletion
new 068be34 Permit host machine to be of any type
new 60217b3 Add missing tcpdump dependency
new b458c68 Template for use in trusted LAVA uinstance
new 352e3dc Tighten CoremarkPro gather script, add many tests
new 80f8866 s/bench-session-debian/host-session/
new 6401acf Move output_param to top of Benchmark.sh
new 5f3bc71 Apply NAME=VALUE CLI overrides before Benchmark.sh
new cf8fe84 Replace output_param with output_{value,slot}
new 8177104 Support injection of metadata into test runs
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 (434640a)
\
N -- N -- N refs/heads/bernie/benchmarking-uinstance-arbitrary (8177104)
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 | 1 +
scripts/runbenchmark.sh | 7 ++++---
2 files changed, 5 insertions(+), 3 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 b547a9b * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
new 7410428 assert instead of silently failing code gen
new ded839b use codegen_error_p
new 7139736 remove out of sync comments
new 7d34463 make debug comment more explicit
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:
gcc/ChangeLog | 31 +++
gcc/graphite-isl-ast-to-gimple.c | 506 +++++++++------------------------------
gcc/graphite-optimize-isl.c | 11 +-
3 files changed, 151 insertions(+), 397 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 24a5c7c Support injection of metadata into test runs
discards c5749f9 Replace output_param with output_{value,slot}
discards ecef219 Move output_param to top of Benchmark.sh
new a477d61 s/bench-session-debian/host-session/
new fcdbfba Move output_param to top of Benchmark.sh
new 09989ed Apply NAME=VALUE CLI overrides before Benchmark.sh
new c1858f0 Replace output_param with output_{value,slot}
new 434640a Support injection of metadata into test runs
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 (24a5c7c)
\
N -- N -- N refs/heads/bernie/benchmarking-uinstance-arbitrary (434640a)
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:
config/bench/jobdefs/template-uinstance.yaml | 45 +++++++++++-
config/bench/jobdefs/template.yaml | 45 +++++++++++-
config/bench/lava/host-session-multilib.yaml | 2 +-
config/bench/lava/host-session-no-multilib.yaml | 2 +-
config/bench/lava/host-session.yaml | 2 +-
scripts/Benchmark.sh | 93 ++++++++++++-------------
scripts/dispatch-benchmark.py | 24 +++----
7 files changed, 147 insertions(+), 66 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 60763a0 PR c++/67407
new d66fdd7 A recent change added UNSPEC to the CCMP patterns to stop com [...]
new b547a9b * tree.h (BINFO_FLAG_0): Rename from BINFO_MARKED.
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 | 2 +-
gcc/doc/generic.texi | 5 ++---
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/aarch64/ccmp_1.c | 2 +-
gcc/tree.h | 2 +-
6 files changed, 18 insertions(+), 6 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 1e6115d * directives.c (destringize_and_run): Adjust prototype.
new 60763a0 PR c++/67407
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 | 8 +++
gcc/cp/class.c | 4 +-
gcc/cp/search.c | 97 ++++++-------------------------
gcc/testsuite/g++.dg/inherit/protected1.C | 51 ++++++++++++++++
4 files changed, 78 insertions(+), 82 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/inherit/protected1.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.