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-next-allmodconfig in repository toolchain/ci/llvm-project.
from cfcfd8a056e build: avoid cached literals being linked against adds 7ca7d62c6ea [Attributor] Move pass after InstCombine to futher eliminat [...] adds 549ff601f05 Try to reenable -Wdeprecated-copy under -Wextra adds 8e84c9ae998 [PowerPC] Separate Features that are known to be Power9 spe [...] adds 40963b2bf0e Revert "[Attributor] Move pass after InstCombine to futher [...] adds 98740643f79 [AIX] Emit TOC entries for ASM printing adds 8f28f26860b [X86] Add SSEPackedSingle/Double execution domain to COMI/U [...] adds 5272d2a3a43 [ADT] Fixed -Wdeprecated-copy warning. NFCI adds 1ac700cdef7 [CodeGen] Fix clang crash on aggregate initialization of ar [...] adds acc79aa0e74 Revert "Revert 1689ad27af5 "[builtins] Implement rounding m [...] adds 789a7aa37d0 Properly disambiguate between array declarators and array s [...] adds 601cc29a57d Revert "Revert "gn build: (manually) try to merge 1689ad27af"" adds 8f73a93b2de [X86] Add support for STRICT_FP_TO_UINT/SINT from fp128. adds 1727c4f1a2c [LegalizeTypes][X86] Add ExpandIntegerResult support for ST [...] adds a7acba29c19 Use InitLLVM in clang-tidy adds ed521fef031 [LegalTypes][X86] Add SoftenFloatOperand support for STRICT [...] adds 735f4793f13 [LegalizeTypes] Remove dead code related to softening f16 w [...] adds 825debe847d [InlineCost] Fix infinite loop in indirect call evaluation adds c33598d5e54 [JITLink] Make sure MachO/x86-64 handles 32-bit signed adde [...] adds 1bc5c52afdc [X86][NFC] Rename test file for following changes. adds bb7d75ef1df [llvm-readelf][llvm-readobj][test] - Cleanup test cases for [...] adds b44e91a4725 [lldb] Remove debugging code used for LLDB_DWARF_DONT_COMPL [...] adds 2e5bb6d8d94 [LLDB] [PECOFF] Factorize mapping section names to types us [...] adds 934c025e9bd [LLDB] [PECOFF] Look for the truncated ".eh_fram" section name adds f5c54f40327 [LLDB] Always interpret arm instructions as thumb on windows adds 7f362f04a78 [llvm-readelf] - Make GNU style dumping of invalid SHT_GNU_ [...] adds f7e31e0cfd3 [lldb][NFC] Split up DWARFASTParserClang::CompleteTypeFromDWARF adds 943d8326dd3 AMDGPU: Fix lit test checks with dag option adds f286f2dda4d [LLDB] [test] Add a missing "REQUIRES: arm" line adds 9d2679152a4 [lldb][NFC] Make GetAsCXXRecordDecl static adds ee79feaec3e [lldb][NFC] Remove forward declaration of PrivateAutoComple [...] adds 08cce03a6d9 [clangd] Tweak the no-index error message for rename, NFC. adds 2330cee82f0 [clangd] Prefer the left character if the character on the [...] adds 2e3c040ee06 [lldb][NFC] Remove unused CStringToDIEMap typedef adds 3c3aca245e6 [clangd] Don't perform rename when the refs result from ind [...] adds 373e2a4f69d [lldb] NFC: refactor CompileUnit::ResolveSymbolContext adds a54ef8af89c [lldb][NFC] Use llvm::StringRef instead of C-strings as mul [...] adds 42c857aa478 [lldb][NFC] Remove unused STLUtil include and STLUtil.h header adds 66237889a79 [include-fixer] Python 3 support for clang-include-fixer.py adds 50e2ffa18da Revert "[lldb] NFC: refactor CompileUnit::ResolveSymbolContext" adds d1a561d4468 [lldb] Simplify and improve FileSpecTest adds bf716eb8074 [lldb] Add FileSpec::Equal unit tests adds b18e190b7ca [lldb] refactor FileSpec::Equal adds 3cd8ba0e37a [lldb][NFC] Remove unused CompilerDecl::IsClang adds e0203b25af9 [lldb][NFC] Simplify CompilerDecl and CompilerDeclContext i [...] adds f39277c1d37 [lldb][NFC] Remove unused variable in ClangASTSource::CompleteType adds c2dd84e396d [lldb][NFC] Remove CompilerDeclContext::IsClang adds ed864745c97 [OpenMP][test] Fix test on MIPS-based buildbots adds acd7fe8636a [AArch64][v8.3a] Don't emit LDRA '[xN]!' alias in disassembly. adds 256ad954a9e AMDGPU: Reuse carry out register during FI elimination adds b4dfc5508f9 [LLDB] Fix wrong argument in CommandObjectThreadStepWithTyp [...] adds bdad3ec75ab [LLDB] On Windows, force error message formatting to English new c671639af6a [lldb] NFC: refactor CompileUnit::ResolveSymbolContext
The 1 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: .../tool/clang-include-fixer.py | 18 +- .../clang-tidy/tool/ClangTidyMain.cpp | 3 +- clang-tools-extra/clangd/Selection.cpp | 5 +- clang-tools-extra/clangd/refactor/Rename.cpp | 38 +- clang-tools-extra/clangd/unittests/RenameTests.cpp | 28 ++ .../clangd/unittests/SelectionTests.cpp | 2 +- .../clangd/unittests/SemanticSelectionTests.cpp | 5 +- clang/include/clang/Basic/DiagnosticGroups.td | 1 + clang/lib/CodeGen/CGExprAgg.cpp | 2 +- clang/lib/CodeGen/CGExprScalar.cpp | 4 +- clang/lib/CodeGen/ConstantEmitter.h | 2 +- clang/lib/Parse/ParseTentative.cpp | 14 +- clang/test/CodeGen/label-array-aggregate-init.c | 6 + clang/test/OpenMP/parallel_codegen.cpp | 2 +- clang/test/Parser/cxx-ambig-decl-expr.cpp | 22 + clang/test/SemaCXX/deprecated-copy.cpp | 1 + compiler-rt/lib/builtins/CMakeLists.txt | 7 + compiler-rt/lib/builtins/i386/fp_mode.c | 39 ++ compiler-rt/test/builtins/Unit/addtf3_test.c | 3 +- compiler-rt/test/builtins/Unit/subtf3_test.c | 3 +- lldb/include/lldb/Core/STLUtils.h | 26 -- .../include/lldb/Interpreter/CommandReturnObject.h | 1 - lldb/include/lldb/Symbol/ClangASTContext.h | 3 +- lldb/include/lldb/Symbol/CompileUnit.h | 11 +- lldb/include/lldb/Symbol/CompilerDecl.h | 10 +- lldb/include/lldb/Symbol/CompilerDeclContext.h | 10 +- lldb/source/API/SBThread.cpp | 7 +- lldb/source/Commands/CommandObjectThread.cpp | 2 +- lldb/source/Core/AddressResolverFileLine.cpp | 7 +- .../ExpressionParser/Clang/ClangASTSource.cpp | 1 - .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 172 ++++---- .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h | 2 + .../SymbolFile/DWARF/DWARFASTParserClang.cpp | 491 ++++++++++----------- .../Plugins/SymbolFile/DWARF/DWARFASTParserClang.h | 5 + .../Plugins/SymbolFile/DWARF/DWARFDebugInfo.h | 6 - lldb/source/Symbol/ClangASTContext.cpp | 14 +- lldb/source/Symbol/CompileUnit.cpp | 137 +++--- lldb/source/Symbol/CompilerDecl.cpp | 5 - lldb/source/Symbol/CompilerDeclContext.cpp | 5 - lldb/source/Symbol/Symtab.cpp | 15 +- lldb/source/Symbol/Variable.cpp | 7 - lldb/source/Utility/ArchSpec.cpp | 3 + lldb/source/Utility/FileSpec.cpp | 16 +- lldb/source/Utility/Status.cpp | 11 +- .../Shell/ObjectFile/PECOFF/disassemble-thumb.yaml | 94 ++++ .../Shell/ObjectFile/PECOFF/section-types.yaml | 92 ++++ lldb/unittests/Utility/FileSpecTest.cpp | 68 ++- llvm/include/llvm/MC/MCAsmInfo.h | 6 + llvm/include/llvm/MC/MCSymbolXCOFF.h | 12 + llvm/lib/Analysis/InlineCost.cpp | 170 +++---- llvm/lib/BinaryFormat/XCOFF.cpp | 4 + .../CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 56 +-- .../CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 26 +- llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h | 1 - llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp | 8 +- llvm/lib/MC/MCSectionXCOFF.cpp | 2 + llvm/lib/Target/AArch64/AArch64InstrFormats.td | 2 +- llvm/lib/Target/AMDGPU/SIInstrInfo.cpp | 6 +- llvm/lib/Target/AMDGPU/SIRegisterInfo.cpp | 14 +- .../Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp | 1 + .../PowerPC/MCTargetDesc/PPCMCTargetDesc.cpp | 8 +- llvm/lib/Target/PowerPC/PPC.td | 17 +- llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | 130 +++++- llvm/lib/Target/X86/X86ISelLowering.cpp | 13 +- llvm/lib/Target/X86/X86InstrAVX512.td | 27 +- llvm/lib/Target/X86/X86InstrSSE.td | 39 +- .../CostModel/PowerPC/future-cost-model.ll | 16 + llvm/test/CodeGen/AMDGPU/llvm.amdgcn.mfma.ll | 26 +- .../CodeGen/AMDGPU/pei-scavenge-sgpr-carry-out.mir | 83 ++++ .../CodeGen/PowerPC/aix-lower-block-address.ll | 2 +- .../PowerPC/aix-lower-constant-pool-index.ll | 2 +- llvm/test/CodeGen/PowerPC/aix-lower-jump-table.ll | 2 +- .../CodeGen/PowerPC/aix-xcoff-data-only-notoc.ll | 12 + llvm/test/CodeGen/PowerPC/aix-xcoff-toc.ll | 48 ++ .../CodeGen/PowerPC/lower-globaladdr32-aix-asm.ll | 4 +- .../CodeGen/PowerPC/lower-globaladdr64-aix-asm.ll | 4 +- llvm/test/CodeGen/X86/fp-intrinsics.ll | 153 +++++++ llvm/test/CodeGen/X86/fp128-cast-strict.ll | 394 +++++++++++++++++ .../X86/{mmx-reg-usage.ll => mxcsr-reg-usage.ll} | 13 +- .../JITLink/X86/MachO_x86-64_relocations.s | 35 +- llvm/test/MC/AArch64/armv8.3a-signed-pointer.s | 4 +- .../AArch64/armv8.3a-signed-pointer.txt | 4 +- .../Transforms/Inline/inline-indirect-chain.ll | 55 +++ .../tools/llvm-readobj/elf-verdef-invalid.test | 236 ++++++++++ ...id-versioning.test => elf-verneed-invalid.test} | 3 +- llvm/test/tools/llvm-readobj/elf-versioninfo.test | 237 +--------- llvm/tools/llvm-readobj/ELFDumper.cpp | 40 +- llvm/unittests/ADT/TestGraph.h | 4 +- .../gn/secondary/compiler-rt/lib/builtins/BUILD.gn | 2 + 89 files changed, 2260 insertions(+), 1087 deletions(-) create mode 100644 clang/test/CodeGen/label-array-aggregate-init.c create mode 100644 compiler-rt/lib/builtins/i386/fp_mode.c delete mode 100644 lldb/include/lldb/Core/STLUtils.h create mode 100644 lldb/test/Shell/ObjectFile/PECOFF/disassemble-thumb.yaml create mode 100644 lldb/test/Shell/ObjectFile/PECOFF/section-types.yaml create mode 100644 llvm/test/Analysis/CostModel/PowerPC/future-cost-model.ll create mode 100644 llvm/test/CodeGen/PowerPC/aix-xcoff-data-only-notoc.ll create mode 100644 llvm/test/CodeGen/PowerPC/aix-xcoff-toc.ll rename llvm/test/CodeGen/X86/{mmx-reg-usage.ll => mxcsr-reg-usage.ll} (95%) create mode 100644 llvm/test/Transforms/Inline/inline-indirect-chain.ll create mode 100644 llvm/test/tools/llvm-readobj/elf-verdef-invalid.test rename llvm/test/tools/llvm-readobj/{elf-invalid-versioning.test => elf-verneed-in [...]