This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-10
in repository gcc.
from d2071fd4488 amdgcn: Fix elf.h build issue
new d7aaef810db libgomp: Fix hang when profiling OpenACC programs with CUDA [...]
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:
libgomp/ChangeLog.omp | 9 +++
libgomp/libgomp.texi | 11 +++
libgomp/oacc-init.c | 14 ++--
.../libgomp.oacc-c-c++-common/acc_prof-init-2.c | 80 ++++++++++++++++++++++
4 files changed, 109 insertions(+), 5 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/acc_prof-init-2.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-master-aarch64-spec2k6-O2_LTO
in repository toolchain/ci/base-artifacts.
discards baa8c514 2: update: binutils-gcc-glibc: 1
new 6fc37dd3 2: update: gcc-96686b3fcd10a6ab55bf09bee324fe91b1fde076: 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 (baa8c514)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/gnu-master-aarch [...]
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 | 171 +-
02-prepare_abe/console.log | 420 +-
03-build_abe-binutils/console.log | 11579 ++-
04-build_abe-stage1/console.log | 15816 ++--
05-build_abe-linux/console.log | 310 +-
06-build_abe-glibc/console.log | 40778 +++++-----
07-build_abe-stage2/console.log | 37965 +++++-----
09-benchmark--O2_LTO/benchmark-start.log | 2 +-
09-benchmark--O2_LTO/benchmark.log | 17 +-
09-benchmark--O2_LTO/console.log | 153 +-
10-check_regression/console.log | 1092 +-
10-check_regression/results-0.csv | 177 +-
10-check_regression/results-1.csv | 173 +-
10-check_regression/results-brief.csv | 58 +-
10-check_regression/results-full.csv | 177 +-
10-check_regression/results.csv | 70 +-
10-check_regression/results.log | 4006 +-
11-update_baseline/console.log | 2350 +-
11-update_baseline/extra-bisect-params | 2 +-
11-update_baseline/results-1.csv | 173 +-
11-update_baseline/results-brief.csv | 58 +-
11-update_baseline/results-compare.csv | 2 +-
11-update_baseline/results-full.csv | 173 +-
11-update_baseline/results.csv | 70 +-
11-update_baseline/results.log | 2934 +-
11-update_baseline/results.regressions | 1 -
console.log | 110674 ++++++++++++++--------------
jenkins/manifest.sh | 18 +-
results_id | 2 +-
29 files changed, 113881 insertions(+), 115540 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_gnu/gnu-release-aarch64-bootstrap_O1
in repository toolchain/ci/gcc.
from 92a63f056ca Daily bump.
adds f95f1ac7241 Daily bump.
adds 313e02cfb97 S/390: Emit vector alignment hints for z13 if AS accepts them
adds ae6f7309862 aarch64: Fix noexecstack note in libitm
adds be6028a7a65 aarch64: Fix noexecstack note in libgcc
adds 315a7e8cca1 aarch64: Fix BTI support in libgcc [PR96001]
adds 91aab0f70e0 aarch64: Fix BTI support in libitm
adds a70d5d81c41 aarch64: fix return address access with pac [PR94891][PR94791]
adds a0ae6c76529 aarch64: fix __builtin_eh_return with pac-ret [PR94891]
adds f5cab586217 libgcc: fix the handling of return address mangling [PR94891]
adds a6a2935076b doc: Clarify __builtin_return_address [PR94891]
adds 8281cdda59d aarch64: Add missing ACLE support for PAC-RET
adds 0eca9685d19 Daily bump.
new da193dadf28 Fix missing dependencies for selftests which occasionally c [...]
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 | 51 ++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/Makefile.in | 6 ++-
gcc/config.in | 7 +++
gcc/config/aarch64/aarch64-c.c | 12 +++++
gcc/config/aarch64/aarch64-protos.h | 1 +
gcc/config/aarch64/aarch64.c | 31 ++++++++++++-
gcc/config/aarch64/aarch64.h | 2 +-
gcc/config/s390/s390.c | 4 +-
gcc/config/s390/s390.h | 7 +++
gcc/configure | 31 +++++++++++++
gcc/configure.ac | 5 +++
gcc/doc/extend.texi | 17 +++++++-
gcc/testsuite/ChangeLog | 18 ++++++++
.../gcc.target/aarch64/return_address_sign_1.c | 8 ++--
gcc/testsuite/gcc.target/s390/vector/align-1.c | 2 +-
gcc/testsuite/gcc.target/s390/vector/align-2.c | 2 +-
libgcc/ChangeLog | 32 ++++++++++++++
libgcc/config/aarch64/aarch64-unwind.h | 35 ++++-----------
libgcc/config/aarch64/lse.S | 30 +++++++++++++
libgcc/unwind-dw2.c | 34 ++++-----------
libitm/ChangeLog | 15 +++++++
libitm/config/aarch64/sjlj.S | 29 +++++++++++-
23 files changed, 311 insertions(+), 70 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_gnu/gnu-release-aarch64-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards 36350e0c 0: update: gcc-92a63f056ca101aa5614b8c849c3ab0522c63ae1: 1
new 8aa64d92 0: update: gcc-da193dadf2882ab77527bc86c5b5307c74ec1fae: 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 (36350e0c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 194 +-
02-prepare_abe/console.log | 436 +-
04-build_abe-bootstrap_O1/console.log | 66292 +++++++++++++++----------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 4 +-
console.log | 66928 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 66994 insertions(+), 66870 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 binutils-gdb.
from f80c8ec423f Use boolean literals in linux-nat.c
new 33176ea7d72 [gdb/testsuite] Add gdb.base/valgrind-infcall-2.exp
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/testsuite/ChangeLog | 6 ++
...ls-unused-static-var.c => valgrind-infcall-2.c} | 5 +-
gdb/testsuite/gdb.base/valgrind-infcall-2.exp | 75 ++++++++++++++++++++++
gdb/testsuite/lib/valgrind.exp | 38 +++++++----
4 files changed, 109 insertions(+), 15 deletions(-)
copy gdb/testsuite/gdb.base/{info-locals-unused-static-var.c => valgrind-infcall-2 [...]
create mode 100644 gdb/testsuite/gdb.base/valgrind-infcall-2.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 90c3ec2d210 [gdb/testsuite] Use MACRO_AT_{func,range}
new f80c8ec423f Use boolean literals in linux-nat.c
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 | 7 +++++++
gdb/linux-nat.c | 8 ++++----
2 files changed, 11 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 glibc.
from f46ef33ad1 AArch64: Improve strlen_asimd performance (bug 25824)
new e9422236a2 manual: New signal and errno string functions are AS-safe
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:
manual/errno.texi | 4 ++--
manual/signal.texi | 4 ++--
2 files changed, 4 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards a0324950 0: update: gcc-f0d0be62db5ba030283fa8189211830d09dfb467: 1
new f1615651 0: update: gcc-c08ff9f81914c6028c586e5ecdec3736cd9a4fec: 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 (a0324950)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 130 +-
02-prepare_abe/console.log | 396 +-
04-build_abe-bootstrap_O3/console.log | 69977 ++++++++++++++++---------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 4 +-
console.log | 70505 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
7 files changed, 70496 insertions(+), 70526 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.