aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+10
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+22
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+37
* [mips][msa] Added support for matching splati from normal IR (i.e. not intrin...Daniel Sanders2013-09-271-0/+9
* [mips][msa] Added support for matching shf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-241-0/+5
* [mips] Place parentheses around && to silence warning.Akira Hatanaka2013-09-071-3/+3
* [mips] Make "b" (unconditional branch) a pseudo. "b" is an assembly idiom, wh...Akira Hatanaka2013-09-061-1/+4
* [micromips] Print instruction alias "not" if the last operand of a nor is zero.Akira Hatanaka2013-08-211-0/+1
* [mips] Delete unnecessary InstAliases. Also, clear some of the InstAlias'Akira Hatanaka2013-08-061-0/+6
* [mips] Replace usages of register classes with register operands. Also, removeAkira Hatanaka2013-08-061-0/+6
* [mips] Define "bal" as a pseudo instruction. Also, fix bug in the InstAlias thatAkira Hatanaka2013-07-301-0/+3
* [mips] Add comment and simplify function.Akira Hatanaka2013-07-291-23/+14
* [mips] Fix FP branch instructions to have explicit FP condition code registerAkira Hatanaka2013-07-261-0/+8
* [mips] Delete register print method MipsInstPrinter::printCPURegs that is notAkira Hatanaka2013-07-261-5/+0
* [mips] Print instructions "beq", "bne" and "or" using assembler pseudoAkira Hatanaka2013-07-261-1/+51
* This patch that sets the EmitAlias flag in td files Jack Carter2013-02-051-1/+4
* This patch tackles the problem of parsing Mips Jack Carter2013-01-121-0/+5
* [mips] Generate big GOT code.Akira Hatanaka2012-11-211-0/+4
* Add HIGHER and HIGHEST relocations to Mips backend.Akira Hatanaka2012-07-211-0/+2
* Enclose instruction rdhwr with directives, which are needed when target isAkira Hatanaka2012-07-051-0/+18
* Move getOpcodeName from the various target InstPrinters into the superclass M...Benjamin Kramer2012-04-021-4/+0
* Remove getInstructionName from MCInstPrinter implementations in favor of usin...Craig Topper2012-04-021-2/+2
* remove blanks, and some code formatJia Liu2012-02-281-2/+2
* remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu2012-02-171-1/+1
* add Emacs tag and fix some comment error in file headersJia Liu2012-02-171-1/+1
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-071-1/+1
* Tidy up. Simplify logic. No functional change intended.Akira Hatanaka2011-12-191-20/+20
* Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka2011-12-141-0/+3
* Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes2011-12-071-0/+1
* Fix printing of MCSymbolRegExpr. Needs three closing parentheses forAkira Hatanaka2011-11-111-1/+4
* Properly handle Mips MC relocations and lower cpload and cprestore macros to ...Bruno Cardoso Lopes2011-11-081-1/+49
* Replace (Lower|Upper)caseString in favor of StringRef's newest methods.Benjamin Kramer2011-11-061-2/+1
* These do not need to be conditional on the presence of CommentStream, as they...Owen Anderson2011-09-211-1/+1
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-211-1/+1
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-151-1/+3
* 80 columns.Akira Hatanaka2011-09-091-1/+1
* Silence compiler warning.Benjamin Kramer2011-07-081-0/+2
* Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka2011-07-071-0/+125