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 c8905f1bb304 [Orc] Enable debug object tests only on x86_64 hosts adds 1c3fcc8ae92e [libc++][NFC] Mark values in gdb pretty print comparison f [...] adds 3b1fa4aef006 [RISCV] Fix reporting of incorrect commutable operand indices adds 7f3d00c9b49b [libomptarget][amdcgn] Add build dependency for llvm-link and opt adds c45fa58f171e [libomptarget][amdcgn] Only add opt/llvm-link dependency i [...] adds 181739213aa0 [docs] Update release notes with items related to Flang adds a5e968b66a59 [clang] Allow the OpenBSD driver to link the libclang_rt.p [...] adds be305271bfb6 OpenBSD also needs execinfo adds 6668e31250ba Support linking against OpenMP runtime on OpenBSD. adds c30b2813a1d5 [clang] fix error recovery ICE on copy elision when returi [...] adds a52b7bf7d123 PR50294: Fix a performance regression from 2c9dbcd. adds 2a1d8b5016eb [clang] OpenBSD does not support C11 atomics or threads. adds 8aa8ed9d4b5f Fix for commit d8cd7806310c51af912a647a6ca46de62ff13214. adds 49dacda603b3 [tests] precommit tests for D107692 adds 9b3867e959fa [DAGCombine] Prevent the transform of combine for multi-us [...] adds a98b397504f8 [SCEV] Fix applyLoopGuards() with range check idiom (PR51760) adds 09f659449b83 libunwind: add missing break statements in EHABI adds 427df19c4791 Update counter offset to account for binary ids adds 197d9d91aec1 [AArch64][sve] Prevent incorrect function call on fixed wi [...] adds b46abdb7b8fe [clang][Driver] Pick the last --driver-mode in case of mul [...] adds 912ad5830cc1 Add llvm-ml to LLVM_TOOLCHAIN_TOOLS (PR50536) adds bc3cbd744d70 [llvm-objdump] Fix 'llvm-objdump -dr' for executables with [...] adds 297e9237db53 [SelectionDAGBuilder] Bugfix in visitInlineAsm() adds 02dece03f93d [clang] fix transformation of template arguments of 'auto' [...]
No new revisions were added by this update.
Summary of changes: clang/lib/Basic/Targets/OSTargets.h | 5 ++ clang/lib/Driver/Driver.cpp | 1 - clang/lib/Driver/ToolChains/CommonArgs.cpp | 3 +- clang/lib/Driver/ToolChains/OpenBSD.cpp | 7 +++ clang/lib/Sema/SemaTemplateInstantiateDecl.cpp | 2 +- clang/lib/Sema/TreeTransform.h | 2 +- clang/lib/Serialization/ASTReader.cpp | 2 + .../CXX/class/class.init/class.copy.elision/p3.cpp | 34 +++++++++++++ .../CXX/dcl/dcl.spec/dcl.type/dcl.spec.auto/p6.cpp | 22 ++++++++ clang/test/Driver/fopenmp.c | 19 ++++++- clang/test/Preprocessor/init.c | 10 ++++ clang/unittests/Driver/ToolChainTest.cpp | 7 +++ compiler-rt/lib/profile/InstrProfilingFile.c | 5 +- .../lib/profile/InstrProfilingPlatformFuchsia.c | 5 +- .../test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp | 4 ++ libunwind/src/Unwind-EHABI.cpp | 2 + llvm/cmake/modules/AddLLVM.cmake | 1 + llvm/docs/ReleaseNotes.rst | 2 + llvm/lib/Analysis/ScalarEvolution.cpp | 2 +- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 3 +- .../CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 6 ++- llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | 2 + llvm/lib/Target/RISCV/RISCVInstrInfo.cpp | 2 +- llvm/runtimes/CMakeLists.txt | 13 ++++- .../max-backedge-taken-count-guard-info.ll | 40 +++++++++++++++ llvm/test/CodeGen/AArch64/arm64-srl-and.ll | 31 ++++++++++++ .../CodeGen/AArch64/sve-no-typesize-warnings.ll | 20 ++++++++ .../RISCV/rvv/commuted-op-indices-regression.mir | 45 +++++++++++++++++ llvm/test/CodeGen/X86/20210831-inlineasm.ll | 20 ++++++++ .../X86/elf-disassemble-relocs-exec.test | 59 ++++++++++++++++++++++ llvm/tools/llvm-objdump/llvm-objdump.cpp | 9 +++- openmp/libomptarget/DeviceRTL/CMakeLists.txt | 2 + .../libomptarget/deviceRTLs/amdgcn/CMakeLists.txt | 10 +++- 33 files changed, 378 insertions(+), 19 deletions(-) create mode 100644 llvm/test/CodeGen/AArch64/arm64-srl-and.ll create mode 100644 llvm/test/CodeGen/AArch64/sve-no-typesize-warnings.ll create mode 100644 llvm/test/CodeGen/RISCV/rvv/commuted-op-indices-regression.mir create mode 100644 llvm/test/CodeGen/X86/20210831-inlineasm.ll create mode 100644 llvm/test/tools/llvm-objdump/X86/elf-disassemble-relocs-exec.test