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-arm-lts-allnoconfig in repository toolchain/ci/llvm-project.
from d7be3eab5c0 [RISCV] Handle fcopysign(f32, f64) and fcopysign(f64, f32) adds 6fd4c42fa81 [LegalizeTypes][RISCV] Soften FCOPYSIGN operand adds aa0e92e1f70 [clang-tidy] Use range-for for check registration. NFC adds 3cd9a8b7dc6 [lldb] [test] Un-XFAIL lldb-server tests fixed on NetBSD adds a913e872d6e [OPENMP]Fix PR44133: crash on lambda reductions in templates. adds 008e65a7bfb [AMDGPU] Fix emitIfBreak CF lowering: use temp reg to make [...] adds 7707d8aa9db [XCOFF][AIX] Check linkage on the function, and two fixes f [...] adds 184d72a7c6a [DebugInfo] Disallow fragmenting DIExpressions with shift o [...] adds 549db744bde [ARM] Lots of MVE offset masked load and store tests. NFC adds b5315ae8ffa [Codegen][ARM] Add addressing modes from masked loads and stores adds 4965779f171 [ARM] Clean up the load and store code. NFC adds 87c3f4a5e0b [OPENMP]Simplify printing of declare variant attribute, NFC. adds 49a2b2a3d2c [OPENMP]Remove tab in message, NFC. adds a2fc9644178 [ELF] Replace SymbolTable::forEachSymbol with iterator_rang [...] adds 54a366f5156 [ELF] Add a corrector for case mismatch problems adds cd9c915d2ac [Object][RISCV][test] Improve DebugInfo/RISCV/relax-debug-frame.ll adds b8cb73dd386 [X86] Pre-commit test modifications for D68857. NFC adds cfce8f2cfba [X86] Add strict fp support for operations of X87 instructions adds fe955e6c70e TargetPassConfig: const char * -> const char [] adds ee3b375b4cb [LegalizeDAG] Use getOperationAction instead of getStrictFP [...] adds a38fc616487 [AIX] Disable clang python binding tests adds 9b08366f574 [LegalizeTypes] Add SoftenFloatRes_Unary and SoftenFloatRes [...] adds 11074bfffee [mips] Fix sc, scs, ll, lld instructions expanding adds 8d20dd0b069 [ConstFolding] move tests for copysign; NFC adds 48a3a1e0906 [InstSimplify] add tests for copysign; NFC adds e177c5a00da [InstSimplify] fold copysign with same args to the arg adds 6c92cdff722 Initial implementation of -fmacro-prefix-map and -ffile-prefix-map adds fc6a6900cf8 [unittest] Fix unittests/Support/Path.cpp after D49466 adds df773ebb5f8 [X86] Add test cases for constrained lrint/llrint/lround/ll [...] adds 3bb24bf2576 Fix tests on Windows after D49466 adds ad58d1a9d11 [CodeMoverUtils] Don't dereference nullptr in test adds 5e40f2cf0fe [CodeMoverUtils] clang-format the test adds 1260ea7421a [PowerPC] [NFC] rename PPCLoopPreIncPrep.cpp to PPCLoopInst [...] adds 75fd939bb91 [ELF] Adjust test to work for zlib 1.2.8 adds 7ddc6287a08 [Preprocessor] Fix backslash tests on Windows after D49466 adds 350565dbc06 [LegalizeTypes] Add SoftenFloatOp_Unary to reduce some dupl [...] adds ded24904942 Workaround for EvalInfo ctor for MSVC 2017 adds f7aeca45b23 [Fuchsia] Don't fail for unknown architectures adds 82b4dc0256d XFAIL a test on Windows adds fd39b1bb20c Revert "Revert "As a follow-up to my initial mail to llvm-d [...] adds 98189755cd9 [PowerPC] [NFC] change PPCLoopPreIncPrep class name after D [...] adds e68b8161781 Update build_llvm_package.bat to build from the monorepo adds 3a280422b66 [lldb][NFC] Early exit in DWARFASTParserClang::ParseArrayType adds 344bdeb797b [LLDB] Avoid using InitializeContext for zero-initializing [...] adds 943513b7992 [X86] [Win64] Avoid truncating large (> 32 bit) stack allocations adds 47046f05e66 [MC] Produce proper section relative relocations for COFF i [...] adds d11dc9e77b6 [llvm-objcopy] [COFF] Fix a typo in a comment. NFC. adds f1b117394d7 [lldb][NFC] Remove unused CompilerType memory functions adds e20a1e486e1 clang-format-vs : Fix Unicode formatting adds 92d5ea5d167 [lldb][NFC] Move TypeSystem RTTI to static variable to remo [...] adds 3b35603a56b [llvm-readobj] - Always print "Predecessors" for version de [...] adds 31c25fadcce AArch64: support the Apple NEON syntax for v8.2 crypto inst [...] adds 19ac0eaf07e [clangd] Shutdown cleanly on signals. adds 755dfaa1048 gn build: Merge 19ac0eaf07e adds bd2fb41c2dd [openmp] Fixed nonmonotonic schedule when #threads > #chunk [...] new 9872ea4ed1d [clang][CodeGen] Implicit Conversion Sanitizer: handle incr [...] new 3edf2eb897e [Frontend] Clean up some dead code in PrecompiledPreamble. NFC new a29aa471062 [OpenCL] Move addr space deduction to Sema. new 870f3542d3e [CodeGen][UBSan] Relax newly-added verbose sanitization tes [...] new 3c1912a733b [ARM] Add constrained FP intrinsics test new 9f15fcc2718 [ARM] Replace arm_neon_vqadds with sadd_sat new cbfa237892e Revert "[clang][CodeGen] Implicit Conversion Sanitizer: han [...] new 0f4383faa75 [Attributor] Handle special case when offset equals zero in [...] new 900d8a9a3b4 [profile] Fix file contention causing dropped counts on Win [...] new f59614d906b [OPENMP50]Add if clause in parallel for simd directive. new 703c26f03be Optimize and fix basic_string move assignment operator. Rev [...]
The 11 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/clang-tidy/ClangTidy.cpp | 6 +- clang-tools-extra/clangd/CMakeLists.txt | 1 + clang-tools-extra/clangd/JSONTransport.cpp | 22 +- clang-tools-extra/clangd/Shutdown.cpp | 39 + clang-tools-extra/clangd/Shutdown.h | 84 + clang-tools-extra/clangd/test/exit-eof.test | 7 + clang-tools-extra/clangd/test/exit-signal.test | 32 + clang-tools-extra/clangd/tool/ClangdMain.cpp | 17 +- clang/bindings/python/tests/CMakeLists.txt | 5 + clang/include/clang/AST/Type.h | 6 + clang/include/clang/Basic/Attr.td | 51 +- clang/include/clang/Basic/DiagnosticDriverKinds.td | 4 +- clang/include/clang/Basic/DiagnosticSemaKinds.td | 2 +- clang/include/clang/Driver/Options.td | 6 + clang/include/clang/Frontend/PrecompiledPreamble.h | 8 - clang/include/clang/Lex/PreprocessorOptions.h | 5 + clang/include/clang/Sema/Sema.h | 2 + clang/lib/AST/Expr.cpp | 2 +- clang/lib/AST/ExprConstant.cpp | 6 +- clang/lib/CodeGen/CGBuiltin.cpp | 12 +- clang/lib/CodeGen/CGDebugInfo.h | 3 +- clang/lib/Driver/ToolChains/Clang.cpp | 23 +- clang/lib/Driver/ToolChains/FreeBSD.cpp | 15 + clang/lib/Driver/ToolChains/Fuchsia.cpp | 5 +- clang/lib/Driver/ToolChains/Gnu.cpp | 13 + clang/lib/Frontend/CompilerInvocation.cpp | 3 + clang/lib/Frontend/PrecompiledPreamble.cpp | 17 +- clang/lib/Lex/PPMacroExpansion.cpp | 15 +- clang/lib/Sema/SemaDecl.cpp | 218 +- clang/lib/Sema/SemaOpenMP.cpp | 7 +- clang/lib/Sema/SemaTemplateInstantiate.cpp | 8 +- clang/lib/Sema/SemaTemplateInstantiateDecl.cpp | 86 +- clang/lib/Sema/SemaType.cpp | 155 +- clang/lib/Sema/TreeTransform.h | 17 - .../CodeGen/2008-07-30-implicit-initialization.c | 2 +- clang/test/CodeGen/arm-fp16-arguments.c | 6 +- clang/test/CodeGen/arm-v8.1a-neon-intrinsics.c | 32 +- clang/test/CodeGen/arm-vfp16-arguments2.cpp | 6 +- clang/test/CodeGen/arm_neon_intrinsics.c | 88 +- clang/test/CodeGen/atomic-ops-libcall.c | 34 +- clang/test/CodeGen/debug-prefix-map.c | 14 +- clang/test/CodeGenCXX/atomicinit.cpp | 2 +- clang/test/CodeGenCXX/auto-var-init.cpp | 9 +- clang/test/CodeGenCXX/discard-name-values.cpp | 4 +- .../test/CodeGenCXX/microsoft-abi-dynamic-cast.cpp | 18 +- clang/test/CodeGenCXX/microsoft-abi-typeid.cpp | 8 +- clang/test/CodeGenCXX/nrvo.cpp | 18 +- clang/test/CodeGenCXX/stack-reuse.cpp | 2 +- clang/test/CodeGenCXX/wasm-args-returns.cpp | 12 +- clang/test/CodeGenObjCXX/arc-blocks.mm | 6 +- clang/test/CodeGenObjCXX/nrvo.mm | 4 +- clang/test/Driver/debug-prefix-map.S | 1 + clang/test/Driver/debug-prefix-map.c | 37 +- ...source_to_dependency_directives_invalid_error.c | 32 +- .../declare_reduction_codegen_in_templates.cpp | 43 + clang/test/OpenMP/parallel_for_simd_codegen.cpp | 167 +- clang/test/PCH/no-escaping-block-tail-calls.cpp | 4 +- clang/test/Preprocessor/file_test.c | 23 + clang/test/Preprocessor/file_test.h | 2 + clang/test/Sema/eval-info.c | 9 + clang/test/SemaOpenCL/event_t.cl | 4 +- clang/test/SemaOpenCL/invalid-block.cl | 4 +- clang/test/SemaOpenCL/invalid-pipes-cl2.0.cl | 2 +- clang/test/SemaOpenCL/sampler_t.cl | 5 +- .../test/SemaOpenCLCXX/address-space-deduction.cl | 28 +- clang/test/SemaOpenCLCXX/addrspace-auto.cl | 35 + clang/test/SemaOpenCLCXX/restricted.cl | 4 +- .../ClangFormat/ClangFormatPackage.cs | 31 +- compiler-rt/lib/profile/InstrProfilingUtil.c | 9 +- .../Windows/Inputs/instrprof-multiprocess.c | 89 + .../profile/Windows/instrprof-multiprocess.test | 10 + compiler-rt/test/profile/Windows/lit.local.cfg.py | 9 + libcxx/include/string | 18 +- lld/ELF/Driver.cpp | 19 +- lld/ELF/LTO.cpp | 4 +- lld/ELF/MarkLive.cpp | 6 +- lld/ELF/Relocations.cpp | 15 +- lld/ELF/SymbolTable.h | 16 +- lld/ELF/Writer.cpp | 16 +- lld/test/ELF/compressed-debug-level.test | 4 +- lld/test/ELF/undef-spell-corrector.s | 10 + lld/test/ELF/verdef-defaultver.s | 3 + lld/test/ELF/verdef-dependency.s | 4 + lld/test/ELF/verdef.s | 4 + lldb/include/lldb/Symbol/ClangASTContext.h | 8 +- lldb/include/lldb/Symbol/CompilerType.h | 8 - lldb/include/lldb/Symbol/TypeSystem.h | 43 +- .../ambiguous_tail_call_seq1/Makefile | 2 +- .../ambiguous_tail_call_seq2/Makefile | 2 +- .../disambiguate_call_site/Makefile | 2 +- .../disambiguate_paths_to_common_sink/Makefile | 2 +- .../disambiguate_tail_call_seq/Makefile | 2 +- .../inlining_and_tail_calls/Makefile | 2 +- .../tail_call_frames/sbapi_support/Makefile | 2 +- .../thread_step_out_message/Makefile | 2 +- .../thread_step_out_or_return/Makefile | 2 +- .../tail_call_frames/unambiguous_sequence/Makefile | 2 +- .../test/tools/lldb-server/TestLldbGdbServer.py | 2 - .../Windows/Common/RegisterContextWindows.cpp | 11 +- .../SymbolFile/DWARF/DWARFASTParserClang.cpp | 148 +- lldb/source/Symbol/ClangASTContext.cpp | 11 +- lldb/source/Symbol/CompilerDecl.cpp | 3 +- lldb/source/Symbol/CompilerDeclContext.cpp | 3 +- lldb/source/Symbol/CompilerType.cpp | 167 -- lldb/source/Symbol/TypeSystem.cpp | 2 - llvm/include/llvm/CodeGen/SelectionDAG.h | 19 +- llvm/include/llvm/CodeGen/SelectionDAGNodes.h | 53 +- llvm/include/llvm/CodeGen/TargetLowering.h | 114 +- llvm/include/llvm/IR/IntrinsicsARM.td | 4 - llvm/include/llvm/Passes/PassBuilder.h | 10 +- llvm/include/llvm/Support/Path.h | 23 +- llvm/include/llvm/Target/TargetSelectionDAG.td | 10 +- llvm/lib/Analysis/InstructionSimplify.cpp | 5 + llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 177 +- llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 4 +- .../CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 560 ++--- .../CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 16 +- llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h | 4 + .../CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 36 +- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 63 +- .../CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 13 +- .../CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 8 + llvm/lib/CodeGen/TargetLoweringBase.cpp | 2 + llvm/lib/CodeGen/TargetPassConfig.cpp | 8 +- llvm/lib/IR/AutoUpgrade.cpp | 20 + llvm/lib/IR/DebugInfoMetadata.cpp | 8 +- llvm/lib/MC/MCDwarf.cpp | 3 +- llvm/lib/MC/XCOFFObjectWriter.cpp | 2 +- llvm/lib/Passes/PassBuilder.cpp | 48 +- llvm/lib/Support/Path.cpp | 41 +- llvm/lib/Target/AArch64/AArch64InstrFormats.td | 26 +- llvm/lib/Target/AArch64/AArch64InstrInfo.td | 27 +- llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp | 7 +- llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp | 118 +- llvm/lib/Target/ARM/ARMISelLowering.cpp | 77 +- llvm/lib/Target/ARM/ARMInstrMVE.td | 449 ++-- llvm/lib/Target/ARM/ARMInstrNEON.td | 56 +- llvm/lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 169 +- llvm/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h | 7 + .../Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp | 1 + .../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 35 - llvm/lib/Target/Mips/Mips32r6InstrInfo.td | 4 +- llvm/lib/Target/Mips/Mips64r6InstrInfo.td | 4 +- llvm/lib/Target/Mips/MipsInstrInfo.td | 7 + llvm/lib/Target/Mips/MipsTargetStreamer.h | 4 - llvm/lib/Target/PowerPC/CMakeLists.txt | 2 +- llvm/lib/Target/PowerPC/PPC.h | 4 +- llvm/lib/Target/PowerPC/PPCISelLowering.cpp | 18 +- ...LoopPreIncPrep.cpp => PPCLoopInstrFormPrep.cpp} | 46 +- llvm/lib/Target/PowerPC/PPCTargetMachine.cpp | 10 +- llvm/lib/Target/X86/X86FrameLowering.cpp | 2 +- llvm/lib/Target/X86/X86ISelDAGToDAG.cpp | 12 +- llvm/lib/Target/X86/X86ISelLowering.cpp | 64 +- llvm/lib/Target/X86/X86InstrFPStack.td | 34 +- llvm/lib/Target/X86/X86InstrFragmentsSIMD.td | 35 +- llvm/lib/Transforms/IPO/Attributor.cpp | 24 +- llvm/lib/Transforms/IPO/PassManagerBuilder.cpp | 46 +- llvm/test/Analysis/ConstantFolding/copysign.ll | 53 + .../AMDGPU/divergent-branch-uniform-condition.ll | 26 +- llvm/test/CodeGen/AMDGPU/i1-copy-from-loop.ll | 5 +- llvm/test/CodeGen/AMDGPU/loop_break.ll | 7 +- llvm/test/CodeGen/AMDGPU/multilevel-break.ll | 28 +- llvm/test/CodeGen/AMDGPU/si-annotate-cf.ll | 3 +- llvm/test/CodeGen/AMDGPU/simplify-libcalls.ll | 268 +- llvm/test/CodeGen/AMDGPU/valu-i1.ll | 5 +- llvm/test/CodeGen/AMDGPU/wave32.ll | 14 +- llvm/test/CodeGen/ARM/addsubo-legalization.ll | 110 +- llvm/test/CodeGen/ARM/fp-intrinsics.ll | 557 ++++ llvm/test/CodeGen/ARM/neon-v8.1a.ll | 48 +- .../ARM/{vqadd.ll => neon-vqaddsub-upgrade.ll} | 165 ++ llvm/test/CodeGen/ARM/vmul.ll | 4 +- llvm/test/CodeGen/ARM/vqadd.ll | 64 +- llvm/test/CodeGen/ARM/vqdmul.ll | 24 +- llvm/test/CodeGen/ARM/vqsub.ll | 64 +- llvm/test/CodeGen/PowerPC/addi-licm.ll | 2 +- .../CodeGen/PowerPC/aix-weak-undef-func-call.ll | 30 + llvm/test/CodeGen/PowerPC/ppc-passname.ll | 20 +- llvm/test/CodeGen/RISCV/copysign-casts.ll | 18 + .../cond-vector-reduce-mve-codegen.ll | 2 +- .../Thumb2/LowOverheadLoops/fast-fp-loops.ll | 19 +- .../Thumb2/LowOverheadLoops/mve-tail-data-types.ll | 59 +- .../LowOverheadLoops/vector-arith-codegen.ll | 49 +- llvm/test/CodeGen/Thumb2/mve-masked-ldst-offset.ll | 2646 ++++++++++++++++++++ .../test/CodeGen/Thumb2/mve-masked-ldst-postinc.ll | 2646 ++++++++++++++++++++ llvm/test/CodeGen/Thumb2/mve-masked-ldst-preinc.ll | 2646 ++++++++++++++++++++ llvm/test/CodeGen/Thumb2/mve-masked-ldst.ll | 118 +- llvm/test/CodeGen/Thumb2/mve-masked-load.ll | 60 +- llvm/test/CodeGen/Thumb2/mve-masked-store.ll | 60 +- llvm/test/CodeGen/X86/fp-strict-scalar.ll | 6 +- llvm/test/CodeGen/X86/fp128-libcalls-strict.ll | 52 + llvm/test/CodeGen/X86/fp80-strict-scalar.ll | 17 +- llvm/test/CodeGen/X86/win64-stackprobe-overflow.ll | 14 + llvm/test/DebugInfo/RISCV/relax-debug-frame.ll | 24 +- llvm/test/Feature/optnone-opt.ll | 6 - llvm/test/MC/AArch64/armv8.2a-crypto-apple.s | 41 + llvm/test/MC/COFF/cfi-sections.s | 26 + llvm/test/MC/Mips/ll-expansion.s | 406 +++ llvm/test/MC/Mips/lld-expansion.s | 188 ++ llvm/test/MC/Mips/sc-expansion.s | 442 +++- llvm/test/MC/Mips/scd-expansion.s | 188 ++ llvm/test/Other/new-pm-defaults.ll | 78 +- llvm/test/Other/new-pm-thinlto-defaults.ll | 46 +- llvm/test/Transforms/FunctionAttrs/align.ll | 6 +- llvm/test/Transforms/InstCombine/copysign.ll | 49 - llvm/test/Transforms/InstSimplify/call.ll | 19 + llvm/test/Transforms/MemCpyOpt/lifetime.ll | 2 +- .../PhaseOrdering/simplifycfg-options.ll | 8 +- .../Transforms/PhaseOrdering/two-shifts-by-sext.ll | 4 +- llvm/test/tools/llvm-readobj/elf-versioninfo.test | 6 + llvm/test/tools/yaml2obj/ELF/verdef-section.yaml | 2 + llvm/tools/llvm-objcopy/COFF/Object.h | 2 +- llvm/tools/llvm-readobj/ELFDumper.cpp | 3 - llvm/unittests/IR/MetadataTest.cpp | 43 + llvm/unittests/Support/Path.cpp | 35 + .../Transforms/Utils/CodeMoverUtilsTest.cpp | 100 +- .../gn/secondary/clang-tools-extra/clangd/BUILD.gn | 1 + .../gn/secondary/llvm/lib/Target/PowerPC/BUILD.gn | 2 +- llvm/utils/release/build_llvm_package.bat | 56 +- openmp/runtime/src/kmp_dispatch.cpp | 15 +- .../worksharing/for/omp_nonmonotonic_dynamic1.c | 40 + 220 files changed, 13662 insertions(+), 2884 deletions(-) create mode 100644 clang-tools-extra/clangd/Shutdown.cpp create mode 100644 clang-tools-extra/clangd/Shutdown.h create mode 100644 clang-tools-extra/clangd/test/exit-eof.test create mode 100644 clang-tools-extra/clangd/test/exit-signal.test create mode 100644 clang/test/OpenMP/declare_reduction_codegen_in_templates.cpp create mode 100644 clang/test/Preprocessor/file_test.c create mode 100644 clang/test/Preprocessor/file_test.h create mode 100644 clang/test/Sema/eval-info.c create mode 100644 clang/test/SemaOpenCLCXX/addrspace-auto.cl create mode 100644 compiler-rt/test/profile/Windows/Inputs/instrprof-multiprocess.c create mode 100644 compiler-rt/test/profile/Windows/instrprof-multiprocess.test create mode 100644 compiler-rt/test/profile/Windows/lit.local.cfg.py rename llvm/lib/Target/PowerPC/{PPCLoopPreIncPrep.cpp => PPCLoopInstrFormPrep.cpp} (95%) create mode 100644 llvm/test/Analysis/ConstantFolding/copysign.ll create mode 100644 llvm/test/CodeGen/ARM/fp-intrinsics.ll copy llvm/test/CodeGen/ARM/{vqadd.ll => neon-vqaddsub-upgrade.ll} (50%) create mode 100644 llvm/test/CodeGen/PowerPC/aix-weak-undef-func-call.ll create mode 100644 llvm/test/CodeGen/Thumb2/mve-masked-ldst-offset.ll create mode 100644 llvm/test/CodeGen/Thumb2/mve-masked-ldst-postinc.ll create mode 100644 llvm/test/CodeGen/Thumb2/mve-masked-ldst-preinc.ll create mode 100644 llvm/test/CodeGen/X86/win64-stackprobe-overflow.ll create mode 100644 llvm/test/MC/AArch64/armv8.2a-crypto-apple.s create mode 100644 llvm/test/MC/COFF/cfi-sections.s create mode 100644 llvm/test/MC/Mips/ll-expansion.s create mode 100644 llvm/test/MC/Mips/lld-expansion.s create mode 100644 llvm/test/MC/Mips/scd-expansion.s delete mode 100644 llvm/test/Transforms/InstCombine/copysign.ll create mode 100644 openmp/runtime/test/worksharing/for/omp_nonmonotonic_dynamic1.c