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-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards c5c8ae7b 0: update: binutils-gcc-linux: all
new ebe25ec0 0: update: 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 (c5c8ae7b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 434 +-
03-build_abe-binutils/console.log | 11535 +++++------
04-build_abe-stage1/console.log | 20334 +++++++++----------
05-build_linux/console.log | 6026 +++---
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 7 +-
08-update_baseline/console.log | 7 +-
console.log | 38475 ++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
regressions.txt | 4 +
11 files changed, 38509 insertions(+), 38459 deletions(-)
create mode 100644 regressions.txt
--
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-release-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 3ad48469 0: update: binutils-gcc-linux: all
new 59415463 0: update: 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 (3ad48469)
\
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:
01-reset_artifacts/console.log | 216 +-
02-prepare_abe/console.log | 418 +-
03-build_abe-binutils/console.log | 11672 ++++++++--------
04-build_abe-stage1/console.log | 13786 +++++++++---------
05-build_linux/console.log | 818 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 15 +-
08-update_baseline/console.log | 34 +
console.log | 26961 ++++++++++++++++++------------------
jenkins/manifest.sh | 10 +-
regressions.txt | 3 +
11 files changed, 27048 insertions(+), 26887 deletions(-)
create mode 100644 regressions.txt
--
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 73dc4ae4741 combine: Fix find_split_point handling of constant store in [...]
new a71f2193d0d [ARM] Fix -mpure-code for v6m
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 | 7 +++++++
gcc/config/arm/arm.md | 9 +++++++++
gcc/config/arm/thumb1.md | 16 +++++++++-------
3 files changed, 25 insertions(+), 7 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-aarch64-lts-allmodconfig
in repository toolchain/ci/llvm-project.
from 7f447b44f4e [docs] Add -Wmisleading-indentation to clang's release notes.
adds c1547fe5bc3 ReleaseNotes: OpenMP
adds 935ad4036ef ReleaseNotes: Attributor
adds f5983993071 ReleaseNotes: ARM and AArch64
adds e82d1342bdf ReleaseNotes: Mention improved DWARF5 support in lldb
adds be9f8fdfd9a Add -debug-info-kind=constructor to clang release notes
adds c6f940b745c Add llvm-cov to LLVM_TOOLCHAIN_TOOLS
adds 882720b7ce3 Don't generate libcalls for wide shift on Windows ARM (PR42711)
adds 3a11c86849c Add Control Flow Guard in Clang release notes.
adds bbfdf4b81d6 build_llvm_package.bat: Produce zip files in addition to th [...]
new 2905a48c879 Fix DfaEmitter::visitDfaState() crash in MSVC x86 debug bui [...]
new 1f6c9becd57 [docs] clangd release notes
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:
clang-tools-extra/docs/ReleaseNotes.rst | 45 ++++++++++++++++++++++++++++++-
clang/docs/ReleaseNotes.rst | 32 ++++++++++++++++++++--
llvm/cmake/modules/AddLLVM.cmake | 1 +
llvm/docs/ReleaseNotes.rst | 23 ++++++++++++++--
llvm/lib/Target/ARM/ARMISelLowering.cpp | 2 +-
llvm/test/CodeGen/ARM/shift_minsize.ll | 8 +++++-
llvm/utils/TableGen/DFAEmitter.cpp | 11 +++++---
llvm/utils/TableGen/DFAEmitter.h | 2 +-
llvm/utils/release/build_llvm_package.bat | 13 ++++++++-
9 files changed, 124 insertions(+), 13 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-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards ae118c4b 10: update: llvm-linux: 17560
new f8998b89 10: update: llvm-linux: 17560
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 (ae118c4b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 182 +-
02-build_llvm/console.log | 12624 ++++++++++++-------------
03-build_linux/console.log | 6312 +++++++------
05-check_regression/console.log | 15 +-
06-update_baseline/console.log | 79 +-
console.log | 19212 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
regressions.txt | 11 +
8 files changed, 19248 insertions(+), 19197 deletions(-)
create mode 100644 regressions.txt
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.