Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [mips] Use --check-prefixes where appropriate. NFC. | Daniel Sanders | 2016-06-24 | 1 | -3/+3 |
| | | | | llvm-svn: 273669 | ||||
* | [mips] Removed invalid test from o32_cc.ll | Daniel Sanders | 2016-06-15 | 1 | -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 Sanders | 2014-07-14 | 1 | -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 precision | Akira Hatanaka | 2013-11-12 | 1 | -6/+6 |
| | | | | | | | argument was not being passed in $f14. llvm-svn: 194522 | ||||
* | [mips] Run test case with command line option -mattr=+fp64. | Akira Hatanaka | 2013-11-12 | 1 | -16/+39 |
| | | | | llvm-svn: 194519 | ||||
* | [mips] Fix and re-enable a test case that has been disabled for a long time. | Akira Hatanaka | 2013-11-12 | 1 | -99/+120 |
| | | | | llvm-svn: 194510 | ||||
* | Fix test cases. | Akira Hatanaka | 2011-09-09 | 1 | -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 Dunbar | 2011-03-09 | 1 | -0/+3 |
| | | | | llvm-svn: 127369 | ||||
* | Re-enable test and hope to silence the buildbots | Bruno Cardoso Lopes | 2011-03-09 | 1 | -3/+0 |
| | | | | llvm-svn: 127357 | ||||
* | try to make o32 cc tests less specific to silence some buildbots. The test ↵ | Bruno Cardoso Lopes | 2011-03-09 | 1 | -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 Dunbar | 2011-02-11 | 1 | -0/+3 |
| | | | | llvm-svn: 125361 | ||||
* | Add mips o32 tests again with the hope that the buildbot won't complaint again | Bruno Cardoso Lopes | 2011-02-10 | 1 | -0/+322 |
llvm-svn: 125316 |