This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0074173 [mips][ias] Fix all the hacks related to MIPS-specific unary [...] new 0985f50 Revert r277988: [mips][ias] Fix all the hacks related to MIPS [...]
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/MC/MCAsmInfo.h | 5 - include/llvm/MC/MCParser/MCAsmLexer.h | 10 +- include/llvm/MC/MCParser/MCTargetAsmParser.h | 6 - lib/MC/MCParser/AsmLexer.cpp | 42 +--- lib/MC/MCParser/AsmParser.cpp | 37 ---- lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 233 ++++++++++++++------- lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 10 +- .../Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 4 - lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h | 4 - lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp | 1 - lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | 5 +- test/MC/Mips/expr1.s | 38 ++-- test/MC/Mips/relocation.s | 5 +- tools/llvm-mc/llvm-mc.cpp | 72 ------- 14 files changed, 185 insertions(+), 287 deletions(-)