This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/llvm-release-arm-spec2k6-Oz_LTO
in repository toolchain/ci/base-artifacts.
discards 2faf061b 0: update: binutils-gcc-glibc-llvm: 1
new 5db7d8f3 0: update: binutils-gcc-glibc-llvm: 1
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 (2faf061b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/llvm-release-arm [...]
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:
01-reset_artifacts/console.log | 183 +-
02-prepare_abe/console.log | 380 +-
03-build_abe-binutils/console.log | 11252 +-
04-build_abe-stage1/console.log | 17924 +--
05-build_abe-linux/console.log | 180 +-
06-build_abe-glibc/console.log | 39351 +++----
07-build_abe-stage2/console.log | 44397 +++----
08-build_llvm-true/console.log | 12502 +-
10-benchmark--Oz_LTO_mthumb/benchmark-start.log | 2 +-
10-benchmark--Oz_LTO_mthumb/benchmark.log | 34 +-
10-benchmark--Oz_LTO_mthumb/console.log | 306 +-
11-check_regression/console.log | 702 +-
11-check_regression/results-0.csv | 124 +-
11-check_regression/results-1.csv | 131 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-full.csv | 143 +-
11-check_regression/results.csv | 44 +-
11-check_regression/results.log | 2782 +-
12-update_baseline/console.log | 711 +-
12-update_baseline/results-0.csv | 124 +-
12-update_baseline/results-1.csv | 131 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-full.csv | 143 +-
12-update_baseline/results.csv | 44 +-
12-update_baseline/results.log | 2808 +-
console.log | 127952 +++++++++++----------
jenkins/manifest.sh | 20 +-
results_id | 2 +-
28 files changed, 131316 insertions(+), 131132 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 releases/gcc-10
in repository gcc.
from 45e8c984445 rs6000: Add execution tests for mma builtins [v4]
new 21d3be2159f rs6000: Fix __builtin_altivec_mask_for_load to use correct type
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/config/rs6000/rs6000-call.c | 6 +++++-
1 file changed, 5 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/llvm-release-aarch64-spec2k6-Os
in repository toolchain/ci/gcc.
from 170b863585d Daily bump.
adds 6fa3b3bbac9 accept <case> and [cond] in ChangeLog
adds 006fda1b17a PR fortran/95709 - ICE in gfc_resolve_code, at fortran/reso [...]
adds f69a6c40123 Daily bump.
adds 21b27a61345 Daily bump.
adds dc7a8afce35 Record and restore postorder information in breaking alias sccs.
adds 8c25c91b117 Schedule reduction partition in the last.
new 00672d956d0 [PATCH, rs6000]Add support to enable vmsumudm behind vec_ms [...]
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:
contrib/ChangeLog | 10 ++
contrib/gcc-changelog/git_commit.py | 16 +--
contrib/gcc-changelog/test_email.py | 4 +
contrib/gcc-changelog/test_patches.txt | 35 +++++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/altivec.h | 1 +
gcc/config/rs6000/altivec.md | 11 ++
gcc/config/rs6000/rs6000-builtin.def | 2 +
gcc/config/rs6000/rs6000-c.c | 6 +
gcc/doc/extend.texi | 10 ++
gcc/fortran/ChangeLog | 9 ++
gcc/fortran/resolve.c | 16 ++-
gcc/testsuite/ChangeLog | 8 ++
gcc/testsuite/g++.dg/tree-ssa/pr95638.C | 150 +++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr95804.c | 18 +++
.../gcc.target/powerpc/builtins-msum-runnable.c | 74 ++++++++++
.../gcc.target/powerpc/vsx-builtin-msum.c | 26 ++++
gcc/testsuite/gfortran.dg/pr95709.f90 | 12 ++
gcc/tree-loop-distribution.c | 38 +++++-
19 files changed, 429 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr95638.C
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr95804.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/builtins-msum-runnable.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-builtin-msum.c
create mode 100644 gcc/testsuite/gfortran.dg/pr95709.f90
--
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 linaro-local/ci/tcwg_bmk_tx1/llvm-release-aarch64-spec2k6-Os
in repository toolchain/ci/base-artifacts.
discards 703514c2 0: update: binutils-gcc-glibc-llvm: 1
new 5eab9588 0: update: binutils-gcc-glibc-llvm: 1
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 (703514c2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/llvm-release-aar [...]
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:
01-reset_artifacts/console.log | 16 +-
02-prepare_abe/console.log | 430 +-
03-build_abe-binutils/console.log | 11233 +--
04-build_abe-stage1/console.log | 13802 ++--
05-build_abe-linux/console.log | 206 +-
06-build_abe-glibc/console.log | 38631 +++++-----
07-build_abe-stage2/console.log | 34285 ++++-----
08-build_llvm-true/console.log | 12544 ++--
10-benchmark--Os/benchmark-start.log | 2 +-
10-benchmark--Os/benchmark.log | 18 +-
10-benchmark--Os/console.log | 268 +-
11-check_regression/console.log | 2530 +-
11-check_regression/results-0.csv | 2198 +-
11-check_regression/results-1.csv | 2213 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 8 +-
11-check_regression/results-full.csv | 2377 +-
11-check_regression/results.csv | 166 +-
11-check_regression/results.log | 2490 +-
12-update_baseline/console.log | 2624 +-
12-update_baseline/results-0.csv | 2198 +-
12-update_baseline/results-1.csv | 2213 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 8 +-
12-update_baseline/results-full.csv | 2377 +-
12-update_baseline/results.csv | 166 +-
12-update_baseline/results.log | 2432 +-
console.log | 116693 +++++++++++++++--------------
jenkins/manifest.sh | 12 +-
results_id | 2 +-
30 files changed, 126172 insertions(+), 126046 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 linux.
from a581387e415b Merge tag 'io_uring-5.8-2020-07-10' of git://git.kernel.dk [...]
new 0b78c9e8c19b selftests: tpm: upgrade TPM2 tests from Python 2 to Python 3
new 3c01655ac82e kselftest: ksft_test_num return type should be unsigned
new 0f318cba1e08 Merge tag 'linux-kselftest-fixes-5.8-rc5' of git://git.ker [...]
new e18321acfb9f IB/hfi1: Add explicit cast OPA_MTU_8192 to 'enum ib_mtu'
new f81b4565c110 RDMA/mlx5: Fix legacy IPoIB QP initialization
new 28b70cd92365 IB/hfi1: Do not destroy hfi1_wq when the device is shut down
new 2315ec12ee8e IB/hfi1: Do not destroy link_wq when the device is shut down
new f427f4d6214c IB/sa: Resolv use-after-free in ib_nl_make_request()
new 04340645f69a RDMA/siw: Fix reporting vendor_part_id
new 530c8632b547 IB/mlx5: Fix 50G per lane indication
new 0a0371506879 RDMA/mlx5: Set PD pointers for the error flow unwind
new aa0c9086b40c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
The 12 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:
drivers/infiniband/core/sa_query.c | 38 +++++++++-----------
drivers/infiniband/hw/hfi1/init.c | 37 +++++++++++++++-----
drivers/infiniband/hw/hfi1/qp.c | 7 ++--
drivers/infiniband/hw/hfi1/tid_rdma.c | 5 ++-
drivers/infiniband/hw/mlx5/main.c | 2 +-
drivers/infiniband/hw/mlx5/qp.c | 7 +++-
drivers/infiniband/sw/siw/siw_main.c | 3 +-
tools/testing/selftests/kselftest.h | 2 +-
tools/testing/selftests/tpm2/test_smoke.sh | 4 +--
tools/testing/selftests/tpm2/test_space.sh | 2 +-
tools/testing/selftests/tpm2/tpm2.py | 56 ++++++++++++++++--------------
tools/testing/selftests/tpm2/tpm2_tests.py | 39 +++++++++++----------
12 files changed, 116 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.
unknown user pushed a change to branch master
in repository gcc.
from b2104239c8f c: Add C2X BOOL_MAX and BOOL_WIDTH to limits.h
new c5ec2f858b7 aix: only create named section for VAR_DECL or FUNCTION_DECL
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/config/rs6000/rs6000.c | 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 releases/gcc-10
in repository gcc.
from a5c9fb79955 libgo: update to Go 1.14.4 release
new 45e8c984445 rs6000: Add execution tests for mma builtins [v4]
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/gcc.target/powerpc/mma-double-test.c | 185 ++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/mma-single-test.c | 193 +++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/p10-arch31.c | 25 +++
gcc/testsuite/gcc.target/powerpc/p10-identify.c | 26 +++
4 files changed, 429 insertions(+)
create mode 100755 gcc/testsuite/gcc.target/powerpc/mma-double-test.c
create mode 100755 gcc/testsuite/gcc.target/powerpc/mma-single-test.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/p10-arch31.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/p10-identify.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 ed1d3639e42 rs6000: Add execution tests for mma builtins [v4]
new b2104239c8f c: Add C2X BOOL_MAX and BOOL_WIDTH to limits.h
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/glimits.h | 8 ++++++++
gcc/testsuite/gcc.dg/c11-bool-limits-1.c | 13 +++++++++++++
gcc/testsuite/gcc.dg/c2x-bool-limits-1.c | 19 +++++++++++++++++++
3 files changed, 40 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/c11-bool-limits-1.c
create mode 100644 gcc/testsuite/gcc.dg/c2x-bool-limits-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 5ada27f8e0c Improve shrink wrapping debug output
new ed1d3639e42 rs6000: Add execution tests for mma builtins [v4]
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/gcc.target/powerpc/mma-double-test.c | 185 ++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/mma-single-test.c | 193 +++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/p10-arch31.c | 25 +++
gcc/testsuite/gcc.target/powerpc/p10-identify.c | 26 +++
4 files changed, 429 insertions(+)
create mode 100755 gcc/testsuite/gcc.target/powerpc/mma-double-test.c
create mode 100755 gcc/testsuite/gcc.target/powerpc/mma-single-test.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/p10-arch31.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/p10-identify.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.