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-next-allnoconfig in repository toolchain/ci/llvm-project.
from 8351c327647 [X86] Regenerate load fold peephole test. adds 7a9ad430fec [AMDGPU] Correct the setting of `FlatScratchInit`. adds 146f1f2e5eb [X86][SSE] Add some partial dereferenceable vector load tes [...] adds 5c4bbc27466 [ELF] Allow placing non-string SHF_MERGE sections with diff [...] adds 51702765b4b [clangd] Fix breakage on gcc 5.4 adds 5f73e37af85 [NFC] Added tests for D64099 adds 85fc597f26c Document legacy pass manager extension points adds 0810f16fb9e [LLD][ELF] - Linkerscript: add a support for expressions fo [...] adds 7aff852810d llvm-c-test avoid calling malloc(0) adds e602f70de19 [X86][SSE] Add partial dereferenceable vector load test ins [...] adds 0cd50b2a95d Fix typos in comments and debug output. adds 75b5edf6a1d [InstCombine] allow undef elements when forming splat from [...] adds 5816889c748 [AMDGPU] Custom lower INSERT_SUBVECTOR v3, v4, v5, v8 adds e9aed963ce3 [DAGCombiner] Don't combine (addcarry (uaddo X, Y), 0, Carr [...] adds 55227a7b4d9 [pstl] Make sure we include the pstl_config header in the g [...] adds 5bf7229c1f3 [clangd] Mark a couple of unimportant flags as hidden. NFC adds 0ca6d390ba7 [NFC][pstl] Run clang-format adds 16de81c1585 [modules] Add PP callbacks for entering and leaving a submodule. adds bce9d8b138c docs: add documentation for `LIBCXX_INCLUDE_TESTS` adds 1522073fedc Plugins: permit building on Windows ARM64 adds d9b7b2d5f7a [NFC][pstl] Do not name each header file in the leading comment adds c494481ea4f Add assert for 'bad' code path in GetUniqueNamespaceDeclaration adds 989cad24760 [pstl] Use utilities from <functional> instead of reinventi [...] adds 09a066b3aab [docs] [tools] Fix see also links adds 53a83b7e3c6 [NFC] Make some ObjectFormatType switches covering adds 1e9c00308b0 [mips] Refactor expandSeq and expandSeqI methods. NFC adds 7439a9a9211 [llvm-objcopy] Change handling of output file permissions adds 171732aeb33 [X86] Add custom isel to select ADD/SUB/OR/XOR/AND to their [...] adds 53b272b3520 gn build: Merge r365091. adds dbd9ca48a16 gn build: Merge r365007. adds 08525c53b37 gn build: Merge r365103. adds 8da0286c9c0 gn build: Merge r365130. adds f0e5aa035e0 Temporarily stop failing test case adds 3d0193909b8 [WebAssembly] Reorder Symbol fields to make it smaller adds de7da3f694b Fix patch not passing test cases adds c4339f10517 [WebAssembly] Delete static_assert(sizeof(SymbolUnion) <= 9 [...] adds 3c47d38f61a [llvm-objcopy][test] Fix respect-umask.test after D62718/r365162 adds ecb60b7e5ce [llvm-objcopy][NFC] Refactor output target parsing v2 adds c72cb1f2a21 Silence gcc warning "control reaches end of non-void functi [...] adds 6fa850c4fe4 [RISCV] Delete a ctor that is commented out. NFC adds bb7e97d783e [ARM] MVE fp to int conversions adds d5c9d9b6820 [CFG] Add a new function to get the proper condition of a CFGBlock adds 25cf7050978 [ARM] MVE VMOV immediate handling adds 2e2db937cd2 [analyzer][Dominators][NFC] Add unit tests adds 8b25d9bf011 [X86][SSE] LowerINSERT_VECTOR_ELT - early out for out of ra [...] new 433edaed127 Fix a buildbot failure due to the AST's lifetime ending bef [...] new fdef18b42d0 lld-link: Make /debugtype: option work better new d0921a4696e [Object/ELF.h] - Improve error reporting. new c9a5c631fef [LLD][ELF] - Update a test after LLVM change. new 1126f1a6de8 gn build: Merge r365179 new cf1a11ded21 Make joined instances of JoinedOrSeparate flags point to th [...] new 1a517a4630a [docs][llvm-objcopy] Improve some wording. new 820cc01d1e6 [ThinLTO] Attempt to recommit r365040 after caching fix new 3078b511666 [NFC] Test commit access new a188ad26531 [FileCheck] Add missing final dot in comment new 28196a5da86 [FileCheck] Factor some parsing checks out new 41f2bea60c6 [FileCheck] Fix comment in parseNumericVariableUse new 194f16b3548 [llvm-objcopy] Allow strip symtab from executables and DSOs new 6af0891fe7e Fix MSVC/cppcheck Use::Next isn't initialized warning. NFCI. new 6884d5e0403 [RISCV][NFC] Replace hard-coded CSR duplication with symbol [...] new 5e17ee1e35e [analyzer][IDF] Add a control dependency calculator + a new [...] new 3bea2b15f53 This reverts r365061 and r365062 (test update) new 2478b620984 Revert r365198 as this accidentally commited something that [...] new a7802763013 lld, llvm-dlltool, llvm-lib: Use getAsString() instead of g [...]
The 19 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-tools-extra/clangd/index/Background.h | 2 +- clang-tools-extra/clangd/tool/ClangdMain.cpp | 5 +- clang/include/clang/AST/ASTImporter.h | 2 +- clang/include/clang/Analysis/Analyses/Dominators.h | 97 ++++++- clang/include/clang/Analysis/CFG.h | 20 ++ clang/include/clang/Lex/PPCallbacks.h | 34 +++ .../clang/StaticAnalyzer/Checkers/Checkers.td | 4 + clang/lib/Analysis/CFG.cpp | 24 ++ clang/lib/CodeGen/CGObjCMac.cpp | 8 +- clang/lib/Driver/Driver.cpp | 2 +- clang/lib/Lex/PPLexerChange.cpp | 12 + .../lib/StaticAnalyzer/Checkers/DebugCheckers.cpp | 37 ++- clang/test/Analysis/domtest.c | 92 +++++- clang/test/Analysis/domtest.cpp | 21 +- clang/unittests/Analysis/CFGBuildResult.h | 69 +++++ clang/unittests/Analysis/CFGDominatorTree.cpp | 194 +++++++++++++ clang/unittests/Analysis/CFGTest.cpp | 90 +++--- clang/unittests/Analysis/CMakeLists.txt | 1 + libcxx/docs/BuildingLibcxx.rst | 6 + lld/COFF/Driver.cpp | 7 +- lld/COFF/DriverUtils.cpp | 6 +- lld/ELF/Driver.cpp | 2 +- lld/ELF/DriverUtils.cpp | 8 +- lld/ELF/ScriptLexer.cpp | 9 +- lld/ELF/ScriptParser.cpp | 40 ++- lld/ELF/SyntheticSections.cpp | 7 +- lld/MinGW/Driver.cpp | 4 +- lld/test/COFF/invalid-debug-type.test | 11 +- lld/test/COFF/wx.s | 10 +- lld/test/ELF/driver.test | 4 +- lld/test/ELF/invalid/dynamic-section-broken.test | 4 +- lld/test/ELF/linkerscript/fill.test | 2 +- lld/test/ELF/linkerscript/sections-padding.s | 24 +- lld/test/ELF/merge-align2.s | 35 +++ lld/test/ELF/merge-entsize2.s | 49 ++++ lld/test/ELF/merge-reloc-O0.s | 48 ---- lld/test/ELF/tail-merge-string-align2.s | 25 ++ lld/wasm/Driver.cpp | 6 +- lld/wasm/Symbols.h | 51 ++-- .../Plugins/Process/Windows/Common/CMakeLists.txt | 27 +- lldb/source/Symbol/ClangASTContext.cpp | 3 +- llvm/docs/CommandGuide/bugpoint.rst | 2 +- llvm/docs/CommandGuide/llc.rst | 2 +- llvm/docs/CommandGuide/lli.rst | 2 +- llvm/docs/CommandGuide/llvm-as.rst | 2 +- llvm/docs/CommandGuide/llvm-bcanalyzer.rst | 2 +- llvm/docs/CommandGuide/llvm-dis.rst | 2 +- llvm/docs/CommandGuide/llvm-extract.rst | 2 +- llvm/docs/CommandGuide/llvm-objcopy.rst | 8 +- llvm/docs/ReleaseNotes.rst | 4 + llvm/docs/WritingAnLLVMPass.rst | 26 +- llvm/include/llvm/IR/ModuleSummaryIndex.h | 65 ++++- llvm/include/llvm/IR/Use.h | 2 +- llvm/include/llvm/Object/ELF.h | 102 +++++-- llvm/include/llvm/Option/Arg.h | 8 + llvm/include/llvm/Support/TargetRegistry.h | 4 +- llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | 122 ++++++-- llvm/lib/AsmParser/LLParser.cpp | 57 +++- llvm/lib/Bitcode/Reader/BitcodeReader.cpp | 47 ++- llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | 32 ++- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 5 +- llvm/lib/IR/AsmWriter.cpp | 5 +- llvm/lib/IR/ModuleSummaryIndex.cpp | 141 +++++---- llvm/lib/LTO/LTO.cpp | 21 +- llvm/lib/Object/ELF.cpp | 9 +- llvm/lib/Option/Option.cpp | 2 +- llvm/lib/Support/FileCheck.cpp | 63 ++-- llvm/lib/Target/AMDGPU/GCNDPPCombine.cpp | 6 +- llvm/lib/Target/AMDGPU/SIISelLowering.cpp | 44 ++- llvm/lib/Target/AMDGPU/SIISelLowering.h | 1 + llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 13 +- llvm/lib/Target/ARM/ARMISelLowering.cpp | 34 ++- llvm/lib/Target/ARM/ARMISelLowering.h | 1 + llvm/lib/Target/ARM/ARMInstrInfo.td | 5 + llvm/lib/Target/ARM/ARMInstrMVE.td | 36 +++ llvm/lib/Target/ARM/ARMInstrNEON.td | 37 ++- llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 84 +++--- llvm/lib/Target/RISCV/RISCV.td | 12 +- llvm/lib/Target/RISCV/RISCVInstrInfo.td | 14 +- llvm/lib/Target/RISCV/RISCVInstrInfoF.td | 31 +- llvm/lib/Target/RISCV/RISCVMachineFunctionInfo.h | 2 - llvm/lib/Target/RISCV/RISCVSystemOperands.td | 18 +- llvm/lib/Target/X86/X86ISelDAGToDAG.cpp | 104 ++++++- llvm/lib/Target/X86/X86ISelLowering.cpp | 6 +- .../lib/ToolDrivers/llvm-dlltool/DlltoolDriver.cpp | 3 +- llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp | 3 +- llvm/lib/Transforms/IPO/FunctionImport.cpp | 12 +- .../InstCombine/InstCombineVectorOps.cpp | 21 +- llvm/lib/Transforms/Utils/FunctionImportUtils.cpp | 13 +- llvm/test/Assembler/thinlto-summary.ll | 14 +- llvm/test/Assembler/thinlto-vtable-summary.ll | 4 +- llvm/test/Bitcode/summary_version.ll | 2 +- llvm/test/Bitcode/thinlto-alias.ll | 4 +- llvm/test/Bitcode/thinlto-alias2.ll | 2 +- .../thinlto-function-summary-callgraph-cast.ll | 4 +- .../thinlto-function-summary-callgraph-pgo.ll | 4 +- ...o-function-summary-callgraph-profile-summary.ll | 4 +- .../thinlto-function-summary-callgraph-relbf.ll | 2 +- ...ion-summary-callgraph-sample-profile-summary.ll | 4 +- .../Bitcode/thinlto-function-summary-callgraph.ll | 2 +- .../Bitcode/thinlto-function-summary-refgraph.ll | 16 +- .../AMDGPU/insert-subvector-unused-scratch.ll | 32 +++ .../AMDGPU/undefined-physreg-sgpr-spill.mir | 6 +- llvm/test/CodeGen/Thumb2/mve-loadstore.ll | 9 +- llvm/test/CodeGen/Thumb2/mve-vcvt.ll | 319 +++++++++++++++++++++ llvm/test/CodeGen/Thumb2/mve-vmovimm.ll | 243 ++++++++++++++++ llvm/test/CodeGen/Thumb2/mve-vmvnimm.ll | 83 ++++++ llvm/test/CodeGen/X86/add-of-carry.ll | 6 +- llvm/test/CodeGen/X86/load-partial.ll | 214 ++++++++++++++ llvm/test/CodeGen/X86/popcnt.ll | 198 +++++++------ llvm/test/CodeGen/X86/pr27202.ll | 4 +- llvm/test/CodeGen/X86/vec_extract.ll | 25 +- .../test/FileCheck/numeric-defines-diagnostics.txt | 4 +- llvm/test/Object/elf-invalid-phdr.test | 2 +- llvm/test/Object/invalid.test | 44 +-- llvm/test/ThinLTO/X86/Inputs/dot-dumper2.ll | 4 + llvm/test/ThinLTO/X86/dot-dumper2.ll | 43 +++ llvm/test/ThinLTO/X86/index-const-prop2.ll | 44 ++- llvm/test/ThinLTO/X86/load-store-caching.ll | 26 ++ llvm/test/ThinLTO/X86/writeonly.ll | 41 +++ llvm/test/ThinLTO/X86/writeonly2.ll | 50 ++++ llvm/test/Transforms/InstCombine/broadcast.ll | 29 +- llvm/test/Transforms/InstCombine/pow-exp.ll | 241 ++++++++++++++++ .../tools/llvm-elfabi/binary-read-bad-vaddr.test | 2 +- .../tools/llvm-objcopy/ELF/invalid-e_phoff.test | 8 +- .../tools/llvm-objcopy/ELF/invalid-e_shoff.test | 8 +- .../llvm-objcopy/ELF/mirror-permissions-unix.test | 44 +++ .../llvm-objcopy/ELF/mirror-permissions-win.test | 39 +++ .../llvm-objcopy/ELF/no-symbol-relocation.test | 2 +- .../ELF/preserve-segment-contents-ehdr-phdrs.test | 2 +- .../llvm-objcopy/ELF/remove-multiple-sections.test | 28 -- .../test/tools/llvm-objcopy/ELF/respect-umask.test | 30 ++ .../ELF/segment-shift-section-remove.test | 30 +- .../ELF/segment-test-remove-section.test | 30 +- .../ELF/strip-unneeded-all-symbols.test | 21 ++ .../tools/llvm-readobj/elf-broken-dynsym-link.test | 2 +- .../tools/llvm-readobj/elf-dynamic-malformed.test | 5 +- llvm/tools/llvm-c-test/attributes.c | 18 +- llvm/tools/llvm-objcopy/CopyConfig.cpp | 69 +++-- llvm/tools/llvm-objcopy/CopyConfig.h | 11 +- llvm/tools/llvm-objcopy/ELF/ELFObjcopy.cpp | 16 +- llvm/tools/llvm-objcopy/ELF/Object.cpp | 21 ++ llvm/tools/llvm-objcopy/ELF/Object.h | 3 + llvm/tools/llvm-objcopy/llvm-objcopy.cpp | 69 +++-- .../clang-tools-extra/clang-tidy/bugprone/BUILD.gn | 1 + .../clangd/refactor/tweaks/BUILD.gn | 1 + .../clang/lib/StaticAnalyzer/Checkers/BUILD.gn | 1 + .../gn/secondary/clang/unittests/Analysis/BUILD.gn | 1 + .../gn/secondary/llvm/lib/Bitcode/Reader/BUILD.gn | 2 +- .../secondary/llvm/lib/Bitstream/Reader/BUILD.gn | 10 + llvm/utils/gn/secondary/llvm/unittests/BUILD.gn | 1 + .../gn/secondary/llvm/unittests/Bitcode/BUILD.gn | 2 - .../gn/secondary/llvm/unittests/Bitstream/BUILD.gn | 11 + pstl/include/pstl/internal/algorithm_fwd.h | 2 +- pstl/include/pstl/internal/algorithm_impl.h | 47 ++- pstl/include/pstl/internal/execution_defs.h | 2 +- pstl/include/pstl/internal/execution_impl.h | 3 +- pstl/include/pstl/internal/glue_algorithm_defs.h | 2 +- pstl/include/pstl/internal/glue_algorithm_impl.h | 49 ++-- pstl/include/pstl/internal/glue_execution_defs.h | 2 +- pstl/include/pstl/internal/glue_memory_defs.h | 2 +- pstl/include/pstl/internal/glue_memory_impl.h | 4 +- pstl/include/pstl/internal/glue_numeric_defs.h | 2 +- pstl/include/pstl/internal/glue_numeric_impl.h | 4 +- pstl/include/pstl/internal/memory_impl.h | 2 +- pstl/include/pstl/internal/numeric_fwd.h | 2 +- pstl/include/pstl/internal/numeric_impl.h | 2 +- pstl/include/pstl/internal/parallel_backend.h | 2 +- .../pstl/internal/parallel_backend_serial.h | 2 +- pstl/include/pstl/internal/parallel_backend_tbb.h | 33 +-- .../include/pstl/internal/parallel_backend_utils.h | 2 +- pstl/include/pstl/internal/parallel_impl.h | 2 +- pstl/include/pstl/internal/pstl_config.h | 2 +- pstl/include/pstl/internal/unseq_backend_simd.h | 2 +- pstl/include/pstl/internal/utils.h | 55 +--- .../alg.partitions/partition_copy.pass.cpp | 10 +- .../alg.set.operations/includes.pass.cpp | 8 +- .../alg.sorting/alg.set.operations/set.pass.cpp | 10 +- 178 files changed, 3724 insertions(+), 1085 deletions(-) create mode 100644 clang/unittests/Analysis/CFGBuildResult.h create mode 100644 clang/unittests/Analysis/CFGDominatorTree.cpp create mode 100644 lld/test/ELF/merge-align2.s create mode 100644 lld/test/ELF/merge-entsize2.s delete mode 100644 lld/test/ELF/merge-reloc-O0.s create mode 100644 lld/test/ELF/tail-merge-string-align2.s create mode 100644 llvm/test/CodeGen/AMDGPU/insert-subvector-unused-scratch.ll create mode 100644 llvm/test/CodeGen/Thumb2/mve-vcvt.ll create mode 100644 llvm/test/CodeGen/Thumb2/mve-vmovimm.ll create mode 100644 llvm/test/CodeGen/Thumb2/mve-vmvnimm.ll create mode 100644 llvm/test/CodeGen/X86/load-partial.ll create mode 100644 llvm/test/ThinLTO/X86/Inputs/dot-dumper2.ll create mode 100644 llvm/test/ThinLTO/X86/dot-dumper2.ll create mode 100644 llvm/test/ThinLTO/X86/load-store-caching.ll create mode 100644 llvm/test/ThinLTO/X86/writeonly.ll create mode 100644 llvm/test/ThinLTO/X86/writeonly2.ll create mode 100644 llvm/test/tools/llvm-objcopy/ELF/mirror-permissions-unix.test create mode 100644 llvm/test/tools/llvm-objcopy/ELF/mirror-permissions-win.test create mode 100644 llvm/test/tools/llvm-objcopy/ELF/respect-umask.test create mode 100644 llvm/test/tools/llvm-objcopy/ELF/strip-unneeded-all-symbols.test create mode 100644 llvm/utils/gn/secondary/llvm/lib/Bitstream/Reader/BUILD.gn create mode 100644 llvm/utils/gn/secondary/llvm/unittests/Bitstream/BUILD.gn