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 854f5f332af [Sema] Teach -Wcast-align to compute an accurate alignment [...] adds d48ef7cab55 [lldb] Print full Clang diagnostics when the ClangModulesDe [...] adds 170ac4be339 [CSInfo][ISEL] Call site info generation support for Mips adds 7fc5f28068d [mlir] LinalgToStandard: add build dependency on MLIRPass adds 7ccae2cece7 [yaml2obj] - Introduce the "Offset" property for sections. adds 56970ec6a0b [llvm-readobj] - --gnu-hash-table: do not crash when the GN [...] adds 4ead2cf76c4 [mlir] Rename conversions involving ex-Loop dialect to mention SCF adds 4549d830184 [GlobalISel] Update GIComplexOperandMatcher comment; NFC adds 969c63a2ecf [LLD][ELF] - Fix section-alignment.test after yaml2obj change. adds 8b845ac5edc Recommit "[lldb] Don't dissasemble large functions by default" adds 710d9d66f8e [DebugInfo] - DWARFDebugFrame: do not call abort() on errors. adds 36b9b1e6171 [lldb] Fixup command-disassemble-process.yaml test adds 1024e82469b X86ISelLowering.cpp - remove non-constant EXTRACT_SUBVECTOR [...] adds aef778d4d38 [clang-tidy] Fix assertion in RenamerClangTidyChecks adds 1a3b801db5a [analyzer] SATestBuild.py: Fix handling invalid plists afte [...] adds 5425cdc3adf [GlobalISel][InlineAsm] Add early return for memory inputs [...] adds 9d4b4f344d8 DAGCombiner.cpp - remove non-constant EXTRACT_SUBVECTOR/INS [...]
No new revisions were added by this update.
Summary of changes: .../clang-tidy/utils/RenamerClangTidyCheck.cpp | 2 + clang/lib/Frontend/CompilerInvocation.cpp | 3 +- clang/utils/analyzer/SATestBuild.py | 4 +- flang/tools/tco/CMakeLists.txt | 2 +- lld/test/ELF/invalid/section-alignment.test | 1 + lldb/source/Commands/CommandObjectDisassemble.cpp | 58 ++++++-- lldb/source/Commands/CommandObjectDisassemble.h | 9 +- lldb/source/Commands/Options.td | 4 +- .../Clang/ClangModulesDeclVendor.cpp | 37 +++++- .../ExpressionParser/Clang/ClangUserExpression.cpp | 24 +++- .../objc/foundation/TestFoundationDisassembly.py | 2 +- .../API/lang/objc/modules-compile-error/Makefile | 5 + .../TestModulesCompileError.py | 23 ++++ .../API/lang/objc/modules-compile-error/main.m | 5 + .../API/lang/objc/modules-compile-error/module.h | 5 + .../objc/modules-compile-error/module.modulemap | 1 + .../Commands/Inputs/command-disassemble.lldbinit | 10 +- .../Commands/command-disassemble-process.yaml | 11 +- lldb/test/Shell/Commands/command-disassemble.s | 72 +++++++++- llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h | 4 +- .../include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h | 2 +- llvm/include/llvm/ObjectYAML/ELFYAML.h | 1 + llvm/include/llvm/Target/GlobalISel/Target.td | 9 +- llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp | 7 + llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 147 +++++++++------------ llvm/lib/DebugInfo/DWARF/DWARFContext.cpp | 40 ++++-- llvm/lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 124 +++++++++-------- llvm/lib/ObjectYAML/ELFEmitter.cpp | 132 +++++++++--------- llvm/lib/ObjectYAML/ELFYAML.cpp | 1 + llvm/lib/Target/Mips/MipsISelLowering.cpp | 20 ++- llvm/lib/Target/Mips/MipsTargetMachine.cpp | 3 + llvm/lib/Target/X86/X86ISelLowering.cpp | 74 +++-------- .../CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 9 ++ llvm/test/CodeGen/Mips/call-site-info-output.ll | 65 +++++++++ .../CodeGen/Mips/dbg-call-site-info-reg-d-split.ll | 68 ++++++++++ .../test/DebugInfo/Mips/dw_op_entry_value_32bit.ll | 76 +++++++++++ .../test/DebugInfo/Mips/dw_op_entry_value_64bit.ll | 77 +++++++++++ llvm/test/DebugInfo/X86/eh-frame-cie-id.s | 7 +- llvm/test/tools/llvm-readobj/ELF/gnuhash.test | 30 ++++- llvm/test/tools/llvm-readobj/ELF/unwind.test | 32 ++++- .../tools/yaml2obj/ELF/custom-null-section.yaml | 25 ++++ llvm/test/tools/yaml2obj/ELF/section-offset.yaml | 134 +++++++++++++++++++ llvm/tools/llvm-readobj/DwarfCFIEHPrinter.h | 3 +- llvm/tools/llvm-readobj/ELFDumper.cpp | 24 +++- llvm/tools/llvm-readobj/ObjDumper.h | 2 +- llvm/tools/llvm-readobj/llvm-readobj.cpp | 2 +- mlir/examples/toy/Ch6/mlir/LowerToLLVM.cpp | 2 +- mlir/examples/toy/Ch7/mlir/LowerToLLVM.cpp | 2 +- mlir/include/mlir/Conversion/Passes.td | 12 +- .../LoopsToGPU.h => SCFToGPU/SCFToGPU.h} | 8 +- .../LoopsToGPUPass.h => SCFToGPU/SCFToGPUPass.h} | 9 +- .../SCFToStandard.h} | 8 +- .../VectorToSCF.h} | 12 +- mlir/include/mlir/Dialect/GPU/ParallelLoopMapper.h | 2 +- .../include/mlir/Dialect/Vector/VectorTransforms.h | 2 +- mlir/include/mlir/InitAllPasses.h | 4 +- mlir/lib/Conversion/CMakeLists.txt | 6 +- mlir/lib/Conversion/LinalgToLLVM/CMakeLists.txt | 6 +- mlir/lib/Conversion/LinalgToLLVM/LinalgToLLVM.cpp | 6 +- .../lib/Conversion/LinalgToStandard/CMakeLists.txt | 1 + .../{LoopsToGPU => SCFToGPU}/CMakeLists.txt | 8 +- .../LoopsToGPU.cpp => SCFToGPU/SCFToGPU.cpp} | 4 +- .../SCFToGPUPass.cpp} | 17 ++- .../CMakeLists.txt | 6 +- .../SCFToStandard.cpp} | 11 +- .../{VectorToLoops => VectorToSCF}/CMakeLists.txt | 6 +- .../VectorToSCF.cpp} | 6 +- .../Dialect/GPU/Transforms/ParallelLoopMapper.cpp | 2 +- mlir/lib/Dialect/Vector/VectorTransforms.cpp | 2 +- mlir/test/Conversion/LoopsToGPU/linalg_to_gpu.mlir | 2 +- .../LoopsToGPU/no_blocks_no_threads.mlir | 4 +- mlir/test/Conversion/LoopsToGPU/step_one.mlir | 4 +- mlir/test/Conversion/LoopsToGPU/step_positive.mlir | 2 +- .../Conversion/VectorToLoops/vector-to-loops.mlir | 2 +- mlir/test/Conversion/convert-to-cfg.mlir | 2 +- mlir/test/lib/Transforms/CMakeLists.txt | 4 +- .../lib/Transforms/TestGpuParallelLoopMapping.cpp | 2 +- ...onversion.cpp => TestVectorToSCFConversion.cpp} | 16 +-- mlir/test/mlir-cpu-runner/bare_ptr_call_conv.mlir | 2 +- mlir/test/mlir-cpu-runner/sgemm_naive_codegen.mlir | 2 +- mlir/tools/mlir-opt/mlir-opt.cpp | 4 +- 81 files changed, 1152 insertions(+), 432 deletions(-) create mode 100644 lldb/test/API/lang/objc/modules-compile-error/Makefile create mode 100644 lldb/test/API/lang/objc/modules-compile-error/TestModulesCompil [...] create mode 100644 lldb/test/API/lang/objc/modules-compile-error/main.m create mode 100644 lldb/test/API/lang/objc/modules-compile-error/module.h create mode 100644 lldb/test/API/lang/objc/modules-compile-error/module.modulemap create mode 100644 llvm/test/CodeGen/Mips/call-site-info-output.ll create mode 100644 llvm/test/CodeGen/Mips/dbg-call-site-info-reg-d-split.ll create mode 100644 llvm/test/DebugInfo/Mips/dw_op_entry_value_32bit.ll create mode 100644 llvm/test/DebugInfo/Mips/dw_op_entry_value_64bit.ll create mode 100644 llvm/test/tools/yaml2obj/ELF/section-offset.yaml rename mlir/include/mlir/Conversion/{LoopsToGPU/LoopsToGPU.h => SCFToGPU/SCFToGPU. [...] rename mlir/include/mlir/Conversion/{LoopsToGPU/LoopsToGPUPass.h => SCFToGPU/SCFTo [...] rename mlir/include/mlir/Conversion/{LoopToStandard/ConvertLoopToStandard.h => SCF [...] rename mlir/include/mlir/Conversion/{VectorToLoops/ConvertVectorToLoops.h => Vecto [...] rename mlir/lib/Conversion/{LoopsToGPU => SCFToGPU}/CMakeLists.txt (62%) rename mlir/lib/Conversion/{LoopsToGPU/LoopsToGPU.cpp => SCFToGPU/SCFToGPU.cpp} (99%) rename mlir/lib/Conversion/{LoopsToGPU/LoopsToGPUPass.cpp => SCFToGPU/SCFToGPUPass [...] rename mlir/lib/Conversion/{LoopToStandard => SCFToStandard}/CMakeLists.txt (52%) rename mlir/lib/Conversion/{LoopToStandard/LoopToStandard.cpp => SCFToStandard/SCF [...] rename mlir/lib/Conversion/{VectorToLoops => VectorToSCF}/CMakeLists.txt (50%) rename mlir/lib/Conversion/{VectorToLoops/ConvertVectorToLoops.cpp => VectorToSCF/ [...] rename mlir/test/lib/Transforms/{TestVectorToLoopsConversion.cpp => TestVectorToSC [...]