This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 39bfdfaa942 [PDB] Enable NativeSession to create symbols for built-in t [...] new de79ef835a3 Fix non-Windows build after PDB native builtin type change new 1ece62aab5f [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: .../DebugInfo/PDB/Native/NativeBuiltinSymbol.h | 2 +- lib/DebugInfo/PDB/Native/NativeBuiltinSymbol.cpp | 2 +- lib/DebugInfo/PDB/Native/NativeSession.cpp | 12 +- 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 ++-- 18 files changed, 577 insertions(+), 32 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