This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from b4a557f6e Add entry e07ead85a368173a56e96a21d6841aa497ad80f8 from https [...]
new 74299ffff Add entry e07ead85a368173a56e96a21d6841aa497ad80f8 from https [...]
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:
.../e07ead85a368173a56e96a21d6841aa497ad80f8/jira/description | 4 +++-
llvm/sha1/e07ead85a368173a56e96a21d6841aa497ad80f8/status.txt | 4 +++-
.../details.txt | 10 +++++-----
.../reproduction_instructions.txt | 4 ++--
.../llvm-master-arm-lts-allyesconfig}/status-summary.txt | 0
.../status.txt | 4 ++--
.../tcwg_kernel/llvm-master-arm-lts-allyesconfig/summary.txt | 1 -
.../tcwg_kernel/status.txt | 4 +++-
8 files changed, 18 insertions(+), 13 deletions(-)
copy llvm/sha1/e07ead85a368173a56e96a21d6841aa497ad80f8/tcwg_kernel/{llvm-master-a [...]
copy llvm/sha1/e07ead85a368173a56e96a21d6841aa497ad80f8/tcwg_kernel/{llvm-master-a [...]
copy {aosp_superproject/sha1/0ccbdeff847ae5390ba6632a67f6b5d2ab8632c1 => llvm/sha1 [...]
copy llvm/sha1/e07ead85a368173a56e96a21d6841aa497ad80f8/tcwg_kernel/{llvm-master-a [...]
delete mode 100644 llvm/sha1/e07ead85a368173a56e96a21d6841aa497ad80f8/tcwg_kernel/ [...]
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 0e796dd90 Add entry 4b0276d1c9cb558f3c20736dce802ceb26c0b958 from https [...]
new b4a557f6e Add entry e07ead85a368173a56e96a21d6841aa497ad80f8 from https [...]
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:
.../tcwg_kernel/llvm-master-arm-lts-allyesconfig/build_url | 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 b72e7addf85 libstdc++: Constrain equality ops for std::pair, std::tuple [...]
new cb4e2685a3e Avoid re-allocating vector
new bf10f0db20d Fix block index check in insert_updated_phi_nodes_for
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/tree-into-ssa.cc | 2 +-
gcc/tree-ssa-live.cc | 4 +++-
2 files changed, 4 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 7072f376e Add entry 8009bbec59d1c5d47ae06c431647ebee6d886ff2 from https [...]
new 0e796dd90 Add entry 4b0276d1c9cb558f3c20736dce802ceb26c0b958 from https [...]
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:
.../tcwg_aosp-code_size-dex2oat/oriole-master/details.txt | 1 +
1 file changed, 1 insertion(+)
--
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 bed6ec161be middle-end/27800 - avoid unnecessary temporary during gimpl [...]
new 6e25ca387fb libstdc++: Update ABI test to disallow adding to released s [...]
new 9ebd1234328 libstdc++: Use https instead of http in some comments
new b72e7addf85 libstdc++: Constrain equality ops for std::pair, std::tuple [...]
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:
libstdc++-v3/include/backward/auto_ptr.h | 2 +-
libstdc++-v3/include/bits/basic_ios.h | 6 +-
libstdc++-v3/include/bits/stl_pair.h | 16 +-
libstdc++-v3/include/bits/version.def | 9 +
libstdc++-v3/include/bits/version.h | 10 +
libstdc++-v3/include/std/iostream | 2 +-
libstdc++-v3/include/std/optional | 50 ++--
libstdc++-v3/include/std/tuple | 102 ++++----
libstdc++-v3/include/std/utility | 1 +
libstdc++-v3/include/std/variant | 28 +--
.../20_util/optional/relops/constrained.cc | 258 +++++++++++++++++++++
.../pair/comparison_operators/constrained.cc | 48 ++++
.../tuple/comparison_operators/constrained.cc | 50 ++++
.../tuple/comparison_operators/overloaded.cc | 6 +-
.../tuple/comparison_operators/overloaded2.cc | 1 -
.../20_util/variant/relops/constrained.cc | 175 ++++++++++++++
libstdc++-v3/testsuite/util/testsuite_abi.cc | 4 +-
17 files changed, 686 insertions(+), 82 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/optional/relops/constrained.cc
create mode 100644 libstdc++-v3/testsuite/20_util/pair/comparison_operators/constr [...]
create mode 100644 libstdc++-v3/testsuite/20_util/tuple/comparison_operators/const [...]
create mode 100644 libstdc++-v3/testsuite/20_util/variant/relops/constrained.cc
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from ea8480e67 Add entry 8009bbec59d1c5d47ae06c431647ebee6d886ff2 from https [...]
new 7072f376e Add entry 8009bbec59d1c5d47ae06c431647ebee6d886ff2 from https [...]
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:
llvm/sha1/8009bbec59d1c5d47ae06c431647ebee6d886ff2/jira/description | 5 +++++
llvm/sha1/8009bbec59d1c5d47ae06c431647ebee6d886ff2/jira/yaml | 5 +++++
llvm/sha1/8009bbec59d1c5d47ae06c431647ebee6d886ff2/status.txt | 5 +++++
.../llvm-aarch64-master-O3}/details.txt | 2 +-
.../llvm-aarch64-master-O3}/reproduction_instructions.txt | 4 ++--
.../llvm-aarch64-master-O3/status-summary.txt | 1 +
.../tcwg_bmk-qc_speed-cpu2017rate/llvm-aarch64-master-O3/status.txt | 6 +++---
.../tcwg_bmk-qc_speed-cpu2017rate/status-summary.txt | 1 +
.../tcwg_bmk-qc_speed-cpu2017rate/status.txt | 6 +++---
9 files changed, 26 insertions(+), 9 deletions(-)
copy llvm/sha1/{a0eda109471b74ef929f5830438201973d70705e/tcwg_bmk-code_speed-spec2 [...]
copy llvm/sha1/8009bbec59d1c5d47ae06c431647ebee6d886ff2/{tcwg_bmk-code_size-spec2k [...]
create mode 100644 llvm/sha1/8009bbec59d1c5d47ae06c431647ebee6d886ff2/tcwg_bmk-qc_ [...]
copy llvm/sha1/{90ba33099cbb17e7c159e9ebc5a512037db99d6d => 8009bbec59d1c5d47ae06c [...]
create mode 100644 llvm/sha1/8009bbec59d1c5d47ae06c431647ebee6d886ff2/tcwg_bmk-qc_ [...]
copy llvm/sha1/{90ba33099cbb17e7c159e9ebc5a512037db99d6d => 8009bbec59d1c5d47ae06c [...]
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 776f5fdb9 Add entry 9dbff9c05520a74e6cd337578f27b56c941f64f3 from https [...]
new ea8480e67 Add entry 8009bbec59d1c5d47ae06c431647ebee6d886ff2 from https [...]
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:
.../tcwg_bmk-qc_speed-cpu2017rate/llvm-aarch64-master-O3}/build_url | 2 +-
.../llvm-aarch64-master-O3}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy llvm/sha1/{2c93e3c1c8ba70694bc0d3fd71ac90836a147f2d/tcwg_bmk-qc_speed-cpu2017 [...]
copy llvm/sha1/8009bbec59d1c5d47ae06c431647ebee6d886ff2/{tcwg_bmk-code_size-spec2k [...]
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from ce14fe67a Add entry d77067d08a3f56dc2d0e6c95bd2852c943df743a from https [...]
new fcfe9626e Add entry 9dbff9c05520a74e6cd337578f27b56c941f64f3 from https [...]
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/sha1/9dbff9c05520a74e6cd337578f27b56c941f64f3/first_url | 1 +
.../tcwg_gcc_check/master-arm/build_url | 1 +
.../tcwg_gcc_check/master-arm/last_good | 1 +
3 files changed, 3 insertions(+)
create mode 100644 gcc/sha1/9dbff9c05520a74e6cd337578f27b56c941f64f3/first_url
create mode 100644 gcc/sha1/9dbff9c05520a74e6cd337578f27b56c941f64f3/tcwg_gcc_chec [...]
create mode 100644 gcc/sha1/9dbff9c05520a74e6cd337578f27b56c941f64f3/tcwg_gcc_chec [...]
--
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 binutils-gdb.
from 20100e09dd0 gdb/testsuite/lib/rocm: Fix with_rocm_gpu_lock
new 1d2db4525cf Remove gdb.base/watchpoint-running.exp leftover
new 810203888da gdb.base/watchpoint-running.exp: Run sw watch tests even if [...]
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:
gdb/testsuite/gdb.base/watchpoint-running.exp | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.