summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsMCInstLower.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-05-27[mips] Optimize long branch for MIPS64 by removing %higher and %highest.Sasa Stankovic1-2/+1
2014-04-30[mips] Fix MipsLongBranch pass to work when the offset from the branch to theSasa Stankovic1-0/+9
2013-10-29The asm printer has a mangler. Use it.Rafael Espindola1-3/+1
2012-09-27MIPS DSP: add code necessary for pseudo instruction lowering.Akira Hatanaka1-1/+1
2012-09-06There are some Mips instructions that are lowered by the Jack Carter1-2/+0
2012-08-31The instruction DINS may be transformed into DINSU or DEXTM dependingJack Carter1-1/+1
2012-08-28The instruction DEXT may be transformed into DEXTU or DEXTM dependingJack Carter1-0/+1
2012-07-16Doubleword Shift Left Logical Plus 32Jack Carter1-0/+2
2012-06-14Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka1-1/+1
2012-06-14Remove code in MipsAsmPrinter and MipsMCInstLower.Akira Hatanaka1-1/+0
2012-06-02Remove code which is no longer needed in MipsAsmPrinter and MipsMCInstLower.Akira Hatanaka1-2/+0
2012-05-25Remove the code that expands MIPS' .cpload directive.Akira Hatanaka1-1/+0
2012-05-25Remove the code that emits MIPS' .cprestore directive.Akira Hatanaka1-1/+0
2012-05-12Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka1-1/+1
2012-03-28Emit all directives except for ".cprestore" during asm printing rather than emitAkira Hatanaka1-5/+5
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper1-3/+1
2012-02-28remove blanks, and some code formatJia Liu1-3/+3
2012-02-24Add an option to use a virtual register as the global base register instead ofAkira Hatanaka1-0/+1
2012-02-17add Emacs tag and fix some comment error in file headersJia Liu1-1/+1
2011-12-13Expand .cprestore directive to multiple instructions if the offset does not fit Akira Hatanaka1-1/+1
2011-11-23This patch makes the following changes necessary for MIPS' direct code emission.Akira Hatanaka1-1/+3
2011-11-08Properly handle Mips MC relocations and lower cpload and cprestore macros to ...Bruno Cardoso Lopes1-0/+3
2011-09-09Drop support for Mips1 and Mips2.Akira Hatanaka1-4/+0
2011-09-0980 columns.Akira Hatanaka1-1/+1
2011-08-16Fix handling of double precision loads and stores when Mips1 is targeted. Akira Hatanaka1-0/+4
2011-08-16Define function MipsMCInstLower::LowerOperand. Akira Hatanaka1-0/+1
2011-08-16Add parameter Offset to MipsMCInstLower::LowerSymbolOperand. Akira Hatanaka1-1/+1
2011-07-07Define class MipsMCInstLower.Akira Hatanaka1-0/+43