summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/gpreg-lazy-binding.ll
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Print move instructions.Akira Hatanaka2013-03-041-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 copyAkira Hatanaka2012-12-201-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 hasAkira Hatanaka2012-12-131-0/+27
internal linkage. llvm-svn: 170092
OpenPOWER on IntegriCloud