This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1fa54409353 [x86] fold the mask op on 8- and 16-bit rotates new 1d2cebd9453 Revert "Reland "[mips][mt][6/7] Add support for mftr, mttr [...]
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 | 14 -- .../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, 14 insertions(+), 560 deletions(-) delete mode 100644 test/MC/Mips/mt/invalid-wrong-error.s delete mode 100644 test/MC/Mips/mt/mftr-mttr-aliases-invalid-wrong-error.s delete mode 100644 test/MC/Mips/mt/mftr-mttr-aliases-invalid.s delete mode 100644 test/MC/Mips/mt/mftr-mttr-aliases.s delete mode 100644 test/MC/Mips/mt/mftr-mttr-reserved-valid.s