This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1fbc8d5ac0c [llvm-nm] Revert inadvertently committed 'i' change in r359314 new 834873d34dc [AMDGPU] gfx1010 VOP2 changes new 72692e8b5fc [X86] Segment registers should have i16 type not i32. new 4027ba94cd5 [X86] Sink NoRegister creation for unused Base/Index regist [...]
The 3 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/AMDGPUISelDAGToDAG.cpp | 52 ++ lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 100 +++- .../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 58 ++- lib/Target/AMDGPU/SIInstrInfo.cpp | 4 +- lib/Target/AMDGPU/VOP1Instructions.td | 1 + lib/Target/AMDGPU/VOP2Instructions.td | 544 ++++++++++++++++----- lib/Target/X86/X86ISelDAGToDAG.cpp | 64 +-- test/CodeGen/AMDGPU/max-sgprs.ll | 25 + test/MC/Disassembler/AMDGPU/null-reg.txt | 7 + 9 files changed, 664 insertions(+), 191 deletions(-) create mode 100644 test/CodeGen/AMDGPU/max-sgprs.ll create mode 100644 test/MC/Disassembler/AMDGPU/null-reg.txt