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-stable-allnoconfig in repository toolchain/ci/llvm-project.
from 0c67478875b Merge r368219 (PR42988) adds 10f293f38f4 Merging r369026: ------------------------------------------ [...] adds 0482ca8ded8 Merging r369168: ------------------------------------------ [...] adds 356a2b3eded Merging r369084: ------------------------------------------ [...] adds 589f1c4de62 Merging r369199: ------------------------------------------ [...] adds 90dc09fc07f Merging r369043: ------------------------------------------ [...] adds d9e94797e27 Merging r367412 and r367429: ------------------------------ [...] adds 67a4a12d61b Merging r368867 and r368916: ------------------------------ [...] new 7dc092de885 Merging r369399: ------------------------------------------ [...] new 5c10d7361c1 Merging r369251: ------------------------------------------ [...]
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/lib/Sema/SemaDeclCXX.cpp | 11 +- clang/lib/Sema/SemaType.cpp | 18 +- clang/test/CXX/dcl.decl/dcl.decomp/p3.cpp | 2 +- clang/test/CXX/drs/dr23xx.cpp | 21 ++ .../test/SemaOpenCLCXX/address-space-deduction.cl | 22 ++ libcxx/include/__threading_support | 100 ++++++++- libcxx/include/mutex | 6 +- libcxx/include/thread | 74 +------ libcxx/src/mutex.cpp | 12 +- llvm/lib/CodeGen/CodeGenPrepare.cpp | 3 +- llvm/lib/CodeGen/LiveDebugValues.cpp | 17 +- llvm/lib/Object/RelocationResolver.cpp | 4 +- llvm/lib/Target/X86/X86ISelDAGToDAG.cpp | 8 +- llvm/lib/Target/X86/X86ISelLowering.cpp | 2 + llvm/test/CodeGen/BPF/objdump_two_funcs.ll | 69 ++++++ llvm/test/CodeGen/X86/oddsubvector.ll | 236 +++++++++++++++++++++ llvm/test/CodeGen/X86/pr42992.ll | 17 ++ .../MIR/X86/live-debug-values-restore.mir | 115 +++++++++- .../CodeGenPrepare/sink-shift-and-trunc.ll | 17 ++ 19 files changed, 649 insertions(+), 105 deletions(-) create mode 100644 llvm/test/CodeGen/BPF/objdump_two_funcs.ll create mode 100644 llvm/test/CodeGen/X86/pr42992.ll