This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b24532b Reset isUndef when removing subreg from a def operand new 5c13456 [LTO] Constify the Module Hook function (NFC) new b469a38 [mips][ias] Support .dtprel[d]word and .tprel[d]word directives
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/LTO/Config.h | 6 +- include/llvm/MC/MCAsmInfo.h | 12 +++ include/llvm/MC/MCFixup.h | 4 + include/llvm/MC/MCObjectStreamer.h | 4 + include/llvm/MC/MCStreamer.h | 28 +++++++ lib/LTO/LTOBackend.cpp | 2 +- lib/MC/MCAsmBackend.cpp | 4 + lib/MC/MCAsmStreamer.cpp | 33 ++++++++ lib/MC/MCObjectStreamer.cpp | 42 +++++++++- lib/MC/MCStreamer.cpp | 16 ++++ lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 98 +++++++++++++++++++++- lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 4 + .../Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 8 ++ lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp | 4 + test/MC/Mips/relocation.s | 18 ++-- 15 files changed, 271 insertions(+), 12 deletions(-)