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-lts-allnoconfig in repository toolchain/ci/llvm-project.
from 88522ce3889 [TargetLowering] SimplifyDemandedBits - don't use OriginalD [...] adds ffb4d2bff7f [DAG] isBitwiseNot / isConstOrConstSplat - add support for [...] adds 7a869e70367 [DAGCombine] Fold insert_subvector(bitcast(x),bitcast(y),c1 [...] adds 2065ddfd79b [NFC][X86] extract-lowbits.ll: add one more pattern a with [...] adds b0dc262ffbc [X86] Add AVX2 'fast-variable-shuffle' PHADD tests (PR39921) adds 71a39bcf68c [X86] isHorizontalBinOp - add extract_subvector(shuffle(x)) [...] adds ccbda6b0003 [test] Fix plugin tests adds d0d32c35d93 Add test coverage for __pascal mangling adds 420f5df1c32 [NFC][X86] extract-{low,}bits.ll: one more pattern a with t [...] adds dfe02bc4e9f Add mangling test coverage for non-volatile const member pointers adds 869308dd55b Add demangling test coverage for unsigned short, unsigned long adds b5cd6163f43 Remove code path that's dead after r358835 adds 232a8785c01 Fix bug in r362328 -- append to dependency list instead of [...] adds 59a8db628b7 [TTI][X86] Cleanup getMaskedMemoryOpCost. NFCI. adds 87346a15db5 Transform lambda expression captures when transforming an e [...] adds a7bc31ebc6d [DAGCombiner] Replace masked loads with a zero mask with th [...] adds 8a32ca381d1 [CostModel][X86] Improve masked load/store AVX1/AVX2 costs adds fde26d222da [Commands] Remove unused header adds 162360774ed [analyzer] exploded-graph-rewriter: Initial commit. adds 5f79d749466 [X86] Add test cases for masked store and masked scatter wi [...] adds 50b35caf305 [DAGCombiner][X86] Fold away masked store and scatter with [...] adds 0ac4ab48fcf [analyzer] exploded-graph-rewriter: An attempt to fix Windo [...] adds 54362477c7b llvm-undname; Add more test coverage for demangleFunctionClass() adds 2d59bab568f Update MSVC Visualizer to reflect new variadic PointerUnion adds 3cbb8b83917 llvm-undname: Add coverage for some error paths adds c3236cd200a Revert "[analyzer] exploded-graph-rewriter: An attempt to f [...] adds 38f11825d18 [coroutines][PR41909] Don't build dependent coroutine state [...] adds 382320ea025 [COFF, ARM64] Fix CodeView API change for getRegisterNames adds e71963c850d Recommit r360171: [DAGCombiner] Avoid creating large tokenf [...] adds 20b14dacbbb [AVR] Fix incorrect source regclass of LDWRdPtr adds 3fc299df3d3 [clangd] Add RelationSlab adds 92524f9bf84 [clangd] Serialization support for RelationSlab adds 471f11805f7 Add --sort-common to the man page. adds c78c999a9cd [ELF] Simplify the condition to create .interp adds abb7484c31d [ELF] Don't create an output section named `/DISCARD/` if i [...] adds ce1534b4055 [ELF][PPC64] Don't apply LD->LE relaxation on R_PPC64_GOT_D [...] adds ea0c66be551 PR42104: Support instantiations of lambdas that implicitly [...] adds 8522d579b89 [ELF][PPC64] Rename some PPC64 ELFv2 specific RelExpr from [...] adds 404a679e1d0 [TableGen] Fix std::array initializer to avoid warnings wit [...] adds ceb0cc54f9d [clang-tidy] Fix make-unique check to work in C++17 mode. adds 209adba4405 A test commit from Mikhail Dvorskiy (blank line, to pstl/tr [...] adds 1a44584588b [CodeComplete] Add a bit more whitespace to completed patterns adds bcd542881dd [NFC][X86] extract-{low,}bits.ll: one more pattern c with t [...] adds a0bd6f8a1ae [AArch64] Check for simple type in FPToUInt adds df92f841105 [ARM][FIX] Ran out of registers due tail recursion adds 3b20ae6c54d [LLD][ELF] - Remove dead code. NFC. adds 3c837201e03 Include what you use in BPFMCTargetDesc.cpp adds c5327ab71dc Include what you use in HexagonShuffler.h adds 301f8fd6327 Include what you use in HexagonAsmParser.cpp adds 79a222fcf8c [OpenCL] Declare builtin functions using TableGen adds 0aa374a3062 Include what you use in HexagonAsmBackend.cpp adds 2d0106a1104 [LiveDebugValues] Close range for previous variable's locat [...] adds 1115a199aae [llvm-readobj/llvm-readelf] - Remove gnu-relocations.test c [...] adds c716e5d6dea Revert rL362358 : PR42104: Support instantiations of lambda [...] adds 7ebfbebfe12 Include what you use in HexagonELFObjectWriter.cpp adds ab93e6e0fea [llvm-readobj] - Convert gnu-sections.test to use YAML. new 3901dd3e412 [AArch64][SVE2] Add CPU and arch directive tests new d8d3e17b8b0 Fix compilation warning about unused variable [NFC]
The 2 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-tidy/modernize/MakeSmartPtrCheck.cpp | 15 +- clang-tools-extra/clangd/CMakeLists.txt | 1 + clang-tools-extra/clangd/index/Index.h | 1 + clang-tools-extra/clangd/index/Relation.cpp | 40 + clang-tools-extra/clangd/index/Relation.h | 88 ++ clang-tools-extra/clangd/index/Serialization.cpp | 83 +- clang-tools-extra/clangd/index/Serialization.h | 11 +- .../clangd/index/YAMLSerialization.cpp | 63 +- .../clangd/unittests/CodeCompleteTests.cpp | 2 +- clang-tools-extra/clangd/unittests/IndexTests.cpp | 39 + .../clangd/unittests/SerializationTests.cpp | 29 +- .../test/clang-tidy/modernize-make-unique.cpp | 12 +- clang/include/clang/Basic/CMakeLists.txt | 6 + clang/include/clang/Basic/LangOptions.def | 1 + clang/include/clang/Basic/OpenCLBuiltins.td | 296 ++++ clang/include/clang/Driver/CC1Options.td | 4 +- clang/include/clang/Sema/Sema.h | 12 +- clang/lib/Analysis/CMakeLists.txt | 2 + clang/lib/Analysis/plugins/CMakeLists.txt | 5 + .../CheckerDependencyHandling/CMakeLists.txt | 15 +- .../CheckerDependencyHandling.cpp | 0 ...CheckerDependencyHandlingAnalyzerPlugin.exports | 0 .../plugins/CheckerOptionHandling/CMakeLists.txt | 15 +- .../CheckerOptionHandling.cpp | 0 .../CheckerOptionHandlingAnalyzerPlugin.exports | 0 .../Analysis/plugins/SampleAnalyzer/CMakeLists.txt | 10 + .../plugins/SampleAnalyzer/MainCallChecker.cpp | 0 .../SampleAnalyzer/SampleAnalyzerPlugin.exports | 0 clang/lib/Driver/Driver.cpp | 2 +- clang/lib/Frontend/CompilerInvocation.cpp | 3 +- clang/lib/Sema/SemaCodeComplete.cpp | 17 + clang/lib/Sema/SemaExpr.cpp | 17 +- clang/lib/Sema/SemaLambda.cpp | 27 +- clang/lib/Sema/SemaLookup.cpp | 84 ++ clang/lib/Sema/TreeTransform.h | 51 +- .../test/Analysis/exploded-graph-rewriter/edge.dot | 15 + .../Analysis/exploded-graph-rewriter/empty.dot | 12 + .../exploded-graph-rewriter/environment.dot | 53 + .../Analysis/exploded-graph-rewriter/lit.local.cfg | 13 + .../exploded-graph-rewriter/program_points.dot | 63 + .../Analysis/exploded-graph-rewriter/store.dot | 45 + clang/test/Analysis/lit.local.cfg | 2 - clang/test/Analysis/plugins/CMakeLists.txt | 12 - .../Analysis/plugins/SampleAnalyzer/CMakeLists.txt | 11 - clang/test/CMakeLists.txt | 32 +- clang/test/CodeCompletion/ordinary-name-cxx11.cpp | 24 +- clang/test/CodeCompletion/ordinary-name.cpp | 26 +- clang/test/CodeGenCXX/mangle-ms.cpp | 4 + clang/test/CodeGenCXX/mangle-windows.cpp | 4 + clang/test/SemaCXX/coroutines.cpp | 10 + clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl | 24 + clang/utils/TableGen/CMakeLists.txt | 1 + clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp | 318 +++++ clang/utils/TableGen/TableGen.cpp | 6 + clang/utils/TableGen/TableGenBackends.h | 3 + clang/utils/analyzer/exploded-graph-rewriter.py | 398 ++++++ lld/ELF/Arch/PPC64.cpp | 8 +- lld/ELF/InputSection.cpp | 8 +- lld/ELF/LinkerScript.cpp | 4 +- lld/ELF/Relocations.cpp | 27 +- lld/ELF/Relocations.h | 6 +- lld/ELF/Writer.cpp | 3 +- lld/docs/ld.lld.1 | 2 + lld/test/ELF/dynamic-linker.s | 16 +- lld/test/ELF/linkerscript/discard-phdr.s | 2 +- lld/test/ELF/ppc64-dtprel.s | 26 +- lld/test/ELF/ppc64-ld-got-dtprel.s | 44 + lld/test/ELF/ppc64-relocs.s | 22 +- lldb/source/Commands/CommandObjectExpression.cpp | 1 - .../NativePDB/PdbFPOProgramToDWARFExpression.cpp | 13 +- llvm/CMakeLists.txt | 11 + llvm/cmake/modules/HandleLLVMOptions.cmake | 8 - llvm/include/llvm/CodeGen/SelectionDAGNodes.h | 8 +- llvm/lib/CodeGen/LiveDebugValues.cpp | 12 +- llvm/lib/CodeGen/ScalarizeMaskedMemIntrin.cpp | 2 +- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 100 +- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 41 +- llvm/lib/Demangle/MicrosoftDemangle.cpp | 10 +- llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | 3 + llvm/lib/Target/ARM/ARMISelLowering.cpp | 77 +- llvm/lib/Target/ARM/ARMISelLowering.h | 16 +- llvm/lib/Target/AVR/AVRInstrInfo.td | 8 +- llvm/lib/Target/AVR/AVRRegisterInfo.td | 4 +- .../Target/BPF/MCTargetDesc/BPFMCTargetDesc.cpp | 1 - .../Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 1 - .../Hexagon/MCTargetDesc/HexagonAsmBackend.cpp | 1 - .../MCTargetDesc/HexagonELFObjectWriter.cpp | 2 +- .../Target/Hexagon/MCTargetDesc/HexagonShuffler.h | 2 +- llvm/lib/Target/X86/X86ISelLowering.cpp | 63 +- llvm/lib/Target/X86/X86TargetTransformInfo.cpp | 19 +- .../CostModel/X86/masked-intrinsic-cost-widen.ll | 76 +- .../CostModel/X86/masked-intrinsic-cost.ll | 76 +- llvm/test/CodeGen/AArch64/sat-add.ll | 24 +- llvm/test/CodeGen/AArch64/v3f-to-int.ll | 17 + llvm/test/CodeGen/ARM/pr42062.ll | 38 + llvm/test/CodeGen/AVR/load.ll | 10 +- .../CodeGen/AVR/pseudo/LDDWRdPtrQ-same-src-dst.mir | 35 - llvm/test/CodeGen/AVR/pseudo/LDDWRdPtrQ.mir | 6 +- llvm/test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 15 +- .../X86/dagcombine-tokenfactor-limit-crash.ll | 59 + llvm/test/CodeGen/X86/extract-bits.ll | 1068 ++++++++++----- llvm/test/CodeGen/X86/extract-lowbits.ll | 537 +++++--- llvm/test/CodeGen/X86/masked_gather_scatter.ll | 8 + llvm/test/CodeGen/X86/masked_load.ll | 12 + llvm/test/CodeGen/X86/masked_store.ll | 12 + llvm/test/CodeGen/X86/phaddsub.ll | 68 +- llvm/test/CodeGen/X86/vmaskmov-offset.ll | 40 +- llvm/test/DebugInfo/X86/fission-ranges.ll | 33 +- llvm/test/Demangle/invalid-manglings.test | 50 + llvm/test/Demangle/ms-basic.test | 6 + llvm/test/Demangle/ms-mangle.test | 38 +- llvm/test/Demangle/ms-windows.test | 3 + .../test/MC/AArch64/SVE2/directive-arch-negative.s | 31 + llvm/test/MC/AArch64/SVE2/directive-arch.s | 21 + .../SVE2/directive-arch_extension-negative.s | 31 + .../MC/AArch64/SVE2/directive-arch_extension.s | 21 + llvm/test/MC/AArch64/SVE2/directive-cpu-negative.s | 31 + llvm/test/MC/AArch64/SVE2/directive-cpu.s | 21 + .../LoopVectorize/X86/masked_load_store.ll | 1422 ++++++++++++-------- .../tools/llvm-readobj/Inputs/relocs.obj.elf-i386 | Bin 1120 -> 0 bytes llvm/test/tools/llvm-readobj/gnu-relocations.test | 28 - llvm/test/tools/llvm-readobj/gnu-sections.test | 154 ++- .../tools/llvm-readobj/reloc-types-elf-i386.test | 173 ++- .../tools/llvm-readobj/reloc-types-elf-x64.test | 169 ++- llvm/utils/LLVMVisualizers/llvm.natvis | 109 +- llvm/utils/TableGen/DAGISelMatcherGen.cpp | 2 +- pstl/README.md | 1 + 127 files changed, 5233 insertions(+), 1810 deletions(-) create mode 100644 clang-tools-extra/clangd/index/Relation.cpp create mode 100644 clang-tools-extra/clangd/index/Relation.h create mode 100644 clang/include/clang/Basic/OpenCLBuiltins.td create mode 100644 clang/lib/Analysis/plugins/CMakeLists.txt rename clang/{test => lib}/Analysis/plugins/CheckerDependencyHandling/CMakeLists.t [...] rename clang/{test => lib}/Analysis/plugins/CheckerDependencyHandling/CheckerDepen [...] rename clang/{test => lib}/Analysis/plugins/CheckerDependencyHandling/CheckerDepen [...] rename clang/{test => lib}/Analysis/plugins/CheckerOptionHandling/CMakeLists.txt (50%) rename clang/{test => lib}/Analysis/plugins/CheckerOptionHandling/CheckerOptionHan [...] rename clang/{test => lib}/Analysis/plugins/CheckerOptionHandling/CheckerOptionHan [...] create mode 100644 clang/lib/Analysis/plugins/SampleAnalyzer/CMakeLists.txt rename clang/{test => lib}/Analysis/plugins/SampleAnalyzer/MainCallChecker.cpp (100%) rename clang/{test => lib}/Analysis/plugins/SampleAnalyzer/SampleAnalyzerPlugin.ex [...] create mode 100644 clang/test/Analysis/exploded-graph-rewriter/edge.dot create mode 100644 clang/test/Analysis/exploded-graph-rewriter/empty.dot create mode 100644 clang/test/Analysis/exploded-graph-rewriter/environment.dot create mode 100644 clang/test/Analysis/exploded-graph-rewriter/lit.local.cfg create mode 100644 clang/test/Analysis/exploded-graph-rewriter/program_points.dot create mode 100644 clang/test/Analysis/exploded-graph-rewriter/store.dot delete mode 100644 clang/test/Analysis/plugins/CMakeLists.txt delete mode 100644 clang/test/Analysis/plugins/SampleAnalyzer/CMakeLists.txt create mode 100644 clang/test/SemaOpenCL/fdeclare-opencl-builtins.cl create mode 100644 clang/utils/TableGen/ClangOpenCLBuiltinEmitter.cpp create mode 100755 clang/utils/analyzer/exploded-graph-rewriter.py create mode 100644 lld/test/ELF/ppc64-ld-got-dtprel.s create mode 100644 llvm/test/CodeGen/AArch64/v3f-to-int.ll create mode 100644 llvm/test/CodeGen/ARM/pr42062.ll delete mode 100644 llvm/test/CodeGen/AVR/pseudo/LDDWRdPtrQ-same-src-dst.mir create mode 100644 llvm/test/CodeGen/X86/dagcombine-tokenfactor-limit-crash.ll create mode 100644 llvm/test/MC/AArch64/SVE2/directive-arch-negative.s create mode 100644 llvm/test/MC/AArch64/SVE2/directive-arch.s create mode 100644 llvm/test/MC/AArch64/SVE2/directive-arch_extension-negative.s create mode 100644 llvm/test/MC/AArch64/SVE2/directive-arch_extension.s create mode 100644 llvm/test/MC/AArch64/SVE2/directive-cpu-negative.s create mode 100644 llvm/test/MC/AArch64/SVE2/directive-cpu.s delete mode 100644 llvm/test/tools/llvm-readobj/Inputs/relocs.obj.elf-i386 delete mode 100644 llvm/test/tools/llvm-readobj/gnu-relocations.test