summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/sparc-float.c
Commit message (Collapse)AuthorAgeFilesLines
* [Sparc] Add software float option -msoft-floatJacob Baungard Hansen2016-05-241-2/+38
| | | | | | | | | | | | | | | Summary: Following patch D19265 which enable software floating point support in the Sparc backend, this patch enables the option to be enabled in the front-end using the -msoft-float option. The user should ensure a library (such as the builtins from Compiler-RT) that includes the software floating point routines is provided. Reviewers: jyknight, lero_chris Subscribers: jyknight, cfe-commits Differential Revision: http://reviews.llvm.org/D20419 llvm-svn: 270538
* [Sparc] Make soft-float emit an error.James Y Knight2015-06-151-10/+8
| | | | | | | | | | | | LLVM does not and has not ever supported a soft-float ABI mode on Sparc, so don't pretend that it does. Also switch the default from "soft-float" -- which was actually hard-float because soft-float is unimplemented -- to hard-float. Differential Revision: http://reviews.llvm.org/D10457 llvm-svn: 239755
* Handle SPARC float command line parameters for SPARCv9.Brad Smith2014-08-191-0/+4
| | | | llvm-svn: 216029
* oops. correct the prefix.Brad Smith2014-07-111-1/+1
| | | | llvm-svn: 212840
* Handle SPARC float command line parameters for SPARCv9.Brad Smith2014-07-111-0/+38
llvm-svn: 212838
OpenPOWER on IntegriCloud