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-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 57e28cfb2 0: update: llvm-linux: boot
new 3e784a0a2 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 (57e28cfb2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-s [...]
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 | 12712 +++++++++++++++++-----------------
03-build_linux/console.log | 796 +--
04-boot_linux/console.log | 414 +-
05-check_regression/console.log | 12 +-
06-update_baseline/console.log | 18 +-
console.log | 14188 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
8 files changed, 14196 insertions(+), 14174 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-mainline-allmodconfig
in repository toolchain/ci/llvm-project.
from dce2ef9e642 [Polly][docs] Polly release notes.
adds 5405c262a4a [llvm][Support][modulemap] Exclude WindowsSupport.h from th [...]
adds f5fd8a37c18 Try to fix WindowsManifest CMake logic on Windows
adds 499b1699621 [CMake] Use PUBLIC link mode for static libraries
adds 917119e95aa [CMake] Link against ZLIB::ZLIB
adds 6b16ce944fe Attempt to fix ZLIB CMake logic on Windows
adds 99e5b2ff9df clang-format: fix spacing in `operator const char*()`
adds 0bf4795d069 [WinEH] Fix inttoptr+phi optimization in presence of catchswitch
adds 1939a0f40c9 Minor ReleaseNotes fixes
No new revisions were added by this update.
Summary of changes:
clang/docs/ReleaseNotes.rst | 66 +++++++++----------
clang/lib/Format/TokenAnnotator.cpp | 15 +++--
clang/unittests/Format/FormatTest.cpp | 9 +++
lld/docs/ReleaseNotes.rst | 18 ++---
llvm/cmake/modules/AddLLVM.cmake | 2 +-
llvm/docs/ReleaseNotes.rst | 33 +++++-----
llvm/include/llvm/module.modulemap | 3 +
llvm/lib/Support/CMakeLists.txt | 27 +++++++-
llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp | 18 +++--
llvm/lib/WindowsManifest/CMakeLists.txt | 6 +-
llvm/test/Transforms/InstCombine/intptr8.ll | 77 ++++++++++++++++++++++
11 files changed, 201 insertions(+), 73 deletions(-)
create mode 100644 llvm/test/Transforms/InstCombine/intptr8.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-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards f6a3e2eaa 0: update: llvm-linux: all
new 988064b64 0: update: llvm-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 (f6a3e2eaa)
\
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 | 166 +-
02-build_llvm/console.log | 12670 +++++++++++++++++------------------
03-build_linux/console.log | 832 +--
04-boot_linux/console.log | 2 +-
05-check_regression/console.log | 20 +-
06-update_baseline/console.log | 12 +-
console.log | 13708 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
regressions.txt | 2 +-
9 files changed, 13730 insertions(+), 13696 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-mainline-defconfig
in repository toolchain/ci/llvm-project.
from dce2ef9e642 [Polly][docs] Polly release notes.
adds 5405c262a4a [llvm][Support][modulemap] Exclude WindowsSupport.h from th [...]
adds f5fd8a37c18 Try to fix WindowsManifest CMake logic on Windows
adds 499b1699621 [CMake] Use PUBLIC link mode for static libraries
adds 917119e95aa [CMake] Link against ZLIB::ZLIB
adds 6b16ce944fe Attempt to fix ZLIB CMake logic on Windows
adds 99e5b2ff9df clang-format: fix spacing in `operator const char*()`
adds 0bf4795d069 [WinEH] Fix inttoptr+phi optimization in presence of catchswitch
adds 1939a0f40c9 Minor ReleaseNotes fixes
No new revisions were added by this update.
Summary of changes:
clang/docs/ReleaseNotes.rst | 66 +++++++++----------
clang/lib/Format/TokenAnnotator.cpp | 15 +++--
clang/unittests/Format/FormatTest.cpp | 9 +++
lld/docs/ReleaseNotes.rst | 18 ++---
llvm/cmake/modules/AddLLVM.cmake | 2 +-
llvm/docs/ReleaseNotes.rst | 33 +++++-----
llvm/include/llvm/module.modulemap | 3 +
llvm/lib/Support/CMakeLists.txt | 27 +++++++-
llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp | 18 +++--
llvm/lib/WindowsManifest/CMakeLists.txt | 6 +-
llvm/test/Transforms/InstCombine/intptr8.ll | 77 ++++++++++++++++++++++
11 files changed, 201 insertions(+), 73 deletions(-)
create mode 100644 llvm/test/Transforms/InstCombine/intptr8.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-aarch64-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards fc5a0f50d 0: update: llvm-linux: boot
new ec9e15b33 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 (fc5a0f50d)
\
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 | 220 +-
02-build_llvm/console.log | 12578 +++++++++++++++++-----------------
03-build_linux/console.log | 688 +-
04-boot_linux/console.log | 444 +-
05-check_regression/console.log | 14 +-
06-update_baseline/console.log | 34 -
console.log | 13978 +++++++++++++++++++-------------------
jenkins/manifest.sh | 14 +-
8 files changed, 13951 insertions(+), 14019 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-lts-allyesconfig
in repository toolchain/ci/llvm-project.
from dce2ef9e642 [Polly][docs] Polly release notes.
adds 5405c262a4a [llvm][Support][modulemap] Exclude WindowsSupport.h from th [...]
adds f5fd8a37c18 Try to fix WindowsManifest CMake logic on Windows
adds 499b1699621 [CMake] Use PUBLIC link mode for static libraries
adds 917119e95aa [CMake] Link against ZLIB::ZLIB
adds 6b16ce944fe Attempt to fix ZLIB CMake logic on Windows
adds 99e5b2ff9df clang-format: fix spacing in `operator const char*()`
adds 0bf4795d069 [WinEH] Fix inttoptr+phi optimization in presence of catchswitch
adds 1939a0f40c9 Minor ReleaseNotes fixes
No new revisions were added by this update.
Summary of changes:
clang/docs/ReleaseNotes.rst | 66 +++++++++----------
clang/lib/Format/TokenAnnotator.cpp | 15 +++--
clang/unittests/Format/FormatTest.cpp | 9 +++
lld/docs/ReleaseNotes.rst | 18 ++---
llvm/cmake/modules/AddLLVM.cmake | 2 +-
llvm/docs/ReleaseNotes.rst | 33 +++++-----
llvm/include/llvm/module.modulemap | 3 +
llvm/lib/Support/CMakeLists.txt | 27 +++++++-
llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp | 18 +++--
llvm/lib/WindowsManifest/CMakeLists.txt | 6 +-
llvm/test/Transforms/InstCombine/intptr8.ll | 77 ++++++++++++++++++++++
11 files changed, 201 insertions(+), 73 deletions(-)
create mode 100644 llvm/test/Transforms/InstCombine/intptr8.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-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 454380b9f 0: update: llvm-linux: 16
new 5068514ca 0: update: llvm-linux: 16
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 (454380b9f)
\
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 | 182 +-
02-build_llvm/console.log | 12670 +++++++++++++++++------------------
03-build_linux/console.log | 840 +--
05-check_regression/console.log | 14 +-
06-update_baseline/console.log | 18 +-
console.log | 13724 +++++++++++++++++++-------------------
jenkins/manifest.sh | 10 +-
regressions.txt | 20 +-
8 files changed, 13739 insertions(+), 13739 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.