TableGen: use PrintMethods to print more aliases
[oota-llvm.git] / lib / Target / Mips / InstPrinter / MipsInstPrinter.h
2014-05-12 Tim NorthoverTableGen: use PrintMethods to print more aliases
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2013-12-08 Reed KotlerCleaning up of prologue/epilogue code for Mips16. First...
2013-09-27 Daniel Sanders[mips][msa] Added support for matching splati from...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching shf from normal...
2013-07-26 Akira Hatanaka[mips] Delete register print method MipsInstPrinter...
2013-07-26 Akira Hatanaka[mips] Print instructions "beq", "bne" and "or" using...
2013-02-05 Jack CarterThis patch that sets the EmitAlias flag in td files
2013-01-12 Jack CarterThis patch tackles the problem of parsing Mips
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-04-02 Benjamin KramerMove getOpcodeName from the various target InstPrinters...
2012-04-02 Craig TopperRemove getInstructionName from MCInstPrinter implementa...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-17 Jia Liuadd Emacs tag and fix some comment error in file headers
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-09 Akira Hatanaka80 columns.
2011-07-07 Akira HatanakaLower MachineInstr to MC Inst and print to .s files.