Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / Mips / MipsMCInstLower.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
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...
2013-10-29 Rafael EspindolaThe asm printer has a mangler. Use it.
2012-09-27 Akira HatanakaMIPS DSP: add code necessary for pseudo instruction...
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-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-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 Liuadd Emacs tag and fix some comment error in file headers
2011-12-13 Akira HatanakaExpand .cprestore directive to multiple instructions...
2011-11-23 Akira HatanakaThis patch makes the following changes necessary for...
2011-11-08 Bruno Cardoso LopesProperly handle Mips MC relocations and lower cpload...
2011-09-09 Akira HatanakaDrop support for Mips1 and Mips2.
2011-09-09 Akira Hatanaka80 columns.
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-07 Akira HatanakaDefine class MipsMCInstLower.