This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 161b88e5170 [X86][CodeGen][NFC] Delay `combineIncDecVector()` from DAGC [...] new 228c7780c56 [DebugInfo] LiveDebugValues should always revisit backedges [...] new 3f6c7421307 [ARM] MVE Masked loads and stores new ec34b0bdef5 [llvm-readobj/llvm-readelf] - Report a proper warning when [...] new 4db04160167 [yaml2obj] - Allow placing local symbols after globals.
The 4 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: include/llvm/Object/ELFTypes.h | 6 +- lib/CodeGen/LiveDebugValues.cpp | 54 +- lib/ObjectYAML/ELFEmitter.cpp | 24 +- lib/Target/ARM/ARMISelLowering.cpp | 31 + lib/Target/ARM/ARMInstrMVE.td | 82 + lib/Target/ARM/ARMTargetTransformInfo.h | 14 + test/CodeGen/ARM/debug-info-blocks.ll | 3 + test/CodeGen/Thumb2/mve-masked-ldst.ll | 776 +---- test/CodeGen/Thumb2/mve-masked-load.ll | 3033 ++------------------ test/CodeGen/Thumb2/mve-masked-store.ll | 1928 ++----------- .../AArch64/compiler-gen-bbs-livedebugvalues.mir | 1 + .../MIR/X86/live-debug-values-entry-transfer.mir | 122 + test/DebugInfo/X86/DW_AT_location-reference.ll | 5 +- .../X86/live-debug-values-remove-range.ll | 69 +- test/Object/invalid.test | 2 +- .../elf-broken-dynamic-reloc-name.test | 51 + test/tools/yaml2obj/elf-symbols-binding-order.yaml | 38 +- tools/llvm-readobj/ELFDumper.cpp | 44 +- 18 files changed, 902 insertions(+), 5381 deletions(-) create mode 100644 test/DebugInfo/MIR/X86/live-debug-values-entry-transfer.mir create mode 100644 test/tools/llvm-readobj/elf-broken-dynamic-reloc-name.test