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-allnoconfig in repository toolchain/ci/llvm-project.
from 328a6ec95532 Force visibility of llvm::Any to external adds 77b63ce55e4d [MemoryDependence] Fix invariant group store adds f2ce10d14b7c [PowerPC] Handle inline assembly clobber of link regsiter adds e673593742e7 [clang-format] PR50326 AlignAfterOpenBracket AlwaysBreak [...] adds 6279fd114acb [SPE] Disable strict-fp for SPE by default new f1b1151b61b1 [libc++] [test] Fix a few tests for 32-bit x86 new 6a86669a6d99 [WebAssembly] Ignore filters in Emscripten EH landingpads new 0826268d59c6 [PowerPC] Fix x86 vector intrinsics wrapper compilation under C++
The 3 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/Basic/Targets/PPC.cpp | 1 + clang/lib/Format/TokenAnnotator.cpp | 12 +- clang/lib/Headers/ppc_wrappers/xmmintrin.h | 9 +- clang/test/CodeGen/builtins-ppc-fpconstrained.c | 3 + clang/test/CodeGen/ppc-xmmintrin.c | 6 +- clang/unittests/Format/FormatTest.cpp | 20 ++ .../test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp | 10 +- .../memory/trivial_abi/unique_ptr_ret.pass.cpp | 4 + .../memory/trivial_abi/weak_ptr_ret.pass.cpp | 5 +- llvm/lib/Analysis/MemoryDependenceAnalysis.cpp | 4 +- llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 62 +++++ llvm/lib/Target/PowerPC/PPCISelLowering.h | 1 + llvm/lib/Target/PowerPC/PPCRegisterInfo.td | 7 + .../WebAssemblyLowerEmscriptenEHSjLj.cpp | 13 +- .../CodeGen/PowerPC/ppc64-inlineasm-clobber.ll | 264 +++++++++++++++++++++ .../CodeGen/WebAssembly/lower-em-exceptions.ll | 12 +- llvm/test/Transforms/GVN/storeinvgroup.ll | 21 ++ 17 files changed, 418 insertions(+), 36 deletions(-) create mode 100644 llvm/test/CodeGen/PowerPC/ppc64-inlineasm-clobber.ll create mode 100644 llvm/test/Transforms/GVN/storeinvgroup.ll