[mips][microMIPS] Implement CodeGen support for SW16 and LW16 instructions
authorZoran Jovanovic <zoran.jovanovic@imgtec.com>
Wed, 4 Feb 2015 15:43:17 +0000 (15:43 +0000)
committerZoran Jovanovic <zoran.jovanovic@imgtec.com>
Wed, 4 Feb 2015 15:43:17 +0000 (15:43 +0000)
commit8dc0ae66069d3de8d2fdb630028115af054aa2d0
tree564504fa953e192511296616e6c69f0bcba4e7b8
parent372730d7eeba1363fedf1edf117d20b6c66c429e
[mips][microMIPS] Implement CodeGen support for SW16 and LW16 instructions
Differential Revision: http://reviews.llvm.org/D6581

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228149 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MicroMipsInstrInfo.td
lib/Target/Mips/MipsISelDAGToDAG.cpp
lib/Target/Mips/MipsISelDAGToDAG.h
lib/Target/Mips/MipsInstrInfo.td
lib/Target/Mips/MipsSEISelDAGToDAG.cpp
lib/Target/Mips/MipsSEISelDAGToDAG.h
test/CodeGen/Mips/longbranch.ll
test/CodeGen/Mips/micromips-sw-lw-16.ll [new file with mode: 0644]