summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/InstPrinter/MipsInstPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* [Mips] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-111-112/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [mips] Remove dead code. NFCSimon Atanasyan2018-07-111-1/+0
* Revert "[mips] Fix c.<cc>.<fmt> instruction definition."Simon Dardis2016-09-091-0/+1
* [mips] Fix c.<cc>.<fmt> instruction definition.Simon Dardis2016-09-091-1/+0
* [mips] Range check uimm20 and fixed a bug this revealed.Daniel Sanders2016-02-291-2/+2
* Remove extra forward declarations and scrub includes for all in tree InstPrin...Craig Topper2015-12-251-2/+0
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-271-1/+2
* [mips][microMIPS] Implement SWP and LWP instructionsZoran Jovanovic2014-12-161-0/+1
* [mips][micromips] Implement SWM32 and LWM32 instructionsZoran Jovanovic2014-11-191-0/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* TableGen: use PrintMethods to print more aliasesTim Northover2014-05-121-0/+2
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-2/+2
* Cleaning up of prologue/epilogue code for Mips16. First stepReed Kotler2013-12-081-0/+1
* [mips][msa] Added support for matching splati from normal IR (i.e. not intrin...Daniel Sanders2013-09-271-0/+1
* [mips][msa] Added support for matching shf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-241-0/+1
* [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
OpenPOWER on IntegriCloud