This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b68584d [Sparc][LEON] Removed the parts of the errata fixes implement [...] new 03d3176 AMDGPU] Assembler: better support for immediate literals in a [...]
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/AMDGPUInstructions.td | 7 - lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 507 +++++++++++++++------ .../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 2 +- lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 45 +- lib/Target/AMDGPU/SIDefines.h | 19 +- lib/Target/AMDGPU/SIInstrInfo.cpp | 10 +- lib/Target/AMDGPU/SIInstrInfo.td | 255 ++++++----- lib/Target/AMDGPU/SIInstructions.td | 14 +- lib/Target/AMDGPU/SIRegisterInfo.cpp | 6 +- lib/Target/AMDGPU/SIRegisterInfo.td | 73 ++- lib/Target/AMDGPU/SOPInstructions.td | 30 +- lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 70 +++ lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 19 + lib/Target/AMDGPU/VIInstructions.td | 2 +- test/MC/AMDGPU/literals.s | 477 +++++++++++++++++++ test/MC/AMDGPU/reg-syntax-extra.s | 2 +- test/MC/AMDGPU/regression/bug28165.s | 11 + test/MC/AMDGPU/regression/bug28413.s | 4 +- test/MC/AMDGPU/sop1-err.s | 11 - test/MC/AMDGPU/trap.s | 2 +- test/MC/AMDGPU/vop1.s | 136 +++--- test/MC/AMDGPU/vop2.s | 170 +++---- test/MC/AMDGPU/vop3-convert.s | 411 +++++++++++++++++ 23 files changed, 1764 insertions(+), 519 deletions(-) create mode 100644 test/MC/AMDGPU/literals.s create mode 100644 test/MC/AMDGPU/regression/bug28165.s create mode 100644 test/MC/AMDGPU/vop3-convert.s