Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / Target / Mips / MipsAsmPrinter.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-08 Vasileios Kalintiris[mips] Emit the .insn directive for empty basic blocks.
2015-02-21 Eric ChristopherRemove obsolete comment.
2015-02-21 Eric ChristopherHave the MipsAsmPrinter fp stub emission code take...
2015-02-19 Eric ChristopherRemove unused argument from emitInlineAsmStart.
2015-02-18 Eric ChristopherMake the Mips AsmPrinter independent of global subtarget
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2014-12-17 Toma Tabacu[mips] Set GCC-compatible MIPS asssembler options befor...
2014-11-19 Zoran Jovanovic[mips][micromips] Implement SWM32 and LWM32 instructions
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-18 Eric ChristopherReset the Subtarget in the AsmPrinter for each machine...
2014-07-09 Daniel Sanders[mips][mips64r6] Use JALR for indirect branches instead...
2014-07-09 Daniel Sanders[mips][mips64r6] Use JALR for returns instead of JR...
2014-04-30 Sasa Stankovic[mips] Fix MipsLongBranch pass to work when the offset...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-28 Sasa Stankovic[mips] Implement NaCl sandboxing of indirect jumps:
2014-02-14 Reed KotlerThis patch has two main functions:
2014-01-31 Rafael EspindolaRemove another hasRawTextSupport.
2014-01-27 Rafael EspindolaPrint .mask and .fmask with the target streamer.
2014-01-25 Rafael EspindolaThis reverts commit r200064 and r200051.
2014-01-25 Jack Carter[Mips] TargetStreamer ELF flag Support for default...
2013-11-26 Reed KotlerFix a bug related to constant islands for Mips16 and...
2013-11-12 Daniel Sanders[mips][msa] Added support for matching bclr, and bclri...
2013-10-27 Reed KotlerMake first substantial checkin of my port of ARM consta...
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-06-16 David BlaikieDebugInfo: remove target-specific Frame Index handling...
2013-01-18 Jack CarterThis is a resubmittal. For some reason it broke the...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-09-27 Akira HatanakaMIPS DSP: add code necessary for pseudo instruction...
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-17 Jia Liuadd Emacs tag and fix some comment error in file headers
2011-11-23 Akira HatanakaThis patch makes the following changes necessary for...
2011-07-07 Akira HatanakaLower MachineInstr to MC Inst and print to .s files.
2011-07-07 Akira HatanakaRather than having printMemOperand change the way memor...
2011-07-07 Akira HatanakaChange visibility of MipsAsmPrinter.