[mips] [IAS] Add support for the .insn directive.
authorToma Tabacu <toma.tabacu@imgtec.com>
Thu, 16 Apr 2015 09:53:47 +0000 (09:53 +0000)
committerToma Tabacu <toma.tabacu@imgtec.com>
Thu, 16 Apr 2015 09:53:47 +0000 (09:53 +0000)
commite7d84301cc24789e29e48babf48a38294f7232fc
treec1a73740be66f0aaeacf5e36c3a8221f400c0256
parent61cf1a8047add305e2f22a15d1f1d75859c40abb
[mips] [IAS] Add support for the .insn directive.

Summary:
This assembler directive marks the current label as an instruction label in microMIPS and MIPS16.

This initial implementation works only for microMIPS.

Reviewers: dsanders

Reviewed By: dsanders

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D8006

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235084 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.cpp
lib/Target/Mips/MCTargetDesc/MipsELFStreamer.h
lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp
lib/Target/Mips/MipsTargetStreamer.h
test/MC/Mips/insn-directive.s [new file with mode: 0644]