This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ddc5048 [mips][microMIPS] Add R_MICROMIPS_PC26_S1 relocation new 88419b2 Refactor implied condition logic from ValueTracking directly [...] new 161372b [mips][microMIPS] Add R_MICROMIPS_PC19_S2 relocation
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/IR/InstrTypes.h | 20 ++++++++ lib/Analysis/ValueTracking.cpp | 54 +--------------------- lib/IR/Instructions.cpp | 52 +++++++++++++++++++++ lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 3 ++ .../Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 2 + lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h | 3 ++ lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | 5 +- test/MC/Mips/micromips32r6/relocations.s | 9 +++- test/MC/Mips/micromips64r6/relocations.s | 8 ++++ 9 files changed, 101 insertions(+), 55 deletions(-)