This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f0c95e1f1a4 PR32710: Disable using PMADDWD for unsigned short. new e708328af67 Update the madd.ll test with utils/update_llc_test_checks.py (NFC) new fd134f768b3 Using address range map to speedup finding inline stack for [...]
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/DWARFDie.h | 7 - include/llvm/DebugInfo/DWARF/DWARFUnit.h | 13 +- lib/DebugInfo/DWARF/DWARFDie.cpp | 26 --- lib/DebugInfo/DWARF/DWARFUnit.cpp | 65 ++++-- test/CodeGen/X86/madd.ll | 312 ++++++++++++++++++++++----- test/tools/llvm-symbolizer/padding-x86_64.ll | 40 ++++ 6 files changed, 363 insertions(+), 100 deletions(-) create mode 100644 test/tools/llvm-symbolizer/padding-x86_64.ll