Fix relocation selection for foo-. on mips.
[oota-llvm.git] / lib / Target / Mips / MipsMCInstLower.cpp
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-03-04 Pete CooperRemove MCStreamer.h include from MCContext.h and explic...
2014-05-27 Sasa Stankovic[mips] Optimize long branch for MIPS64 by removing...
2014-04-30 Sasa Stankovic[mips] Fix MipsLongBranch pass to work when the offset...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-29 Rafael EspindolaThe asm printer has a mangler. Use it.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-21 Akira Hatanaka[mips] Generate big GOT code.
2012-09-06 Jack CarterThere are some Mips instructions that are lowered by the
2012-08-31 Jack CarterThe instruction DINS may be transformed into DINSU...
2012-08-28 Jack CarterThe instruction DEXT may be transformed into DEXTU...
2012-07-21 Akira HatanakaAdd HIGHER and HIGHEST relocations to Mips backend.
2012-07-16 Jack CarterDoubleword Shift Left Logical Plus 32
2012-06-14 Akira HatanakaFix coding style violations. Remove white spaces and...
2012-06-14 Akira HatanakaRemove code in MipsAsmPrinter and MipsMCInstLower.
2012-06-02 Akira HatanakaRemove code which is no longer needed in MipsAsmPrinter...
2012-06-02 Akira HatanakaIn MipsMCInstLower::LowerSymbolOperand, get offset...
2012-05-25 Akira HatanakaRemove the code that expands MIPS' .cpload directive.
2012-05-25 Akira HatanakaRemove the code that emits MIPS' .cprestore directive.
2012-05-12 Akira HatanakaMake the following changes in MipsAsmPrinter.cpp:
2012-03-28 Akira HatanakaEmit all directives except for ".cprestore" during...
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-24 Akira HatanakaAdd an option to use a virtual register as the global...
2012-02-17 Jia Liuremove Emacs-tag form .cpp files in Mips Backend, and...
2012-02-17 Jia Liuadd Emacs tag and fix some comment error in file headers
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-18 Jakob Stoklund OlesenIgnore register mask operands when lowering instruction...
2011-12-30 Bruno Cardoso LopesCleanup Mips code and rename some variables. Patch...
2011-12-19 Akira HatanakaTidy up. Simplify logic. No functional change intended.
2011-12-14 Akira HatanakaAdd support for local dynamic TLS model in LowerGlobalT...
2011-12-13 Akira HatanakaExpand .cprestore directive to multiple instructions...
2011-12-07 Bruno Cardoso LopesAdd a few moreLocal/Global R_MIPS_GOT related fixups and
2011-11-23 Akira HatanakaThis patch makes the following changes necessary for...
2011-11-11 Bruno Cardoso LopesMips MC object code emission improvements:
2011-11-08 Bruno Cardoso LopesProperly handle Mips MC relocations and lower cpload...
2011-09-22 Akira HatanakaAdd enums and functions for symbols Mips64 uses.
2011-09-09 Akira HatanakaDrop support for Mips1 and Mips2.
2011-08-16 Akira HatanakaFix handling of double precision loads and stores when...
2011-08-16 Akira HatanakaDefine function MipsMCInstLower::LowerOperand.
2011-08-16 Akira HatanakaAdd parameter Offset to MipsMCInstLower::LowerSymbolOpe...
2011-07-08 Akira HatanakaRaise assertion when MachineOperand has unexpected...
2011-07-08 Akira HatanakaMake sure variable Kind is assigned a value to suppress...
2011-07-07 Akira HatanakaDefine class MipsMCInstLower.