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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 2df14b1115 llvm-f58220669d09654f1df9b47161588d5e2f6bfc8a: all
new b403aaf604 linux-323e0195e63ff967a4fbdab7b17120f544ddc88f: 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 (2df14b1115)
\
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:
1-reset_artifacts/console.log | 14 +-
2-build_llvm/console.log | 9087 ++++++++++++++++++++-------------------
3-count_linux_objs/console.log | 115 +-
console.log | 9148 ++++++++++++++++++++--------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 12 +-
trigger-bisect-on-failure | 6 +-
8 files changed, 9213 insertions(+), 9173 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 clang.
from 1684ef0300 Move the SMT API to LLVM
new c220f1a452 Typo: s/follwing/following
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:
include/clang/Driver/Options.td | 4 ++--
1 file changed, 2 insertions(+), 2 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 gcc.
from d54f2f3643d Arm: Fix NEON REG to REG reload failures. (PR/target 88850)
new fdd95da7206 AArch64: Fix initializer for array so it's a C initializer [...]
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 | 5 +++++
gcc/config/aarch64/aarch64-builtins.c | 2 +-
2 files changed, 6 insertions(+), 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.
unknown user pushed a change to branch release_80
in repository llvm.
from 80f35ea101b Merging r353304: ------------------------------------------ [...]
new 52e4d16ef1b Merging r353367: ------------------------------------------ [...]
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/Support/Unix/Threading.inc | 6 ++++++
1 file changed, 6 insertions(+)
--
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 ce31a948757 [ARM] Reformat isRedundantFlagInstr for D57833. NFC
new f118c99457a [ARM GlobalISel] Support G_ICMP for Thumb2
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/ARM/ARMInstructionSelector.cpp | 29 +-
lib/Target/ARM/ARMLegalizerInfo.cpp | 8 +-
test/CodeGen/ARM/GlobalISel/arm-legalize-cmp.mir | 123 ++++++++
test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 92 ------
.../GlobalISel/thumb-instruction-select-cmp.mir | 313 +++++++++++++++++++++
5 files changed, 461 insertions(+), 104 deletions(-)
create mode 100644 test/CodeGen/ARM/GlobalISel/arm-legalize-cmp.mir
create mode 100644 test/CodeGen/ARM/GlobalISel/thumb-instruction-select-cmp.mir
--
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 compiler-rt.
from 549d05671 tsan: Implement pthread_exit() interceptor for Thread sanitizer
new b530d9993 sanitizers: Introduce ThreadType enum
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/asan/asan_fuchsia.cc | 2 +-
lib/asan/asan_mac.cc | 4 ++--
lib/asan/asan_rtems.cc | 4 ++--
lib/asan/asan_thread.cc | 3 +--
lib/lsan/lsan_thread.cc | 4 ++--
lib/lsan/lsan_thread.h | 3 ++-
lib/sanitizer_common/sanitizer_thread_registry.cc | 12 ++++++------
lib/sanitizer_common/sanitizer_thread_registry.h | 11 ++++++++---
.../tests/sanitizer_thread_registry_test.cc | 13 +++++++------
lib/tsan/go/tsan_go.cc | 2 +-
lib/tsan/rtl/tsan_interceptors.cc | 2 +-
lib/tsan/rtl/tsan_platform_mac.cc | 2 +-
lib/tsan/rtl/tsan_report.cc | 2 +-
lib/tsan/rtl/tsan_report.h | 3 ++-
lib/tsan/rtl/tsan_rtl.cc | 2 +-
lib/tsan/rtl/tsan_rtl.h | 3 ++-
lib/tsan/rtl/tsan_rtl_report.cc | 2 +-
lib/tsan/rtl/tsan_rtl_thread.cc | 5 +++--
18 files changed, 44 insertions(+), 35 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 clang-tools-extra.
from 5acf26a4 [clang-tidy] Expand and clarify the NOLINT documentation a bit.
new 4d8ed190 [clang-tidy] Fixed a std::bind() transformation
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:
clang-tidy/modernize/AvoidBindCheck.cpp | 2 +-
test/clang-tidy/modernize-avoid-bind.cpp | 44 ++++++++++++++++++++++++++++++++
2 files changed, 45 insertions(+), 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.
unknown user pushed a change to branch master
in repository llvm.
from 90ccb6a749e [BPF] add code-gen support for JMP32 instructions
new ce31a948757 [ARM] Reformat isRedundantFlagInstr for D57833. NFC
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/ARM/ARMBaseInstrInfo.cpp | 12 ++++--------
1 file changed, 4 insertions(+), 8 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 release_80
in repository lld.
from b43a89f2c Merging r353250: -------------------------------------------- [...]
new b419f9001 lld-link: Add some entries to the 8.0 release notes
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:
docs/ReleaseNotes.rst | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.