This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5975742 ThinLTO: fix another non-determinism in bitcode writing new 2365c02 [mips] Addition of a third operand to the instructions [d]div [...]
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: lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 17 ++++---- lib/Target/Mips/MipsInstrInfo.td | 39 ++++++++++++----- test/MC/Mips/macro-ddiv-bad.s | 22 +++++----- test/MC/Mips/macro-ddiv.s | 41 ++++++++++++++++++ test/MC/Mips/macro-ddivu-bad.s | 16 +++---- test/MC/Mips/macro-ddivu.s | 39 +++++++++++++++++ test/MC/Mips/macro-div-bad.s | 2 +- test/MC/Mips/macro-div.s | 39 +++++++++++++++++ test/MC/Mips/macro-divu-bad.s | 2 +- test/MC/Mips/macro-divu.s | 65 +++++++++++++++++++++++------ 10 files changed, 228 insertions(+), 54 deletions(-)