summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/fpcmp.ll
Commit message (Collapse)AuthorAgeFilesLines
* Change the default scheduler from Latency to ILP, since LatencyDan Gohman2011-10-241-18/+0
| | | | | | is going away. llvm-svn: 142810
* Fix test cases.Akira Hatanaka2011-09-091-5/+5
| | | | | | Generate code for Mips32r1 unless a Mips32r2 feature is tested. llvm-svn: 139433
* Drop support for Mips1 and Mips2.Akira Hatanaka2011-09-091-5/+0
| | | | llvm-svn: 139405
* Change default target architecture from Mips1 to Mips32r1 in preparation forAkira Hatanaka2011-09-091-1/+1
| | | | | | | | | removing support for Mips1 and Mips2. This change and the ones that follow have been discussed with and approved by Bruno. llvm-svn: 139344
* Add code for analyzing FP branches. Clean up branch Analysis functions.Akira Hatanaka2011-04-011-2/+2
| | | | llvm-svn: 128718
* Added support for FP conditional move instructions and fixed bugs in ↵Akira Hatanaka2011-03-311-0/+23
handling of FP comparisons. llvm-svn: 128650
OpenPOWER on IntegriCloud