summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsAsmPrinter.h
Commit message (Collapse)AuthorAge
* This patch makes the following changes necessary for MIPS' direct code emission.Akira Hatanaka2011-11-23
| | | | | | | | | - lower unaligned loads/stores. - encode the size operand of instructions INS and EXT. - emit relocation information needed for JAL (jump-and-link). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145113 91177308-0d34-0410-b5e6-96231b3b80d8
* Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka2011-07-07
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134661 91177308-0d34-0410-b5e6-96231b3b80d8
* Rather than having printMemOperand change the way memory operands are printedAkira Hatanaka2011-07-07
| | | | | | | | based on a modifier, split it into two functions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134637 91177308-0d34-0410-b5e6-96231b3b80d8
* Change visibility of MipsAsmPrinter.Akira Hatanaka2011-07-07
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134630 91177308-0d34-0410-b5e6-96231b3b80d8