This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 02026c0 [AMDGPU] Assembler: prevent parseDPPCtrlOps from eating inval [...] new ddc5048 [mips][microMIPS] Add R_MICROMIPS_PC26_S1 relocation
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: include/llvm/Support/ELFRelocs/Mips.def | 2 +- lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 12 +++++++++++ .../Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 2 ++ lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h | 3 +++ lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | 8 +++++++- test/MC/Mips/micromips32r6/relocations.s | 24 ++++++++++++++++++++++ test/MC/Mips/micromips64r6/relocations.s | 23 +++++++++++++++++++++ 7 files changed, 72 insertions(+), 2 deletions(-) create mode 100644 test/MC/Mips/micromips32r6/relocations.s create mode 100644 test/MC/Mips/micromips64r6/relocations.s