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-master-aarch64-mainline-allmodconfig in repository toolchain/ci/llvm-project.
from f04a3e981d3 Fixed -Wdeprecated-copy warnings in gtest. NFCI. adds f575f12c646 [InstCombine] remove identity shuffle simplification for ma [...] adds ba4017670e1 [Diagnostics] Warn for comparison with string literals expa [...] adds 6078be698d9 [TableGen] Fixed 'unused but set variable' warning. NFCI adds 9a432161c68 [LoopInterchange] Adjust assertions when updating successors. adds 1de788a1f16 [mips] Split test into MIPS and microMIPS parts. NFC adds 9d24933f79d Recommit f0c2a5a "[LV] Generalize conditions for sinking in [...] adds e8a4e5892bd [CMake] Use correct include path for InstrProfData.inc on Darwin adds d72a8a4dd5b [llvm-objcopy][MachO] Implement --dump-section adds d1c16598b71 Revert "[PowerPC] combine rlwinm+rlwinm to rlwinm" adds 4f6f5bdc722 [X86] Add 32-bit RUN line to fp128-libcalls.ll. Add nounwin [...] adds bae5aac1ff4 [NFC][Test] Adding the test for bswap + logic op for PowerPC adds aa16bf15fe3 [lldb-vscode] Fix a race in test_extra_launch_commands adds 97d6e8e0f37 [clangd] Helper for getting nested namespace qualification adds 5075c682198 [clangd] Improve symbol qualification in DefineInline code action adds e841029aef7 [clangd] Fix diagnostic location for macro expansions adds 9659464d7e7 [yaml2obj/obj2yaml] - Add support for SHT_LLVM_DEPENDENT_LI [...] adds 29b4d8f19e3 [AVR] Fix endianness handling in AVR MC adds 2de23c8364b [DebugInfo@O2][Utils] Undef instead of delete dbg.values in [...] adds 6fc3e6f2eb9 [ARM][MVE] Select vqneg adds 7a6588abf8b [lldb] Remove lldb's own ASTDumper
No new revisions were added by this update.
Summary of changes: clang-tools-extra/clangd/AST.cpp | 123 ++++- clang-tools-extra/clangd/AST.h | 41 +- clang-tools-extra/clangd/Diagnostics.cpp | 2 +- .../clangd/refactor/tweaks/DefineInline.cpp | 17 +- clang-tools-extra/clangd/unittests/ASTTests.cpp | 110 ++++ .../clangd/unittests/DiagnosticsTests.cpp | 45 +- clang-tools-extra/clangd/unittests/TweakTests.cpp | 142 +++++ clang/include/clang/Basic/DiagnosticSemaKinds.td | 2 +- clang/lib/Sema/SemaExpr.cpp | 85 +-- clang/test/Sema/exprs.c | 2 +- clang/test/Sema/warn-stringcompare.c | 29 + .../cmake/Modules/CompilerRTDarwinUtils.cmake | 5 +- lldb/include/lldb/Symbol/ClangUtil.h | 10 + .../tools/lldb-vscode/launch/TestVSCode_launch.py | 2 +- .../Plugins/ExpressionParser/Clang/ASTDumper.cpp | 104 ---- .../Plugins/ExpressionParser/Clang/ASTDumper.h | 40 -- .../Plugins/ExpressionParser/Clang/CMakeLists.txt | 1 - .../ExpressionParser/Clang/ClangASTSource.cpp | 74 +-- .../Clang/ClangExpressionDeclMap.cpp | 127 ++--- .../ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp | 64 +-- lldb/source/Symbol/ClangUtil.cpp | 21 + llvm/docs/CommandGuide/llvm-objcopy.rst | 21 +- llvm/include/llvm/ObjectYAML/ELFYAML.h | 14 + llvm/lib/Analysis/IVDescriptors.cpp | 44 +- llvm/lib/ObjectYAML/ELFEmitter.cpp | 27 + llvm/lib/ObjectYAML/ELFYAML.cpp | 39 ++ llvm/lib/Target/ARM/ARMInstrMVE.td | 30 +- .../Target/AVR/MCTargetDesc/AVRMCCodeEmitter.cpp | 8 +- llvm/lib/Target/PowerPC/PPCMIPeephole.cpp | 100 ---- .../InstCombine/InstCombineSimplifyDemanded.cpp | 24 + .../InstCombine/InstCombineVectorOps.cpp | 24 - llvm/lib/Transforms/Scalar/LoopInterchange.cpp | 54 +- llvm/lib/Transforms/Utils/Local.cpp | 22 +- .../Vectorize/LoopVectorizationLegality.cpp | 12 + llvm/test/CodeGen/PowerPC/fold-rlwinm-1.ll | 11 +- llvm/test/CodeGen/PowerPC/fold-rlwinm.mir | 110 ---- llvm/test/CodeGen/PowerPC/vec_revb.ll | 18 + llvm/test/CodeGen/Thumb2/vqneg.ll | 44 ++ llvm/test/CodeGen/X86/fp128-libcalls.ll | 591 +++++++++++++++++++-- .../DebugInfo/X86/dbg-value-dropped-instcombine.ll | 76 +++ llvm/test/MC/Mips/micromips-sc-expansion.s | 34 ++ llvm/test/MC/Mips/sc-expansion.s | 26 - llvm/test/Transforms/InstCombine/X86/x86-avx2.ll | 3 +- llvm/test/Transforms/InstCombine/X86/x86-avx512.ll | 18 +- llvm/test/Transforms/InstCombine/X86/x86-fma.ll | 4 +- llvm/test/Transforms/InstCombine/X86/x86-pack.ll | 9 +- llvm/test/Transforms/InstCombine/X86/x86-pshufb.ll | 3 +- llvm/test/Transforms/InstCombine/X86/x86-sse4a.ll | 20 +- .../test/Transforms/InstCombine/X86/x86-vpermil.ll | 9 +- llvm/test/Transforms/InstCombine/shuffle_select.ll | 3 +- .../Transforms/InstCombine/vec_demanded_elts.ll | 9 +- llvm/test/Transforms/InstCombine/vec_shuffle.ll | 3 +- .../update-condbranch-duplicate-successors.ll | 145 +++++ .../first-order-recurrence-complex.ll | 245 +++++++++ .../first-order-recurrence-multiply-recurrences.ll | 45 ++ .../tools/llvm-objcopy/MachO/dump-section.test | 82 +++ llvm/test/tools/obj2yaml/llvm-deplibs-section.yaml | 42 ++ .../tools/yaml2obj/ELF/llvm-deplibs-section.yaml | 87 +++ llvm/tools/llvm-objcopy/MachO/MachOObjcopy.cpp | 39 +- llvm/tools/obj2yaml/elf2yaml.cpp | 37 ++ llvm/unittests/Transforms/Utils/LocalTest.cpp | 7 +- llvm/utils/TableGen/OptRSTEmitter.cpp | 2 - 62 files changed, 2390 insertions(+), 797 deletions(-) create mode 100644 clang/test/Sema/warn-stringcompare.c delete mode 100644 lldb/source/Plugins/ExpressionParser/Clang/ASTDumper.cpp delete mode 100644 lldb/source/Plugins/ExpressionParser/Clang/ASTDumper.h delete mode 100644 llvm/test/CodeGen/PowerPC/fold-rlwinm.mir create mode 100644 llvm/test/CodeGen/Thumb2/vqneg.ll create mode 100644 llvm/test/DebugInfo/X86/dbg-value-dropped-instcombine.ll create mode 100644 llvm/test/MC/Mips/micromips-sc-expansion.s create mode 100644 llvm/test/Transforms/LoopInterchange/update-condbranch-duplicat [...] create mode 100644 llvm/test/Transforms/LoopVectorize/first-order-recurrence-complex.ll create mode 100644 llvm/test/Transforms/LoopVectorize/first-order-recurrence-multi [...] create mode 100644 llvm/test/tools/llvm-objcopy/MachO/dump-section.test create mode 100644 llvm/test/tools/obj2yaml/llvm-deplibs-section.yaml create mode 100644 llvm/test/tools/yaml2obj/ELF/llvm-deplibs-section.yaml