This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 70c6728fba5 [X86][SSE] Add vselect with zero tests (PR28925) new 6ad4356f4dd [dwarfdump] Make .eh_frame an alias for .debug_frame new 80ee0e02a2a [ARM] Fix for indexed dot product instruction descriptions
The 2 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/BinaryFormat/Dwarf.def | 2 +- include/llvm/DebugInfo/DIContext.h | 4 +--- include/llvm/DebugInfo/DWARF/DWARFContext.h | 3 +-- lib/DebugInfo/DWARF/DWARFContext.cpp | 15 +++++++-------- lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 12 +++++++++--- lib/Target/ARM/ARMInstrNEON.td | 2 +- test/DebugInfo/dwarfdump-debug-frame-simple.test | 5 ++--- test/MC/ARM/armv8.2a-dotprod-error.s | 22 ++++++++++++++++++++++ test/MC/X86/i386-darwin-frame-register.ll | 2 +- test/tools/dsymutil/X86/frame-1.test | 4 ++-- test/tools/dsymutil/X86/frame-2.test | 4 ++-- tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 4 +++- tools/llvm-objdump/MachODump.cpp | 5 ++--- tools/llvm-objdump/llvm-objdump.cpp | 3 +-- unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp | 6 +++--- 15 files changed, 58 insertions(+), 35 deletions(-)