This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 482cfed [InstCombine] auto-generate better test checks; NFC new e1a6c0f Properly parse the TypeServer2 record. new 78b8ffc [AMDGPU][mc][tests][NFC] Add coverage/smoke Gfx7 asm test (3r [...]
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/CodeView/Formatters.h | 36 + include/llvm/DebugInfo/PDB/PDBExtras.h | 2 +- include/llvm/Support/FormatAdapters.h | 3 - lib/DebugInfo/CodeView/CMakeLists.txt | 1 + lib/DebugInfo/CodeView/Formatters.cpp | 37 + lib/DebugInfo/CodeView/TypeDumpVisitor.cpp | 7 +- lib/DebugInfo/CodeView/TypeRecordMapping.cpp | 3 + lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp | 8 +- lib/DebugInfo/PDB/PDBExtras.cpp | 26 +- test/MC/AMDGPU/gfx7_asm_all.s | 63289 +++++++++++++++++++++++++ 10 files changed, 63383 insertions(+), 29 deletions(-) create mode 100644 include/llvm/DebugInfo/CodeView/Formatters.h create mode 100644 lib/DebugInfo/CodeView/Formatters.cpp create mode 100644 test/MC/AMDGPU/gfx7_asm_all.s