summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SPARC/soft-float.ll
Commit message (Collapse)AuthorAgeFilesLines
* NFC - Various typo fixes in testsGabor Buella2018-07-041-3/+3
| | | | llvm-svn: 336268
* [SPARC] Fix test so that it checks the correct label.Davide Italiano2017-01-041-3/+3
| | | | | | Before it wasn't checking anything. llvm-svn: 290963
* [Sparc] Add Soft Float supportChris Dewhurst2016-05-181-0/+235
This change adds support for software floating point operations for Sparc targets. This is the first in a set of patches to enable software floating point on Sparc. The next patch will enable the option to be used with Clang. Differential Revision: http://reviews.llvm.org/D19265 llvm-svn: 269892
OpenPOWER on IntegriCloud