This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 05713200d0e [DAGCombine] Do not try to deduplicate commutative operatio [...] new ef4534aee52 Reland "[mips][mt][6/7] Add support for mftr, mttr instructions."
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 | 219 +++++++++++++++++++++ .../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 15 ++ lib/Target/Mips/MipsMTInstrFormats.td | 21 ++ lib/Target/Mips/MipsMTInstrInfo.td | 110 +++++++++++ lib/Target/Mips/MipsSchedule.td | 4 + lib/Target/Mips/MipsScheduleGeneric.td | 4 +- lib/Target/Mips/MipsTargetStreamer.h | 3 + test/MC/Disassembler/Mips/mt/valid-r2-el.txt | 21 +- test/MC/Disassembler/Mips/mt/valid-r2.txt | 21 +- test/MC/Mips/mt/invalid-wrong-error.s | 4 + test/MC/Mips/mt/invalid.s | 41 ++-- .../mt/mftr-mttr-aliases-invalid-wrong-error.s | 18 ++ test/MC/Mips/mt/mftr-mttr-aliases-invalid.s | 23 +++ test/MC/Mips/mt/mftr-mttr-aliases.s | 47 +++++ test/MC/Mips/mt/mftr-mttr-reserved-valid.s | 8 + test/MC/Mips/mt/valid.s | 42 ++-- 16 files changed, 574 insertions(+), 27 deletions(-) create mode 100644 test/MC/Mips/mt/invalid-wrong-error.s create mode 100644 test/MC/Mips/mt/mftr-mttr-aliases-invalid-wrong-error.s create mode 100644 test/MC/Mips/mt/mftr-mttr-aliases-invalid.s create mode 100644 test/MC/Mips/mt/mftr-mttr-aliases.s create mode 100644 test/MC/Mips/mt/mftr-mttr-reserved-valid.s