This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 52bc7ab [asan] Avoid lifetime analysis for allocas with can be in amb [...] new 09e9256 [mips][microMIPS] Implement DBITSWAP, DLSA and LWUPC and add [...]
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 | 17 +++++++-- lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h | 5 ++- lib/Target/Mips/MicroMips64r6InstrFormats.td | 46 +++++++++++++++++++++++ lib/Target/Mips/MicroMips64r6InstrInfo.td | 35 +++++++++++++++++ lib/Target/Mips/Mips32r6InstrInfo.td | 2 +- lib/Target/Mips/Mips64r6InstrInfo.td | 8 +--- lib/Target/Mips/MipsInstrFormats.td | 4 ++ lib/Target/Mips/MipsInstrInfo.td | 21 ++++++++++- test/MC/Disassembler/Mips/micromips64r6/valid.txt | 4 ++ test/MC/Mips/micromips64r6/invalid.s | 10 +++++ test/MC/Mips/micromips64r6/valid.s | 6 +++ 11 files changed, 146 insertions(+), 12 deletions(-)