This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 02e4b162370 [Support] Base SmartMutex on std::recursive_mutex new de0cf9041ae [Mips] Instruction `sc` now accepts symbol as an argument new 37301a7fa3c [mips] Use isMicroMips() function to check enabled feature [...] new 50ef2839f96 [mips] Make a couple of class methods plain static functions. NFC
The 3 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 | 81 ++++++++++++++-------- .../Mips/MCTargetDesc/MipsTargetStreamer.cpp | 55 ++++++++++++++- lib/Target/Mips/MipsTargetStreamer.h | 6 ++ test/MC/Mips/sym-sc.s | 74 ++++++++++++++++++++ 4 files changed, 185 insertions(+), 31 deletions(-) create mode 100644 test/MC/Mips/sym-sc.s