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-lts-allmodconfig in repository toolchain/ci/llvm-project.
from adae17728bad Make clangd CompletionModel not depend on directory layout. adds a066f4eb6794 [X86] Add ISD::FREEZE and ISD::AssertAlign to the list of [...] adds a95bf588bd72 [ARM] Fix Machine Outliner LDRD/STRD handling in Thumb mode. adds a37dff2bbf68 [PowerPC][Dwarf] Assign MMA register's dwarf register numb [...] adds 04a68288ded4 [PowerPC] Make sure the first probe is full size or is the [...] adds 0e164144c708 [OpenMP] Fix typo in libomptarge for the wrong environment [...] adds c7d7ace46258 [clang-format] Rework Whitesmiths mode to use line-level v [...] adds f78f530bd384 [llvm][PPC] Add missing case for 'I' asm memory operands adds e7dac564cd0e [🍒][libc++] Un-deprecate std::allocator<void> adds 641239251134 [🍒][libc++] __bit_iterator mustn't rely on deprecated SMF [...] adds 82796b3c3dab [libc++] Adjust XFAIL for std::tuple deduction tests with GCC adds 0d6fc8550b58 [🍒][libcxx][nfc] Fix the ASAN bots: update expected.pass.cpp. adds 0193a7da8bda [SystemZ] Assign the full space for promoted and split ou [...] adds 9be9215b2719 AMD k8 family does not support SSE4.x which are required b [...] adds 051126fe6ffe Fix -Wswitch warning after 092c303955cd18be6c0b923b1c0a1b9 [...]
No new revisions were added by this update.
Summary of changes: clang/docs/ReleaseNotes.rst | 3 + clang/lib/Basic/Targets/X86.cpp | 3 +- clang/lib/Format/UnwrappedLineFormatter.cpp | 7 - clang/lib/Format/UnwrappedLineParser.cpp | 89 +++- clang/lib/Format/UnwrappedLineParser.h | 12 +- clang/unittests/Format/FormatTest.cpp | 100 +++- libcxx/include/__bit_reference | 34 +- libcxx/include/memory | 32 +- .../allocator_types.cxx2a.pass.cpp | 23 +- .../end.to.end/expected.pass.cpp | 2 +- .../default.allocator/PR50299.compile.pass.cpp | 20 + .../default.allocator/allocator.ctor.pass.cpp | 44 +- .../default.allocator/allocator.dtor.pass.cpp | 3 +- .../default.allocator/allocator_pointers.pass.cpp | 4 +- .../allocator_types.deprecated_in_cxx17.verify.cpp | 35 +- .../default.allocator/allocator_types.pass.cpp | 54 +- .../allocator_types.removed_in_cxx20.verify.cpp | 11 +- .../allocator_types.void.compile.pass.cpp} | 28 +- .../allocator_void.deprecated_in_cxx17.verify.cpp | 24 - .../tuple/tuple.tuple/tuple.cnstr/deduct.pass.cpp | 2 +- llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp | 22 +- llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | 6 + llvm/lib/Target/PowerPC/PPCFrameLowering.cpp | 365 ++++++------- llvm/lib/Target/PowerPC/PPCRegisterInfo.td | 36 +- llvm/lib/Target/SystemZ/SystemZISelLowering.cpp | 22 +- llvm/lib/Target/X86/X86InstrCompiler.td | 11 +- .../ARM/machine-outliner-stack-fixup-thumb.mir | 20 +- llvm/test/CodeGen/PowerPC/asm-template-I.ll | 19 + llvm/test/CodeGen/PowerPC/pr46759.ll | 46 +- .../PowerPC/stack-clash-prologue-nounwind.ll | 222 ++++---- llvm/test/CodeGen/PowerPC/stack-clash-prologue.ll | 577 ++++++++++----------- llvm/test/CodeGen/SystemZ/args-11.ll | 54 ++ llvm/test/CodeGen/X86/freeze.ll | 23 + openmp/libomptarget/src/interface.cpp | 2 +- 34 files changed, 1088 insertions(+), 867 deletions(-) create mode 100644 libcxx/test/std/utilities/memory/default.allocator/PR50299.comp [...] rename libcxx/test/{libcxx/depr/depr.default.allocator/allocator_void.cxx2a.pass.c [...] delete mode 100644 libcxx/test/std/utilities/memory/default.allocator/allocator_vo [...] create mode 100644 llvm/test/CodeGen/PowerPC/asm-template-I.ll create mode 100644 llvm/test/CodeGen/SystemZ/args-11.ll