This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e4c0214 [X86][SSE2] Added _mm_move_* tests new 785d7f7 ps][microMIPS] Add R_MICROMIPS_PC21_S1 relocation new d8bb9ec [AMDGPU][llvm-mc] Fixes to support buffer atomics.
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/Support/ELFRelocs/Mips.def | 2 +- lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 86 ++++++++- lib/Target/AMDGPU/SIInstrInfo.td | 13 +- lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 12 +- .../Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 4 +- lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h | 3 + lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | 5 +- test/MC/AMDGPU/mubuf.s | 203 ++++++++++++++++++++- test/MC/AMDGPU/trap.s | 4 + test/MC/Disassembler/AMDGPU/mubuf_vi.txt | 119 ++++++++++++ test/MC/Mips/micromips32r6/relocations.s | 10 + test/MC/Mips/micromips64r6/relocations.s | 10 + 12 files changed, 455 insertions(+), 16 deletions(-)