Remove neonfp attribute and instead set default based on CPU string. Add -arm-use...
authorDavid Goodwin <david_goodwin@apple.com>
Thu, 1 Oct 2009 22:19:57 +0000 (22:19 +0000)
committerDavid Goodwin <david_goodwin@apple.com>
Thu, 1 Oct 2009 22:19:57 +0000 (22:19 +0000)
commit9843a93e830e76f96e9a997b3002624a28ca5aa6
treefaad56e6175ff6097b9b93bf2be6cd89bf3657f7
parente4250396ea254b374436e94f391f1adb9bd94d20
Remove neonfp attribute and instead set default based on CPU string. Add -arm-use-neon-fp to override the default.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83218 91177308-0d34-0410-b5e6-96231b3b80d8
21 files changed:
lib/CodeGen/PostRASchedulerList.cpp
lib/Target/ARM/ARM.td
lib/Target/ARM/ARMSubtarget.cpp
test/CodeGen/ARM/fabss.ll
test/CodeGen/ARM/fadds.ll
test/CodeGen/ARM/fdivs.ll
test/CodeGen/ARM/fmacs.ll
test/CodeGen/ARM/fmscs.ll
test/CodeGen/ARM/fmuls.ll
test/CodeGen/ARM/fnegs.ll
test/CodeGen/ARM/fnmacs.ll
test/CodeGen/ARM/fnmscs.ll
test/CodeGen/ARM/fnmuls.ll
test/CodeGen/ARM/fp_convert.ll
test/CodeGen/ARM/fsubs.ll
test/CodeGen/Thumb2/2009-08-04-CoalescerBug.ll
test/CodeGen/Thumb2/2009-08-04-ScavengerAssert.ll
test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug.ll
test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug2.ll
test/CodeGen/Thumb2/2009-08-04-SubregLoweringBug3.ll
test/CodeGen/Thumb2/2009-08-07-NeonFPBug.ll