This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-modules
in repository gcc.
from 215d369942e Anticipated builtin smashing
new d028af9e5fd libcody update
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:
ChangeLog.modules | 3 +++
libcody/fatal.cc | 4 ++--
2 files changed, 5 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 linaro-local/ci/tcwg_kernel/gnu-release-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 608898bb 0: update: binutils-gcc-linux: all
new e3276b5a 0: update: binutils-gcc-linux: all
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 (608898bb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 244 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 11570 +++++------
04-build_abe-stage1/console.log | 17822 +++++++++--------
05-build_linux/console.log | 816 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 12 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30928 +++++++++++++++---------------
jenkins/manifest.sh | 14 +-
12 files changed, 30926 insertions(+), 30938 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 gdb-10-branch
in repository binutils-gdb.
from 9a312e49044 Automatic date update in version.in
new 4c02be11986 gdb/dwarf: fix reading subprogram with DW_AT_specification [...]
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:
gdb/ChangeLog | 9 +++
gdb/dwarf2/read.c | 22 +++++--
gdb/testsuite/ChangeLog | 5 ++
.../template-specification-full-name.exp | 77 ++++++++++++++++++++++
4 files changed, 107 insertions(+), 6 deletions(-)
create mode 100644 gdb/testsuite/gdb.dwarf2/template-specification-full-name.exp
--
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 6278c6a6637 [PATCH][GAS][AArch64] Define BRBE system registers
new 557fc257203 Fix gdb.base/msym*.exp failures
new 4a636814934 gdb/dwarf: fix reading subprogram with DW_AT_specification [...]
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/ChangeLog | 9 +++
gdb/dwarf2/read.c | 22 +++++--
gdb/testsuite/ChangeLog | 11 ++++
gdb/testsuite/gdb.base/msym-bp-shl.exp | 6 +-
gdb/testsuite/gdb.base/msym-bp.exp | 4 +-
.../template-specification-full-name.exp | 77 ++++++++++++++++++++++
6 files changed, 118 insertions(+), 11 deletions(-)
create mode 100644 gdb/testsuite/gdb.dwarf2/template-specification-full-name.exp
--
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 dfb7345cd54 [Ada] Enable the support of 128-bit integer types by default
new 8732511910e [PATCH, rs6000] int128 sign extention instructions (partial [...]
new b69c00612db [PATCH, rs6000] VSX load/store rightmost element operations
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/config/rs6000/altivec.h | 3 +
gcc/config/rs6000/rs6000-builtin.def | 32 ++++
gcc/config/rs6000/rs6000-call.c | 208 ++++++++++++++++++++-
gcc/config/rs6000/vsx.md | 51 +++++
gcc/doc/extend.texi | 31 +++
.../powerpc/vsx-load-element-extend-char.c | 170 +++++++++++++++++
.../powerpc/vsx-load-element-extend-int.c | 168 +++++++++++++++++
.../powerpc/vsx-load-element-extend-longlong.c | 169 +++++++++++++++++
.../powerpc/vsx-load-element-extend-short.c | 168 +++++++++++++++++
.../powerpc/vsx-store-element-truncate-char.c | 125 +++++++++++++
.../powerpc/vsx-store-element-truncate-int.c | 125 +++++++++++++
.../powerpc/vsx-store-element-truncate-longlong.c | 126 +++++++++++++
.../powerpc/vsx-store-element-truncate-short.c | 126 +++++++++++++
13 files changed, 1501 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-load-element-extend-char.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-load-element-extend-int.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-load-element-extend-longlong.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-load-element-extend-short.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-store-element-truncate-char.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-store-element-truncate-int.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-store-element-truncate-longlong.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-store-element-truncate-short.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-release-aarch64-spec2k6-O3-vs-O3_LTO
in repository toolchain/ci/glibc.
from d59630f995 arm: CVE-2020-6096: Fix multiarch memcpy for negative length [...]
new afc53d52dc AArch64: Align ENTRY to a cacheline
new ade1fa24e3 AArch64: Add optimized Q-register memcpy
new 236287f869 AArch64: Improve backwards memmove performance
new ad34abcad5 AArch64: Rename IS_ARES to IS_NEOVERSE_N1
new 704e18d66d aarch64: Increase small and medium cases for __memcpy_generic
new 80259cd098 [AArch64] Improve integer memcpy
new 24c0d68815 AArch64: Use __memcpy_simd on Neoverse N2/V1
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:
sysdeps/aarch64/memcpy.S | 211 +++++++++++----------
sysdeps/aarch64/multiarch/Makefile | 2 +-
sysdeps/aarch64/multiarch/ifunc-impl-list.c | 2 +
sysdeps/aarch64/multiarch/memcpy.c | 8 +-
sysdeps/aarch64/multiarch/memcpy_advsimd.S | 248 +++++++++++++++++++++++++
sysdeps/aarch64/multiarch/memmove.c | 6 +-
sysdeps/aarch64/sysdep.h | 2 +-
sysdeps/unix/sysv/linux/aarch64/cpu-features.h | 8 +-
8 files changed, 383 insertions(+), 104 deletions(-)
create mode 100644 sysdeps/aarch64/multiarch/memcpy_advsimd.S
--
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/gnu-release-aarch64-spec2k6-O3-vs-O3_LTO
in repository toolchain/ci/base-artifacts.
discards a4c3195c 2: update: binutils-gcc-glibc: 1
new 48349fd4 2: update: binutils-gcc-glibc: 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 (a4c3195c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/gnu-release-aarc [...]
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 | 181 +-
02-prepare_abe/console.log | 348 +-
03-build_abe-binutils/console.log | 11487 +--
04-build_abe-stage1/console.log | 13704 +--
05-build_abe-linux/console.log | 308 +-
06-build_abe-glibc/console.log | 39484 ++++-----
07-build_abe-stage2/console.log | 36487 ++++----
08-benchmark--O3/benchmark-start.log | 2 +-
08-benchmark--O3/benchmark.log | 29 +-
08-benchmark--O3/console.log | 165 +-
09-benchmark--O3_LTO/benchmark-start.log | 2 +-
09-benchmark--O3_LTO/benchmark.log | 16 +-
09-benchmark--O3_LTO/console.log | 150 +-
11-check_regression/console.log | 2406 +-
11-check_regression/new-results-0.csv | 56 +-
11-check_regression/new-results-1.csv | 54 +-
11-check_regression/new-results-brief.csv | 58 +-
11-check_regression/new-results-compare.csv | 2 +-
11-check_regression/new-results-full.csv | 58 +-
11-check_regression/new-results.csv | 58 +-
11-check_regression/new-results.log | 3900 +-
11-check_regression/new-results.regressions | 1 -
11-check_regression/ref-results-0.csv | 58 +-
11-check_regression/ref-results-1.csv | 58 +-
11-check_regression/ref-results-brief.csv | 58 +-
11-check_regression/ref-results-full.csv | 58 +-
11-check_regression/ref-results.csv | 58 +-
11-check_regression/ref-results.log | 3894 +-
11-check_regression/ref-results.regressions | 4 +-
11-check_regression/results-compare.csv | 2 +-
12-update_baseline/console.log | 6135 +-
12-update_baseline/new-results-0.csv | 56 +-
12-update_baseline/new-results-1.csv | 54 +-
12-update_baseline/new-results-brief.csv | 58 +-
12-update_baseline/new-results-compare.csv | 2 +-
12-update_baseline/new-results-full.csv | 58 +-
12-update_baseline/new-results.csv | 58 +-
12-update_baseline/new-results.log | 3902 +-
12-update_baseline/new-results.regressions | 1 -
12-update_baseline/ref-results.log | 1864 +-
12-update_baseline/results-compare.csv | 2 +-
console.log | 110877 +++++++++++++------------
jenkins/manifest.sh | 16 +-
results_id-1 | 2 +-
results_id-2 | 2 +-
45 files changed, 119633 insertions(+), 116600 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.