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-allyesconfig in repository toolchain/ci/llvm-project.
from 824a8593328 [AArch64] Don't promote constants with float ConstantExpr. adds 3254a001fc2 [SVE] Remove usages of VectorType::getNumElements() from AMDGPU adds 6025fc2243c Add .debug_ranges support to the DWARF YAML. adds 6045a804b94 [Attributor] Check lines accidentally not committed with D76208 adds 425333c23be [Attributor] Improve the alignment of the loads adds 9ed9860d877 [cmake] Check for empty LLVM_PTHREAD_LIB adds 382d3a85e2a [AARch64] Add Marvell ThunderX3T110 support adds 2a77d1d0ed1 [SVE] Remove usages of VectorType::getNumElements() from Hexagon adds 4f4b5b98a2a [cmake] Need PUBLIC dependencies for object targets even if [...] adds 6701993027f [cmake] fix typo. adds fa8c2ae76f7 [X86] Return true from trySADReplacement in the partial red [...] adds fd842d36266 [CodeGen][NFC] Fix test/CodeGen/pr45476.cpp to specify targ [...] adds a255870f039 Propagate MIFlags in table gen adds 79af7314fbd Fix PS4 build of compiler-rt runtime. adds 1c1fb350c59 [demangler] Support for 'this' expressions adds 50a81ea2bce Don't apply lvalue-to-rvalue conversion in DefaultLValueCon [...] adds 6e73f12a641 Fix buildbots errors after comitting D78782. adds 20db891cef9 Fix typo in error message new d3530e95f1d [MLIR][cmake] don't glob for sources.
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: clang/include/clang/Sema/Sema.h | 5 +- clang/lib/Sema/SemaExpr.cpp | 4 + clang/lib/Sema/SemaStmt.cpp | 5 +- clang/test/CXX/expr/p10-0x.cpp | 9 + clang/test/CodeGen/pr45476.cpp | 9 +- clang/test/Driver/aarch64-cpus.c | 28 + clang/test/SemaCXX/warn-unused-value-cxx11.cpp | 11 +- compiler-rt/lib/profile/InstrProfilingUtil.h | 1 + libcxxabi/src/demangle/ItaniumDemangle.h | 3 + libcxxabi/test/test_demangle.pass.cpp | 2 + lldb/source/Commands/CommandObjectGUI.cpp | 2 +- llvm/cmake/modules/AddLLVM.cmake | 8 +- .../CodeGen/GlobalISel/InstructionSelectorImpl.h | 11 + llvm/include/llvm/Demangle/ItaniumDemangle.h | 3 + llvm/include/llvm/ObjectYAML/DWARFEmitter.h | 1 + llvm/include/llvm/ObjectYAML/DWARFYAML.h | 25 + llvm/include/llvm/Support/AArch64TargetParser.def | 4 + llvm/lib/ObjectYAML/DWARFEmitter.cpp | 19 + llvm/lib/ObjectYAML/DWARFYAML.cpp | 15 + llvm/lib/ObjectYAML/MachOEmitter.cpp | 2 + llvm/lib/Target/AArch64/AArch64.td | 26 + llvm/lib/Target/AArch64/AArch64SchedA53.td | 3 +- llvm/lib/Target/AArch64/AArch64SchedA57.td | 3 +- llvm/lib/Target/AArch64/AArch64SchedCyclone.td | 3 +- llvm/lib/Target/AArch64/AArch64SchedExynosM3.td | 3 +- llvm/lib/Target/AArch64/AArch64SchedExynosM4.td | 3 +- llvm/lib/Target/AArch64/AArch64SchedExynosM5.td | 3 +- llvm/lib/Target/AArch64/AArch64SchedFalkor.td | 4 +- llvm/lib/Target/AArch64/AArch64SchedKryo.td | 4 +- llvm/lib/Target/AArch64/AArch64SchedThunderX.td | 4 +- .../lib/Target/AArch64/AArch64SchedThunderX2T99.td | 4 +- .../Target/AArch64/AArch64SchedThunderX3T110.td | 1997 ++++++++++++++++++++ llvm/lib/Target/AArch64/AArch64Subtarget.cpp | 11 + llvm/lib/Target/AArch64/AArch64Subtarget.h | 3 +- llvm/lib/Target/AMDGPU/AMDGPUCodeGenPrepare.cpp | 8 +- .../Target/AMDGPU/AMDGPUHSAMetadataStreamer.cpp | 4 +- llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp | 4 +- .../Target/AMDGPU/AMDGPULowerKernelArguments.cpp | 2 +- .../Target/AMDGPU/AMDGPUPrintfRuntimeBinding.cpp | 6 +- llvm/lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 8 +- .../Target/AMDGPU/AMDGPURewriteOutArguments.cpp | 4 +- .../Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 2 +- llvm/lib/Target/AMDGPU/SIISelLowering.cpp | 5 +- .../Target/Hexagon/HexagonTargetTransformInfo.cpp | 2 +- llvm/lib/Target/X86/X86PartialReduction.cpp | 2 +- llvm/lib/Transforms/IPO/AttributorAttributes.cpp | 27 +- .../AArch64/GlobalISel/select-jump-table-brjt.mir | 4 +- .../CodeGen/AArch64/aarch64-combine-fmul-fsub.mir | 1 + llvm/test/CodeGen/AArch64/cpus.ll | 1 + llvm/test/CodeGen/AArch64/machine-combiner-madd.ll | 1 + .../AArch64/preferred-function-alignment.ll | 1 + llvm/test/CodeGen/AArch64/remat.ll | 1 + .../ArgumentPromotion/2008-02-01-ReturnAttrs.ll | 2 +- .../Attributor/ArgumentPromotion/X86/attributes.ll | 2 +- .../X86/min-legal-vector-width.ll | 12 +- .../Attributor/ArgumentPromotion/alignment.ll | 114 +- .../Attributor/ArgumentPromotion/attrs.ll | 12 +- .../Attributor/ArgumentPromotion/basictest.ll | 6 +- .../Attributor/ArgumentPromotion/byval-2.ll | 2 +- .../Attributor/ArgumentPromotion/byval.ll | 18 +- .../Attributor/ArgumentPromotion/control-flow2.ll | 2 +- .../Attributor/ArgumentPromotion/profile.ll | 2 +- .../IPConstantProp/2009-09-24-byval-ptr.ll | 10 +- .../Transforms/Attributor/dereferenceable-1.ll | 39 + .../test/Transforms/Attributor/internal-noalias.ll | 4 +- llvm/test/Transforms/Attributor/misc_crash.ll | 14 +- .../tools/obj2yaml/macho-DWARF-debug-ranges.yaml | 246 +++ llvm/tools/obj2yaml/dwarf2yaml.cpp | 34 + llvm/unittests/Support/TargetParserTest.cpp | 9 +- mlir/lib/Dialect/SCF/CMakeLists.txt | 3 +- mlir/lib/IR/CMakeLists.txt | 28 +- mlir/lib/Pass/CMakeLists.txt | 8 +- 72 files changed, 2776 insertions(+), 112 deletions(-) create mode 100644 llvm/lib/Target/AArch64/AArch64SchedThunderX3T110.td create mode 100644 llvm/test/tools/obj2yaml/macho-DWARF-debug-ranges.yaml