aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/InstPrinter/MipsInstPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* [mips] Delete register print method MipsInstPrinter::printCPURegs that is notAkira Hatanaka2013-07-261-1/+0
* [mips] Print instructions "beq", "bne" and "or" using assembler pseudoAkira Hatanaka2013-07-261-0/+6
* This patch that sets the EmitAlias flag in td files Jack Carter2013-02-051-0/+2
* This patch tackles the problem of parsing Mips Jack Carter2013-01-121-0/+1
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-021-1/+1
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-021-1/+0
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-021-1/+0
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-021-2/+3
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-051-1/+2
* remove blanks, and some code formatJia Liu2012-02-281-4/+4
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-171-1/+1
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-151-1/+1
* 80 columns.Akira Hatanaka2011-09-091-1/+1
* Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka2011-07-071-0/+100