aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/InstPrinter/MipsInstPrinter.h
AgeCommit message (Expand)Author
2013-02-05This patch that sets the EmitAlias flag in td files Jack Carter
2013-01-12This patch tackles the problem of parsing Mips Jack Carter
2012-06-02Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer
2012-04-02Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer
2012-04-02Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper
2012-03-05Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach
2012-02-28remove blanks, and some code formatJia Liu
2012-02-17add Emacs tag and fix some comment error in file headersJia Liu
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson
2011-09-0980 columns.Akira Hatanaka
2011-07-07Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka