This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f73cdf9fe26 [llvm-exegesis] Temporarily disable a few tests. new 3fb0112ac22 Re-commit r329179 after fixing build&test issues
The 1 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 + .../Generic/accel-table-hash-collisions.ll | 2 +- test/DebugInfo/Generic/cross-cu-inlining.ll | 2 +- .../Generic/debug-names-hash-collisions.ll | 96 ++ test/DebugInfo/Generic/debug-names-many-cu.ll | 1611 ++++++++++++++++++++ .../Generic/debug-names-name-collisions.ll | 69 + test/DebugInfo/Generic/debug-names-one-cu.ll | 41 + test/DebugInfo/Generic/debug-names-two-cu.ll | 56 + test/DebugInfo/X86/coff_debug_info_type.ll | 6 +- 14 files changed, 2257 insertions(+), 36 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