OSDN Git Service

[AMDGPU] Disassembler: print label names in branch instructions
authorSam Kolton <Sam.Kolton@amd.com>
Mon, 26 Sep 2016 10:05:50 +0000 (10:05 +0000)
committerSam Kolton <Sam.Kolton@amd.com>
Mon, 26 Sep 2016 10:05:50 +0000 (10:05 +0000)
commit6c6dbe625263ec9fcf8de0df27263cf147cde550
tree0cfb7c467dfd4a8978183eaaa6339521da121ae2
parentba54dc2e883758a2bcc45555308d1186a2180176
[AMDGPU] Disassembler: print label names in branch instructions

Summary: Add AMDGPUSymbolizer for finding names for labels from ELF symbol table.

Reviewers: vpykhtin, artem.tamazov, tstellarAMD

Subscribers: arsenm, kzhuravl, wdng, nhaehnle, yaxunl, tony-tye

Differential Revision: https://reviews.llvm.org/D24802

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282394 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
lib/Target/AMDGPU/SIInstrInfo.td
test/MC/AMDGPU/labels-branch.s
tools/llvm-objdump/llvm-objdump.cpp