summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/InstPrinter/MipsInstPrinter.h
Commit message (Expand)AuthorAge
* TableGen: use PrintMethods to print more aliasesTim Northover2014-05-12
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* Cleaning up of prologue/epilogue code for Mips16. First stepReed Kotler2013-12-08
* [mips][msa] Added support for matching splati from normal IR (i.e. not intrin...Daniel Sanders2013-09-27
* [mips][msa] Added support for matching shf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-24
* [mips] Delete register print method MipsInstPrinter::printCPURegs that is notAkira Hatanaka2013-07-26
* [mips] Print instructions "beq", "bne" and "or" using assembler pseudoAkira Hatanaka2013-07-26
* This patch that sets the EmitAlias flag in td files Jack Carter2013-02-05
* This patch tackles the problem of parsing Mips Jack Carter2013-01-12
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-02
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-02
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* remove blanks, and some code formatJia Liu2012-02-28
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-17
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* 80 columns.Akira Hatanaka2011-09-09
* Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka2011-07-07