This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4f26ae4cab2 [mips] Add test case to check that calls to mcount follow l [...] new c428d374bf2 [AMDGPU][MC] Added support of 256- and 512-bit tuples of tt [...]
The 1 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: lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 6 + lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 6 +- .../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 35 +++- .../AMDGPU/Disassembler/AMDGPUDisassembler.h | 3 + .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 4 +- lib/Target/AMDGPU/SIRegisterInfo.td | 182 +++++++++++++++++---- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 4 + test/MC/AMDGPU/trap.s | 42 +++++ test/MC/Disassembler/AMDGPU/trap_gfx9.txt | 32 ++++ test/MC/Disassembler/AMDGPU/trap_vi.txt | 16 ++ 10 files changed, 287 insertions(+), 43 deletions(-)