This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from d5dec1b6 [lldb-cmake-standalone] When invoking llmv-lit manually, make [...]
new d6965e40 [lldb-cmake-standalone] Checkout libc++ the same way as other [...]
new 2c2cbdfb [lldb-cmake-standalone] Run check-lldb in TERM=vt100
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:
zorg/jenkins/jobs/jobs/lldb-cmake-standalone | 7 ++-----
1 file changed, 2 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 linux.
from aa7235483a83 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new eb96e57b913f media: dvb: warning about dvb frequency limits produces to [...]
new a200c721956c media: venus: hfi_parser: fix a regression in parser
new 35110e38e6c5 Merge tag 'media/v5.2-2' of git://git.kernel.org/pub/scm/l [...]
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:
drivers/media/dvb-core/dvb_frontend.c | 2 +-
drivers/media/platform/qcom/venus/hfi_helper.h | 4 ++--
2 files changed, 3 insertions(+), 3 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_bmk/llvm-master-aarch64-spec2k6-Oz_LTO
in repository toolchain/ci/glibc.
from e6e2424390 Fix malloc tests build with GCC 10.
adds 80b2bfb535 Benchmark strstr hard needles
adds 5e0a7ecb66 Improve performance of strstr
adds 680942b016 Improve performance of memmem
adds 4e75c2a43b <sys/cdefs.h>: Add __glibc_has_include macro
adds 5dad6ffbb2 <sys/stat.h>: Use Linux UAPI header for statx if available a [...]
new 744e829637 Linux: Deprecate <sys/sysctl.h> and sysctl
new cfa611447b libio: freopen of default streams crashes in old programs [B [...]
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:
ChangeLog | 57 +++++++
NEWS | 5 +
benchtests/bench-strstr.c | 79 ++++++++++
.../bits/statx-generic.h | 3 +-
include/bits/types/struct_statx.h | 1 +
include/bits/types/struct_statx_timestamp.h | 1 +
include/sys/sysctl.h | 10 --
io/Makefile | 4 +-
io/bits/statx-generic.h | 60 ++++++++
io/bits/statx.h | 73 +--------
io/bits/{statx.h => types/struct_statx.h} | 46 +-----
.../bits/types/struct_statx_timestamp.h | 25 ++--
io/statx_generic.c | 11 +-
libio/freopen.c | 2 +-
libio/libioP.h | 5 +
misc/sys/cdefs.h | 6 +
scripts/check-installed-headers.sh | 24 +--
string/memmem.c | 127 ++++++++++------
string/str-two-way.h | 9 +-
string/strstr.c | 165 +++++++++++++++------
.../unix/sysv/linux/bits/statx.h | 26 ++--
sysdeps/unix/sysv/linux/sys/sysctl.h | 5 +-
sysdeps/unix/sysv/linux/sysctl.c | 4 +-
23 files changed, 479 insertions(+), 269 deletions(-)
copy sysdeps/ieee754/float128/e_lgammaf128_r.c => include/bits/statx-generic.h (52%)
create mode 100644 include/bits/types/struct_statx.h
create mode 100644 include/bits/types/struct_statx_timestamp.h
create mode 100644 io/bits/statx-generic.h
copy io/bits/{statx.h => types/struct_statx.h} (58%)
copy nptl/pthread_mutex_conf.h => io/bits/types/struct_statx_timestamp.h (66%)
copy nptl/pthread_mutex_conf.h => sysdeps/unix/sysv/linux/bits/statx.h (63%)
--
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/llvm-master-aarch64-spec2k6-Oz_LTO
in repository toolchain/ci/binutils-gdb.
from c93dbb25ac Fix an unitinitalised local variable in decode_arm_unwind().
adds 1c7fe9515d Remove linux-waitpid.c debugging code
adds 08f10e02be Move gdb's xmalloc and friends to new file
adds 2057d69dcc Add support for reporting Alpha and Vax symbol visibility in [...]
adds a5fd13a915 Dwarf: Don't add nameless modules to partial symbol table
adds d106773eac Dwarf: Don't add nameless modules to partial symbol table (C [...]
adds 0529f3fe5c Automatic date update in version.in
adds 540e617049 Add support to readelf to display NetBSD auxv notes in core files.
adds c0d38b0ec6 Add support for NetBSD/sh3 core reg sections to readelf.
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
binutils/ChangeLog | 19 ++++++
binutils/readelf.c | 66 +++++++++++++++---
gdb/ChangeLog | 17 +++++
gdb/Makefile.in | 1 +
gdb/alloc.c | 111 +++++++++++++++++++++++++++++++
gdb/common/common-utils.c | 72 --------------------
gdb/dwarf2read.c | 17 ++---
gdb/gdbserver/ChangeLog | 8 +++
gdb/gdbserver/Makefile.in | 11 +++
gdb/nat/linux-waitpid.c | 34 +---------
gdb/testsuite/ChangeLog | 5 ++
gdb/testsuite/gdb.fortran/block-data.exp | 63 ++++++++++++++++++
gdb/testsuite/gdb.fortran/block-data.f | 56 ++++++++++++++++
14 files changed, 358 insertions(+), 124 deletions(-)
create mode 100644 gdb/alloc.c
create mode 100644 gdb/testsuite/gdb.fortran/block-data.exp
create mode 100644 gdb/testsuite/gdb.fortran/block-data.f
--
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/llvm-master-aarch64-spec2k6-Oz_LTO
in repository toolchain/ci/base-artifacts.
discards 77fc3d0c 0: init: binutils-gcc-glibc-llvm: 0
new 1b95e521 0: init: binutils-gcc-glibc-llvm: 0
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 (77fc3d0c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk/llvm-master-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 | 243 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11513 ++--
04-build_abe-stage1/console.log | 15689 +++--
05-build_abe-linux/console.log | 312 +-
06-build_abe-glibc/console.log | 40213 ++++++------
07-build_abe-stage2/console.log | 40639 ++++++------
08-build_llvm-true/console.log | 11924 ++--
09-benchmark/benchmark-start.log | 2 +-
09-benchmark/benchmark.log | 4 +-
09-benchmark/console.log | 178 +-
11-update_baseline/console.log | 6 +-
console.log | 121403 +++++++++++++++++------------------
jenkins/manifest.sh | 20 +-
results_id | 2 +-
15 files changed, 121248 insertions(+), 121338 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-arm-bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards 508516f0 0: update: gcc-f7505afe54fd81a0bbb252f1edc70887e078cfde: -5
new 709cce92 0: update: gcc-b1a4ffbd1cd65fa43daa9e07117ae1c7dd2b5ccf: -5
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 (508516f0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-boots [...]
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 | 173 +-
02-prepare_abe/console.log | 404 +-
03-build_abe-bootstrap_lto/console.log | 97956 +++++++++++++++---------------
console.log | 98533 +++++++++++++++----------------
jenkins/manifest.sh | 10 +-
5 files changed, 98129 insertions(+), 98947 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.