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-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 05f4507799 0: last-good: binutils-gcc-linux: all
new 15c6963728 0: last-good: 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 (05f4507799)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-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:
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 3216 +++++++++---------
4-build_abe-stage1/console.log | 3644 ++++++++++----------
5-count_linux_objs/console.log | 65 +-
console.log | 6919 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
6 files changed, 6959 insertions(+), 6901 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 llvm.
from 4db7091f7d4 [AVR] Fix a typo - 's/analisys/analysis'
new 11a96c97970 [RegAllocGreedy] Take last chance recoloring into account i [...]
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:
lib/CodeGen/RegAllocGreedy.cpp | 26 ++++++++++++++++++++------
1 file changed, 20 insertions(+), 6 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 llvm.
from d0db64f72f4 [WebAssembly] memory.fill
new 4db7091f7d4 [AVR] Fix a typo - 's/analisys/analysis'
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:
lib/Target/AVR/AVRISelLowering.cpp | 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_kernel/gnu-master-arm-lts-defconfig
in repository toolchain/ci/binutils-gdb.
from f62318e98d Try to use the canonical version of a sysroot for debug file links.
adds 8918f84c04 Automatic date update in version.in
adds 01c7ae818b Adding a test case
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/testsuite/ChangeLog | 6 +
gdb/testsuite/gdb.arch/aarch64-dbreg-contents.c | 133 ++++++++++++++++++++++
gdb/testsuite/gdb.arch/aarch64-dbreg-contents.exp | 46 ++++++++
4 files changed, 186 insertions(+), 1 deletion(-)
create mode 100644 gdb/testsuite/gdb.arch/aarch64-dbreg-contents.c
create mode 100644 gdb/testsuite/gdb.arch/aarch64-dbreg-contents.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_kernel/gnu-master-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 8e8644e847 0: last-good: binutils-gcc-linux: all
new dcd5811b2d 0: last-good: 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 (8e8644e847)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-lt [...]
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:
2-prepare_abe/console.log | 4 +-
3-build_abe-binutils/console.log | 4007 ++++----
4-build_abe-stage1/console.log | 5552 ++++++-----
5-count_linux_objs/console.log | 8798 +++++++++---------
console.log | 18543 ++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
6 files changed, 17851 insertions(+), 19065 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 llvm.
from 5077597e0d5 [WebAssembly] Bulk memory intrinsics and builtins
new c6bc69a5730 [NewPM] Second attempt at porting ASan
new d0db64f72f4 [WebAssembly] memory.fill
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:
bindings/go/llvm/InstrumentationBindings.cpp | 3 +-
include/llvm/InitializePasses.h | 5 +-
include/llvm/Transforms/Instrumentation.h | 9 -
.../Transforms/Instrumentation/AddressSanitizer.h | 143 +++++++
lib/Passes/PassBuilder.cpp | 3 +-
lib/Passes/PassRegistry.def | 3 +
lib/Target/WebAssembly/WebAssemblyISD.def | 1 +
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 4 +-
.../WebAssembly/WebAssemblyInstrBulkMemory.td | 27 +-
.../WebAssembly/WebAssemblySelectionDAGInfo.cpp | 16 +
.../WebAssembly/WebAssemblySelectionDAGInfo.h | 4 +
.../Instrumentation/AddressSanitizer.cpp | 441 ++++++++++++---------
lib/Transforms/Instrumentation/Instrumentation.cpp | 4 +-
test/CodeGen/WebAssembly/bulk-memory.ll | 45 +++
test/Instrumentation/AddressSanitizer/basic.ll | 4 +
test/MC/WebAssembly/bulk-memory-encodings.s | 18 +
16 files changed, 520 insertions(+), 210 deletions(-)
create mode 100644 include/llvm/Transforms/Instrumentation/AddressSanitizer.h
create mode 100644 test/MC/WebAssembly/bulk-memory-encodings.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.
unknown user pushed a change to branch master
in repository clang.
from 171531e317 [WebAssembly] Bulk memory intrinsics and builtins
new bd13309d52 Restore Check for Unreachable Exit Block in -Winfinite-recursion
new 5fd921b1de [NewPM] Second attempt at porting ASan
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:
lib/CodeGen/BackendUtil.cpp | 46 +++++++++++++++++++++++++++++---
lib/Sema/AnalysisBasedWarnings.cpp | 4 +++
test/CodeGen/asan-new-pm.ll | 28 +++++++++++++++++++
test/SemaCXX/warn-infinite-recursion.cpp | 13 +++++++--
4 files changed, 86 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/asan-new-pm.ll
--
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 107562682c Adjust wording of two fall-through comments.
new 85bd1ddbdf RISC-V: Fix elfutils testsuite unwind failures.
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 | 14 ++++++++++++++
elf/Makefile | 2 +-
elf/tst-unwind-main.c | 28 +++++++++++++++++++++++++---
nptl/Makefile | 5 ++++-
nptl/tst-unwind-thread.c | 2 ++
sysdeps/unix/sysv/linux/riscv/clone.S | 5 +++++
6 files changed, 51 insertions(+), 5 deletions(-)
create mode 100644 nptl/tst-unwind-thread.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 binutils-gdb.
from 01c7ae818b Adding a test case
new 007024cc6a Add Andrew Burgess as global maintainer of gdb/ and sim/
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 | 4 ++++
gdb/MAINTAINERS | 1 +
sim/ChangeLog | 4 ++++
sim/MAINTAINERS | 3 ++-
4 files changed, 11 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.