This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_apm/llvm-release-aarch64-spec2k6-Os in repository toolchain/ci/llvm-project.
from 1828e57eb586 ThinLTO: Fix inline assembly references to static function [...] adds d069343fa526 Revert "[RISCV] Fix reporting of incorrect commutable oper [...] adds c22eb9a4a5dd [NFC][LoopIdiom] Add reproducer of wrong memmove transformation adds 4e692c97a8c1 [LoopIdiom] Don't transform loop into memmove when load fr [...] adds 4094728a8147 [libc++abi] Apply simplify scan_eh_tab to SjLj adds 198edf09f58e [libc++] XFAIL align.pass.cpp for PowerPC LE adds 34300c3c00f5 [libc++] Fix incorrect bypassing of <wctype.h> adds 34ff6a75f583 [docs] Update release notes for OpenMP 5.1 loop transformations. adds 884f6d65e42e [CMake] Change -DENABLE_EXPERIMENTAL_NEW_PASS_MANAGER=off [...] adds 9c49fee5e7ac [libc++] Document the removal of std::result_of and std::i [...] adds 0ec5fc44ee05 [M68k][NFC] Rename M68kOperand::Kind to KindTy adds 577cf27b7845 [M68k] Update pointer data layout adds d1dd1fb104a6 [WebAssembly] Fix FastISel of condition in different block [...] adds d6a48141f284 [SelectionDAG] Fix miscompile bugs related to smul.fix.sat [...] adds ce268f0eb9e7 [libomptarget][amdgpu] don't declare Elf_Note on FreeBSD adds 65eb65c694f5 [profile] Add static keyword to binary id functions adds 039d1a94b908 [clang] Move the soname declaration in a variable at the t [...] adds e7e20e1eb66a libclang: Document the soname change in the release notes adds d597db1aebf2 libclang: also add a link to the announcement adds 703ee975d26a [AlignFromAssume] Bailout w/non-constant alignments (pr51680) adds bcb43617cb7f [NewPM] Add missing LTO ArgPromotion pass adds 73c36a9be558 [OpenMP][FIX] Allow declare variant to work with reference types adds 9e41dc71b8d4 [docs] Mention that the legacy PM is deprecated and will b [...] adds 7a4a5d413624 [Linker] Support weak symbols in nodeduplicate COMDAT group adds 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 [...]
No new revisions were added by this update.
Summary of changes: clang/cmake/caches/Fuchsia-stage2.cmake | 1 - clang/cmake/caches/Fuchsia.cmake | 1 - clang/docs/ReleaseNotes.rst | 24 +- clang/lib/AST/ASTContext.cpp | 8 + clang/lib/Basic/Targets/M68k.cpp | 4 +- ...dump-openmp-begin-declare-variant_reference.cpp | 414 +++++++++++++++++++++ clang/tools/libclang/CMakeLists.txt | 11 +- .../lib/profile/InstrProfilingPlatformLinux.c | 11 +- libcxx/docs/ReleaseNotes.rst | 3 + libcxx/include/cwctype | 2 + libcxx/include/wctype.h | 10 + .../libcxx/atomics/atomics.align/align.pass.cpp | 6 + .../test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp | 4 + libcxxabi/src/cxa_personality.cpp | 2 +- llvm/CMakeLists.txt | 11 +- llvm/docs/NewPassManager.rst | 2 +- llvm/docs/ReleaseNotes.rst | 4 + .../CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 7 +- llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp | 7 +- llvm/lib/Linker/LinkModules.cpp | 22 +- llvm/lib/Passes/PassBuilder.cpp | 5 +- llvm/lib/Target/M68k/AsmParser/M68kAsmParser.cpp | 28 +- llvm/lib/Target/M68k/M68kTargetMachine.cpp | 12 +- .../lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 20 +- .../Transforms/Scalar/AlignmentFromAssumptions.cpp | 4 + llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 5 + llvm/runtimes/CMakeLists.txt | 13 +- .../RISCV/rvv/commuted-op-indices-regression.mir | 8 +- llvm/test/CodeGen/WebAssembly/pr51651.ll | 39 ++ llvm/test/CodeGen/X86/smul_fix_sat.ll | 269 +++++++------ llvm/test/CodeGen/X86/smul_fix_sat_constants.ll | 9 +- .../OrcLazy/debug-descriptor-elf-minimal.ll | 2 + .../OrcLazy/debug-objects-elf-minimal.ll | 2 + llvm/test/Linker/comdat4.ll | 11 +- llvm/test/Other/new-pm-lto-defaults.ll | 1 + .../Transforms/AlignmentFromAssumptions/simple.ll | 13 + llvm/test/Transforms/LoopIdiom/basic.ll | 44 +++ openmp/libomptarget/DeviceRTL/CMakeLists.txt | 2 + .../libomptarget/deviceRTLs/amdgcn/CMakeLists.txt | 10 +- openmp/libomptarget/plugins/amdgpu/impl/system.cpp | 3 + 40 files changed, 845 insertions(+), 209 deletions(-) create mode 100644 clang/test/AST/ast-dump-openmp-begin-declare-variant_reference.cpp create mode 100644 llvm/test/CodeGen/WebAssembly/pr51651.ll