This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6c6dbe6 [AMDGPU] Disassembler: print label names in branch instructions new ecba024 Revert "[AMDGPU] Disassembler: print label names in branch in [...] new 679be7e [AVR] Add AVRMCExpr
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: .../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 58 ------- .../AMDGPU/Disassembler/AMDGPUDisassembler.h | 163 +++++++----------- lib/Target/AMDGPU/SIInstrInfo.td | 1 - lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h | 149 ++++++++++++++++ lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp | 189 +++++++++++++++++++++ lib/Target/AVR/MCTargetDesc/AVRMCExpr.h | 88 ++++++++++ lib/Target/AVR/MCTargetDesc/CMakeLists.txt | 1 + test/MC/AMDGPU/labels-branch.s | 6 +- tools/llvm-objdump/llvm-objdump.cpp | 12 -- 9 files changed, 496 insertions(+), 171 deletions(-) create mode 100644 lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h create mode 100644 lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp create mode 100644 lib/Target/AVR/MCTargetDesc/AVRMCExpr.h