This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 40fd3619367 [TargetLowering] Extend bool args to inline-asm according t [...] new 0b58446fa38 MC: Allow getMaxInstLength to depend on the subtarget new 3cf43c5da03 AMDGPU: Move disassembler support check to constructor
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/CodeGen/TargetInstrInfo.h | 5 ++-- include/llvm/MC/MCAsmInfo.h | 9 +++++- lib/CodeGen/TargetInstrInfo.cpp | 8 ++++-- .../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 21 ++++++++------ .../AMDGPU/Disassembler/AMDGPUDisassembler.h | 5 ++-- lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.cpp | 22 ++++++++++++++- lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCAsmInfo.h | 1 + lib/Target/AMDGPU/SIInstrInfo.cpp | 3 +- lib/Target/Hexagon/HexagonInstrInfo.cpp | 6 ++-- lib/Target/Hexagon/HexagonInstrInfo.h | 6 ++-- .../AMDGPU/branch-relaxation-inst-size-gfx10.ll | 33 ++++++++++++++++++++++ 11 files changed, 96 insertions(+), 23 deletions(-) create mode 100644 test/CodeGen/AMDGPU/branch-relaxation-inst-size-gfx10.ll