aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
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-11-21[mips] Generate big GOT code.Akira Hatanaka
2012-07-21Add HIGHER and HIGHEST relocations to Mips backend.Akira Hatanaka
2012-07-05Enclose instruction rdhwr with directives, which are needed when target isAkira Hatanaka
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-02-28remove blanks, and some code formatJia Liu
2012-02-17remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu
2012-02-17add Emacs tag and fix some comment error in file headersJia Liu
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper
2011-12-19Tidy up. Simplify logic. No functional change intended.Akira Hatanaka
2011-12-14Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka
2011-12-07Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes
2011-11-11Fix printing of MCSymbolRegExpr. Needs three closing parentheses forAkira Hatanaka
2011-11-08Properly handle Mips MC relocations and lower cpload and cprestore macros to ...Bruno Cardoso Lopes
2011-11-06Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer
2011-09-21These do not need to be conditional on the presence of CommentStream, as they...Owen Anderson
2011-09-21In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson
2011-09-0980 columns.Akira Hatanaka
2011-07-08Silence compiler warning.Benjamin Kramer
2011-07-07Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka