[mips] [IAS] Add support for the B{L,G}{T,E}(U) branch pseudo-instructions.
authorToma Tabacu <toma.tabacu@imgtec.com>
Wed, 17 Jun 2015 13:20:24 +0000 (13:20 +0000)
committerToma Tabacu <toma.tabacu@imgtec.com>
Wed, 17 Jun 2015 13:20:24 +0000 (13:20 +0000)
commit279a212ca2e070390f23b03419a3cc7c2ba9fdfe
tree92d62a8cd29b340c0f1f2c79de2e627cef40d45c
parent87f93f5387d824a0883207453be7cc7d13db877a
[mips] [IAS] Add support for the B{L,G}{T,E}(U) branch pseudo-instructions.

Summary:
This does not include support for the immediate variants of these pseudo-instructions.
Fixes llvm.org/PR20968.

Reviewers: dsanders

Reviewed By: dsanders

Subscribers: seanbruno, emaste, llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239905 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/MipsInstrInfo.td
test/MC/Mips/branch-pseudos-bad.s [new file with mode: 0644]
test/MC/Mips/branch-pseudos.s [new file with mode: 0644]
test/MC/Mips/set-nomacro.s