This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a86b3453fc6 Change the type of predicates to bool.
new cfeffe9c461 Return true/false instead of 1/0 from generic predicates.
new d63454815de i386: Return true/false instead of 1/0 from predicates.
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/i386/predicates.md | 14 +++++-----
gcc/recog.c | 64 +++++++++++++++++++++----------------------
2 files changed, 39 insertions(+), 39 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 eb68d7d23c Linux: Avoid calling malloc indirectly from __get_nprocs
new 252cad02d4 AArch64: Improve strnlen performance
new 6a34c928c2 AArch64: Add hp-timing.h
new ba436665b1 Fix extra PLT reference in libc.so due to __glob64_time64 if [...]
new 7c45df18e1 s390: Fix MEMCHR_Z900_G5 ifunc-variant if n>=0x80000000 [BZ #28024]
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:
include/glob.h | 1 +
posix/glob64-time64.c | 1 +
.../{sparc/sparc32/sparcv9 => aarch64}/hp-timing.h | 37 ++-
sysdeps/aarch64/strnlen.S | 270 +++++++--------------
sysdeps/s390/memchr-z900.S | 13 +
sysdeps/unix/sysv/linux/glob64-time64.c | 1 +
6 files changed, 130 insertions(+), 193 deletions(-)
copy sysdeps/{sparc/sparc32/sparcv9 => aarch64}/hp-timing.h (54%)
--
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 c68fe3c 0: update: gcc-461f937b47278eaa4ca3c5507c80cca26af4b015: 1
new 9ff87c2 0: update: gcc-a86b3453fc6e29cf0e19916b01c393652d838d56: 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 (c68fe3c)
\
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 | 68 +-
02-prepare_abe/console.log | 412 +-
04-build_abe-bootstrap_O3/console.log | 64239 +++++++++++++++----------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 64725 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
7 files changed, 64784 insertions(+), 64674 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 05c06f318fd Linux: Access memory even if threads are running
new 1b8d1f5f386 Partially fix debuginfod tests in binutils testsuite.
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:
binutils/ChangeLog | 5 +++++
binutils/testsuite/binutils-all/debuginfod.exp | 10 +++++-----
2 files changed, 10 insertions(+), 5 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 0a77c07b9b3 tree-optimization/101280 - revise interchange fix for PR101173
new a86b3453fc6 Change the type of predicates to bool.
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/i386/i386-expand.c | 2 +-
gcc/config/mips/mips-protos.h | 2 +-
gcc/config/rs6000/rs6000.c | 2 +-
gcc/genpreds.c | 8 ++---
gcc/recog.c | 73 ++++++++++++++++++++++---------------------
gcc/recog.h | 2 +-
6 files changed, 45 insertions(+), 44 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 75a2da57a1b readelf: Reset file position to beginning for thin archive members
new 05c06f318fd Linux: Access memory even if threads are running
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 | 19 ++
gdb/linux-nat.c | 265 +++++++++++++++++----
gdb/testsuite/ChangeLog | 9 +
...-dummy-frame-removal.c => access-mem-running.c} | 52 ++--
gdb/testsuite/gdb.base/access-mem-running.exp | 124 ++++++++++
.../gdb.threads/access-mem-running-thread-exit.c | 123 ++++++++++
.../gdb.threads/access-mem-running-thread-exit.exp | 166 +++++++++++++
7 files changed, 676 insertions(+), 82 deletions(-)
copy gdb/testsuite/gdb.base/{premature-dummy-frame-removal.c => access-mem-running [...]
create mode 100644 gdb/testsuite/gdb.base/access-mem-running.exp
create mode 100644 gdb/testsuite/gdb.threads/access-mem-running-thread-exit.c
create mode 100644 gdb/testsuite/gdb.threads/access-mem-running-thread-exit.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-check_bootstrap
in repository toolchain/ci/gcc.
from 4804cf9a643 Daily bump.
adds ec9be3dbcf6 Daily bump.
adds 22610c034e4 Daily bump.
adds e4102aa14d9 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards eb66da4 0: init: gcc-4804cf9a64342279beb4aa967e359567342510ed: 1
new 3237f4e 0: update: gcc-e4102aa14d9fad7dca54ffd3153a8942272b205c: 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 (eb66da4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-chec [...]
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 | 236 +-
02-prepare_abe/console.log | 288 +-
03-build_abe-bootstrap/console.log | 95708 +++++++++---------
04-build_abe-check_bootstrap/console.log | 54295 ++++++----
05-check_regression/console.log | 236 +-
05-check_regression/results.regressions | 52 +
06-update_baseline/console.log | 230 +-
06-update_baseline/results.regressions | 52 +
console.log | 151038 +++++++++++++++-------------
jenkins/manifest.sh | 10 +-
sumfiles/g++.log.xz | Bin 2540464 -> 2593680 bytes
sumfiles/g++.sum | 122 +-
sumfiles/gcc.log.xz | Bin 2154152 -> 2216364 bytes
sumfiles/gcc.sum | 3444 +-
sumfiles/gfortran.log.xz | Bin 859788 -> 861684 bytes
sumfiles/gfortran.sum | 62 +-
sumfiles/go.log.xz | Bin 56896 -> 58060 bytes
sumfiles/go.sum | 10 +-
sumfiles/gotools.log.xz | Bin 4204 -> 4176 bytes
sumfiles/gotools.sum | 4 +-
sumfiles/libatomic.log.xz | Bin 2400 -> 2408 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libffi.log.xz | Bin 27492 -> 27444 bytes
sumfiles/libffi.sum | 10 +-
sumfiles/libgo.log.xz | Bin 7352 -> 7632 bytes
sumfiles/libgo.sum | 6 +-
sumfiles/libgomp.log.xz | Bin 128524 -> 128584 bytes
sumfiles/libgomp.sum | 18 +-
sumfiles/libitm.log.xz | Bin 2744 -> 2748 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 418812 -> 432492 bytes
sumfiles/libstdc++.sum | 10 +-
sumfiles/objc.log.xz | Bin 63416 -> 63704 bytes
sumfiles/objc.sum | 36 +-
34 files changed, 166547 insertions(+), 139330 deletions(-)
create mode 100644 05-check_regression/results.regressions
create mode 100644 06-update_baseline/results.regressions
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.