This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 72018484653 [X86][tests] Added rotate_vec.ll CodeGen test. NFC precommi [...] new 92aa19c9813 [lit] add a -vv option to echo all executed commands. new e603cb062fc Revert "[mips][mt][6/7] Add support for mftr, mttr instructions."
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: docs/CommandGuide/lit.rst | 7 + 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/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 | 3 - test/MC/Mips/mt/invalid.s | 38 ++-- .../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 ++-- utils/lit/lit/LitConfig.py | 4 +- utils/lit/lit/TestRunner.py | 2 + utils/lit/lit/main.py | 12 +- 19 files changed, 48 insertions(+), 570 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