This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 97d47c0facf [BinaryFormat] Remove dangling declaration of DiscriminantString new a6b1e26f19f [mips] Handle 'M' and 'L' operand codes for memory operands new 75f9b54f1ee [mips] Support 'y' operand code to print exact log2 of the operand
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: lib/Target/Mips/MipsAsmPrinter.cpp | 29 +++++++++++++++++++++++------ test/CodeGen/Mips/inlineasm-opcode-bad-y.ll | 11 +++++++++++ test/CodeGen/Mips/inlineasm-operand-code.ll | 11 +++++++++++ test/CodeGen/Mips/inlineasmmemop.ll | 22 +++++++++++++++++++++- 4 files changed, 66 insertions(+), 7 deletions(-) create mode 100644 test/CodeGen/Mips/inlineasm-opcode-bad-y.ll