aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MipsMCInstLower.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-05-27[mips] Optimize long branch for MIPS64 by removing %higher and %highest.Sasa Stankovic1-15/+8
2014-04-30[mips] Fix MipsLongBranch pass to work when the offset from the branch to theSasa Stankovic1-0/+75
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola1-1/+1
2013-10-29Add a helper getSymbol to AsmPrinter.Rafael Espindola1-1/+1
2013-10-29The asm printer has a mangler. Use it.Rafael Espindola1-3/+2
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-11-21[mips] Generate big GOT code.Akira Hatanaka1-0/+4
2012-09-06There are some Mips instructions that are lowered by the Jack Carter1-68/+0
2012-08-31The instruction DINS may be transformed into DINSU or DEXTM dependingJack Carter1-19/+23
2012-08-28The instruction DEXT may be transformed into DEXTU or DEXTM dependingJack Carter1-0/+35
2012-07-21Add HIGHER and HIGHEST relocations to Mips backend.Akira Hatanaka1-0/+2
2012-07-16Doubleword Shift Left Logical Plus 32Jack Carter1-0/+29
2012-06-14Fix coding style violations. Remove white spaces and tabs.Akira Hatanaka1-7/+7
2012-06-14Remove code in MipsAsmPrinter and MipsMCInstLower.Akira Hatanaka1-20/+2
2012-06-02Remove code which is no longer needed in MipsAsmPrinter and MipsMCInstLower.Akira Hatanaka1-112/+0
2012-06-02In MipsMCInstLower::LowerSymbolOperand, get offset from symbol ifAkira Hatanaka1-2/+4
2012-05-25Remove the code that expands MIPS' .cpload directive.Akira Hatanaka1-23/+0
2012-05-25Remove the code that emits MIPS' .cprestore directive.Akira Hatanaka1-27/+0
2012-05-12Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka1-10/+5
2012-03-28Emit all directives except for ".cprestore" during asm printing rather than emitAkira Hatanaka1-63/+57
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper1-1/+1
2012-02-28remove blanks, and some code formatJia Liu1-9/+9
2012-02-24Add an option to use a virtual register as the global base register instead ofAkira Hatanaka1-0/+26
2012-02-17remove Emacs-tag form .cpp files in Mips Backend, and fix some typo.Jia Liu1-1/+1
2012-02-17add Emacs tag and fix some comment error in file headersJia Liu1-1/+1
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper1-5/+3
2012-01-18Ignore register mask operands when lowering instructions to MC.Jakob Stoklund Olesen1-0/+2
2011-12-30Cleanup Mips code and rename some variables. Patch by Jack CarterBruno Cardoso Lopes1-73/+73
2011-12-19Tidy up. Simplify logic. No functional change intended.Akira Hatanaka1-20/+20
2011-12-14Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct objectAkira Hatanaka1-0/+3
2011-12-13Expand .cprestore directive to multiple instructions if the offset does not fit Akira Hatanaka1-6/+27
2011-12-07Add a few moreLocal/Global R_MIPS_GOT related fixups andBruno Cardoso Lopes1-0/+1
2011-11-23This patch makes the following changes necessary for MIPS' direct code emission.Akira Hatanaka1-32/+146
2011-11-11Mips MC object code emission improvements:Bruno Cardoso Lopes1-0/+1
2011-11-08Properly handle Mips MC relocations and lower cpload and cprestore macros to ...Bruno Cardoso Lopes1-20/+77
2011-09-22Add enums and functions for symbols Mips64 uses.Akira Hatanaka1-0/+5
2011-09-09Drop support for Mips1 and Mips2.Akira Hatanaka1-44/+0
2011-08-16Fix handling of double precision loads and stores when Mips1 is targeted. Akira Hatanaka1-0/+44
2011-08-16Define function MipsMCInstLower::LowerOperand. Akira Hatanaka1-25/+28
2011-08-16Add parameter Offset to MipsMCInstLower::LowerSymbolOperand. Akira Hatanaka1-4/+4
2011-07-08Raise assertion when MachineOperand has unexpected target flag.Akira Hatanaka1-1/+2
2011-07-08Make sure variable Kind is assigned a value to suppress warning.Akira Hatanaka1-1/+1
2011-07-07Define class MipsMCInstLower.Akira Hatanaka1-0/+117