Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the default scheduler from Latency to ILP, since Latency | Dan Gohman | 2011-10-24 | 1 | -18/+0 |
| | | | | | | is going away. llvm-svn: 142810 | ||||
* | Fix test cases. | Akira Hatanaka | 2011-09-09 | 1 | -5/+5 |
| | | | | | | Generate code for Mips32r1 unless a Mips32r2 feature is tested. llvm-svn: 139433 | ||||
* | Drop support for Mips1 and Mips2. | Akira Hatanaka | 2011-09-09 | 1 | -5/+0 |
| | | | | llvm-svn: 139405 | ||||
* | Change default target architecture from Mips1 to Mips32r1 in preparation for | Akira Hatanaka | 2011-09-09 | 1 | -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 Hatanaka | 2011-04-01 | 1 | -2/+2 |
| | | | | llvm-svn: 128718 | ||||
* | Added support for FP conditional move instructions and fixed bugs in ↵ | Akira Hatanaka | 2011-03-31 | 1 | -0/+23 |
handling of FP comparisons. llvm-svn: 128650 |