This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8880d6274d8 [TableGen] CodeGenMapTable - Don't dereference a dyn_cast r [...] new c7e2fdea40c GSYM: Add the llvm::gsym::Header header class with tests new d343c49792d gn build: Merge r372149 new a5917e7992c [AMDGPU] Added MI bit IsDOT
The 3 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/GSYM/Header.h | 124 +++++++++++++++++++++ lib/DebugInfo/GSYM/CMakeLists.txt | 1 + lib/DebugInfo/GSYM/Header.cpp | 111 ++++++++++++++++++ lib/Target/AMDGPU/SIDefines.h | 5 +- lib/Target/AMDGPU/SIInstrFormats.td | 5 + lib/Target/AMDGPU/SIInstrInfo.h | 8 ++ lib/Target/AMDGPU/SIInstrInfo.td | 1 + lib/Target/AMDGPU/VOP2Instructions.td | 3 +- lib/Target/AMDGPU/VOP3PInstructions.td | 2 + unittests/DebugInfo/GSYM/GSYMTest.cpp | 102 +++++++++++++++++ .../gn/secondary/llvm/lib/DebugInfo/GSYM/BUILD.gn | 1 + 11 files changed, 361 insertions(+), 2 deletions(-) create mode 100644 include/llvm/DebugInfo/GSYM/Header.h create mode 100644 lib/DebugInfo/GSYM/Header.cpp