summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/i64arg.ll
Commit message (Expand)AuthorAge
* [mips] Print move instructions.Akira Hatanaka2013-03-04
* [mips] Implement MipsRegisterInfo::getRegPressureLimit.Akira Hatanaka2013-01-22
* [mips] Use "or $r0, $r1, $zero" instead of "addu $r0, $zero, $r1" to copyAkira Hatanaka2012-12-20
* Eliminate the stack slot used to save the global base register.Akira Hatanaka2012-07-25
* Fix test cases.Akira Hatanaka2012-06-14
* Change the default scheduler from Latency to ILP, since LatencyDan Gohman2011-10-24
* Fix test cases.Akira Hatanaka2011-09-09
* Change the chain input of nodes that load the address of a function. This changeAkira Hatanaka2011-06-24
* Make $fp and $ra callee-saved registers and let PrologEpilogInserter handleAkira Hatanaka2011-05-20
* Fix bug in which nodes that write to argument registers do not get glued with...Akira Hatanaka2011-05-20
* Align i64 arguments to 64 bit boundaries.Akira Hatanaka2011-05-19