summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/o32_cc.ll
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Use --check-prefixes where appropriate. NFC.Daniel Sanders2016-06-241-3/+3
| | | | llvm-svn: 273669
* [mips] Removed invalid test from o32_cc.llDaniel Sanders2016-06-151-1/+0
| | | | | | MIPS32R1 cannot implement a 64-bit FPU because this was introduced in MIPS32R2. llvm-svn: 272769
* [mips] Use MFHC1 when it is available (MIPS32r2 and later) for both FP32 and ↵Daniel Sanders2014-07-141-143/+145
| | | | | | | | | | | | | | FP64 moves Summary: This is similar to r210771 which did the same thing for MTHC1. Also corrected MTHC1_D32 and MTHC1_D64 which used AFGR64 and FGR64 on the wrong definitions. Differential Revision: http://reviews.llvm.org/D4483 llvm-svn: 212936
* [mips] Fix a bug in function CC_MipsO32_FP64. The second double precisionAkira Hatanaka2013-11-121-6/+6
| | | | | | | argument was not being passed in $f14. llvm-svn: 194522
* [mips] Run test case with command line option -mattr=+fp64.Akira Hatanaka2013-11-121-16/+39
| | | | llvm-svn: 194519
* [mips] Fix and re-enable a test case that has been disabled for a long time.Akira Hatanaka2013-11-121-99/+120
| | | | llvm-svn: 194510
* Fix test cases.Akira Hatanaka2011-09-091-1/+1
| | | | | | Generate code for Mips32r1 unless a Mips32r2 feature is tested. llvm-svn: 139433
* Revert "Re-enable test and hope to silence the buildbots", still broken.Daniel Dunbar2011-03-091-0/+3
| | | | llvm-svn: 127369
* Re-enable test and hope to silence the buildbotsBruno Cardoso Lopes2011-03-091-3/+0
| | | | llvm-svn: 127357
* try to make o32 cc tests less specific to silence some buildbots. The test ↵Bruno Cardoso Lopes2011-03-091-26/+26
| | | | | | isn't enabled yet, this is will be done in a subsequent commit. Patch by Akira Hatanaka. llvm-svn: 127356
* Disable this test for now...Daniel Dunbar2011-02-111-0/+3
| | | | llvm-svn: 125361
* Add mips o32 tests again with the hope that the buildbot won't complaint againBruno Cardoso Lopes2011-02-101-0/+322
llvm-svn: 125316
OpenPOWER on IntegriCloud