This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards bb19dec 0: update: llvm-linux: boot
new 22008a8 0: update: llvm-linux: boot
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 (bb19dec)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-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 | 184 +-
02-build_llvm/console.log | 12745 +++++++++++++++++-----------------
03-build_linux/console.log | 886 +--
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 40 +-
06-update_baseline/console.log | 16 +-
console.log | 13875 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 13869 insertions(+), 13891 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-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 2e9276136b [gdb] Mention CU offset for <artifical> if verbose
adds a6740d29a0 Automatic date update in version.in
adds e1f85e11f5 z80 comments in archures.c
adds 821948744f gas -Z flag
adds 33176d912a gas: error for section type, attr, or entsize change
adds 5f0e2eb79e GDB/testsuite: Fix a catastrophic step-over-no-symbols.exp failure
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 5 +++++
bfd/archures.c | 28 +++++++++++++++--------
bfd/bfd-in2.h | 30 ++++++++++++++++---------
bfd/version.h | 2 +-
gas/ChangeLog | 14 ++++++++++++
gas/config/obj-elf.c | 21 ++++++++++++++---
gas/output-file.c | 2 +-
gas/testsuite/gas/elf/elf.exp | 2 +-
gas/testsuite/gas/elf/section5.l | 9 ++++----
gas/write.c | 2 +-
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.base/step-over-no-symbols.exp | 4 +++-
12 files changed, 93 insertions(+), 31 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-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 35645a3 0: update: binutils-gcc-linux: boot
new 5173210 0: update: binutils-gcc-linux: boot
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 (35645a3)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 166 +-
02-prepare_abe/console.log | 422 +-
03-build_abe-binutils/console.log | 14945 +++++++-------
04-build_abe-stage1/console.log | 15293 +++++++-------
05-build_linux/console.log | 8004 ++++----
06-boot_linux/console.log | 4 +-
07-check_regression/console.log | 2 +-
08-update_baseline/console.log | 10 +-
console.log | 38846 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
results | 2 +-
11 files changed, 38886 insertions(+), 38826 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/llvm-release-arm-stable-allyesconfig
in repository toolchain/ci/llvm-project.
from 7996b49053f Revert "[ARM] Improve codegen of volatile load/store of i64"
new 9db3e5d5156 [InstCombine] Fix infinite loop in min/max load/store bitca [...]
new d65ef4321e6 [InstCombine] Add test for -expensive-combines option; NFC
new d9b836dc6f7 [InstCombine] Support disabling expensive combines in opt
new fc12083cbc5 [InstCombine] Fix infinite min/max canonicalization loop (PR44541)
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:
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 5 ++++
.../Transforms/InstCombine/InstCombineSelect.cpp | 6 +++++
.../InstCombine/InstructionCombining.cpp | 3 ++-
.../Transforms/InstCombine/expensive-combines.ll | 28 +++++++++++++++++++++
llvm/test/Transforms/InstCombine/pr44541.ll | 25 +++++++++++++++++++
llvm/test/Transforms/InstCombine/pr44835.ll | 29 ++++++++++++++++++++++
6 files changed, 95 insertions(+), 1 deletion(-)
create mode 100644 llvm/test/Transforms/InstCombine/expensive-combines.ll
create mode 100644 llvm/test/Transforms/InstCombine/pr44541.ll
create mode 100644 llvm/test/Transforms/InstCombine/pr44835.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-arm-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards bf45efb 0: update: llvm-linux: 18068
new 8d85c06 0: update: llvm-linux: 18068
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 (bf45efb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 220 +-
02-build_llvm/console.log | 12568 +++++++++++++++++-----------------
03-build_linux/console.log | 942 +--
05-check_regression/console.log | 10 +-
06-update_baseline/console.log | 32 +
console.log | 13772 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
7 files changed, 13809 insertions(+), 13745 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 c0463e8b79 pthread: Move some join tests from nptl to sysdeps/pthread
new 1433e270a1 htl: Avoid a local plt for pthread_self
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:
htl/pt-join.c | 6 +++---
1 file 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 5f0e2eb79e6 GDB/testsuite: Fix a catastrophic step-over-no-symbols.exp failure
new 44f6938ead9 [gdb/testsuite] Skip multi-target.exp without gdbserver
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 | 4 ++++
gdb/testsuite/gdb.multi/multi-target.exp | 4 ++++
2 files changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.