This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 55371ce3e71 [AArch64] add missing pattern for insert_subvector undef new 4d09eef8ec5 Revert r326932: [DebugInfo] Support DWARF expressions in eh_frame new 6b4f6ae0915 [AArch64] Adjust the cost of integer vector division
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/DebugInfo/DWARF/DWARFDataExtractor.h | 7 - include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h | 278 +---------- include/llvm/DebugInfo/DWARF/DWARFExpression.h | 14 +- include/llvm/Support/ScopedPrinter.h | 2 - lib/DebugInfo/DWARF/DWARFContext.cpp | 12 +- lib/DebugInfo/DWARF/DWARFDataExtractor.cpp | 69 --- lib/DebugInfo/DWARF/DWARFDebugFrame.cpp | 545 ++++++++++++++------- lib/DebugInfo/DWARF/DWARFExpression.cpp | 5 +- lib/ObjectYAML/ELFYAML.cpp | 1 - lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 60 ++- test/Analysis/CostModel/AArch64/div.ll | 38 ++ .../Inputs/dwarf-exprs.exe-x86-64.yaml | 46 -- test/tools/llvm-readobj/unwind.test | 170 ------- tools/llvm-readobj/CMakeLists.txt | 1 - tools/llvm-readobj/DwarfCFIEHPrinter.h | 244 --------- tools/llvm-readobj/ELFDumper.cpp | 6 - 16 files changed, 465 insertions(+), 1033 deletions(-) create mode 100644 test/Analysis/CostModel/AArch64/div.ll delete mode 100644 test/tools/llvm-readobj/Inputs/dwarf-exprs.exe-x86-64.yaml delete mode 100644 test/tools/llvm-readobj/unwind.test delete mode 100644 tools/llvm-readobj/DwarfCFIEHPrinter.h