This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d56fee3 [X86][SSSE3] Missing combine opportunity to simplify to a MOV [...] new c8b0a11 [mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relo [...]
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/MCExpr.h | 30 +-- lib/MC/ELFObjectWriter.cpp | 1 - lib/MC/MCELFStreamer.cpp | 4 - lib/MC/MCExpr.cpp | 31 +-- lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 179 +++++-------- lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp | 37 +-- lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp | 21 +- lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h | 3 +- .../Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 5 +- lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h | 7 +- lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp | 173 ++++++------ lib/Target/Mips/MCTargetDesc/MipsMCExpr.cpp | 295 +++++++++++++++++---- lib/Target/Mips/MCTargetDesc/MipsMCExpr.h | 66 +++-- .../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 25 +- lib/Target/Mips/MipsISelLowering.cpp | 2 +- lib/Target/Mips/MipsMCInstLower.cpp | 155 +++++++---- lib/Target/Mips/MipsMCInstLower.h | 7 +- test/MC/Mips/cprestore-noreorder.s | 10 +- test/MC/Mips/cprestore-reorder.s | 10 +- test/MC/Mips/expansion-jal-sym-pic.s | 72 ++--- test/MC/Mips/expr1.s | 44 +-- test/MC/Mips/macro-la.s | 8 +- test/MC/Mips/micromips-expansions.s | 8 +- test/MC/Mips/micromips-relocations.s | 28 +- test/MC/Mips/mips-expansions.s | 32 +-- test/MC/Mips/mips32r6/relocations.s | 4 +- test/MC/Mips/mips64r6/relocations.s | 4 +- test/MC/Mips/mips_directives.s | 2 +- test/MC/Mips/relocation.s | 46 ++-- 29 files changed, 710 insertions(+), 599 deletions(-)