This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fdbb56de7e5 [llvm-exegesis] Do not initialize FileDescriptor when libpf [...] new a3a182263ca Remove duplicate tablegen lines from AVR target. new 7e97238dd7a [CodeGen] Generate DWARF v5 Accelerator Tables
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/CodeGen/AccelTable.h | 29 + include/llvm/MC/MCObjectFileInfo.h | 14 +- lib/CodeGen/AsmPrinter/AccelTable.cpp | 244 +++ lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 89 +- lib/CodeGen/AsmPrinter/DwarfDebug.h | 24 +- lib/MC/MCObjectFileInfo.cpp | 10 + lib/Target/AVR/CMakeLists.txt | 8 +- .../Generic/accel-table-hash-collisions.ll | 2 +- test/DebugInfo/Generic/cross-cu-inlining.ll | 2 +- .../Generic/debug-names-hash-collisions.ll | 101 ++ test/DebugInfo/Generic/debug-names-many-cu.ll | 1614 ++++++++++++++++++++ .../Generic/debug-names-name-collisions.ll | 74 + test/DebugInfo/Generic/debug-names-one-cu.ll | 44 + test/DebugInfo/Generic/debug-names-two-cu.ll | 59 + test/DebugInfo/X86/coff_debug_info_type.ll | 6 +- 15 files changed, 2278 insertions(+), 42 deletions(-) create mode 100644 test/DebugInfo/Generic/debug-names-hash-collisions.ll create mode 100644 test/DebugInfo/Generic/debug-names-many-cu.ll create mode 100644 test/DebugInfo/Generic/debug-names-name-collisions.ll create mode 100644 test/DebugInfo/Generic/debug-names-one-cu.ll create mode 100644 test/DebugInfo/Generic/debug-names-two-cu.ll