]> granicus.if.org Git - llvm/commit
[mips] [IAS] Add support for the .set softfloat/hardfloat directives.
authorToma Tabacu <toma.tabacu@imgtec.com>
Tue, 2 Jun 2015 09:48:04 +0000 (09:48 +0000)
committerToma Tabacu <toma.tabacu@imgtec.com>
Tue, 2 Jun 2015 09:48:04 +0000 (09:48 +0000)
commita5f14070fa1350df28c79a9ce8e0d8f21ec8b7c3
tree39b5fdfd7b43168ffaca12960f0ec6ca7d3d02d6
parentd929045eb54ed81673198d358b53b5e40d182fd6
[mips] [IAS] Add support for the .set softfloat/hardfloat directives.

Summary: These directives are used to set the current value of the SoftFloat feature.

Reviewers: dsanders

Reviewed By: dsanders

Subscribers: llvm-commits, mpf

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

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