| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [mips] Print move instructions. | Akira Hatanaka | 2013-03-04 | 1 | -2/+2 |
| | | | | | | | "move $4, $5" is printed instead of "or $4, $5, $zero". llvm-svn: 176455 | ||||
| * | [mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copy | Akira Hatanaka | 2012-12-20 | 1 | -2/+2 |
| | | | | | | | | | | | | physical register $r1 to $r0. GNU disassembler recognizes an "or" instruction as a "move", and this change makes the disassembled code easier to read. Original patch by Reed Kotler. llvm-svn: 170655 | ||||
| * | [mips] Do not copy GOT address to register $gp if the function being called has | Akira Hatanaka | 2012-12-13 | 1 | -0/+27 |
| internal linkage. llvm-svn: 170092 | |||||

