[MCInstPrinter] Enable MCInstPrinter to change its behavior based on the
[oota-llvm.git] / lib / Target / Mips / InstPrinter / MipsInstPrinter.cpp
2015-03-27 Akira Hatanaka[MCInstPrinter] Enable MCInstPrinter to change its...
2015-01-21 Jozef Kolek[mips][microMIPS] MicroMIPS 16-bit unconditional branch...
2015-01-20 Jozef KolekReverted revision 226577.
2015-01-20 Jozef Kolek[mips][microMIPS] MicroMIPS 16-bit unconditional branch...
2015-01-05 Craig TopperReplace several 'assert(false' with 'llvm_unreachable...
2014-12-16 Zoran Jovanovic[mips][microMIPS] Implement SWP and LWP instructions
2014-11-27 Zoran Jovanovic[mips][microMIPS] Implement SWM16 and LWM16 instructions
2014-11-19 Zoran Jovanovic[mips][micromips] Implement SWM32 and LWM32 instructions
2014-05-27 Zoran Jovanovic[mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-31 Daniel SandersRevert r205194 - [mips] Removed R_MIPS_GOT. It's identi...
2014-03-31 Daniel Sanders[mips] Removed R_MIPS_GOT. It's identical to R_MIPS_GOT16.
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-02-04 Petar Jovanovic[mips] Implement %hi(sym1 - sym2) and %lo(sym1 - sym2...
2013-12-11 Reed KotlerDistinguish and choose 16 or 32 bit forms of save/resto...
2013-12-08 Reed KotlerCleaning up of prologue/epilogue code for Mips16. First...
2013-09-27 Daniel Sanders[mips][msa] Added support for matching splati from...
2013-09-24 Daniel Sanders[mips][msa] Added support for matching shf from normal...
2013-09-07 Akira Hatanaka[mips] Place parentheses around && to silence warning.
2013-09-06 Akira Hatanaka[mips] Make "b" (unconditional branch) a pseudo. "b...
2013-08-21 Akira Hatanaka[micromips] Print instruction alias "not" if the last...
2013-08-06 Akira Hatanaka[mips] Delete unnecessary InstAliases. Also, clear...
2013-08-06 Akira Hatanaka[mips] Replace usages of register classes with register...
2013-07-30 Akira Hatanaka[mips] Define "bal" as a pseudo instruction. Also,...
2013-07-29 Akira Hatanaka[mips] Add comment and simplify function.
2013-07-26 Akira Hatanaka[mips] Fix FP branch instructions to have explicit...
2013-07-26 Akira Hatanaka[mips] Delete register print method MipsInstPrinter...
2013-07-26 Akira Hatanaka[mips] Print instructions "beq", "bne" and "or" using...
2013-02-05 Jack CarterThis patch that sets the EmitAlias flag in td files
2013-01-12 Jack CarterThis patch tackles the problem of parsing Mips
2012-11-21 Akira Hatanaka[mips] Generate big GOT code.
2012-07-21 Akira HatanakaAdd HIGHER and HIGHEST relocations to Mips backend.
2012-07-05 Akira HatanakaEnclose instruction rdhwr with directives, which are...
2012-04-02 Benjamin KramerMove getOpcodeName from the various target InstPrinters...
2012-04-02 Craig TopperRemove getInstructionName from MCInstPrinter implementa...
2012-02-28 Jia Liuremove blanks, and some code format
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
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-07 Bruno Cardoso LopesAdd a few moreLocal/Global R_MIPS_GOT related fixups and
2011-11-11 Akira HatanakaFix printing of MCSymbolRegExpr. Needs three closing...
2011-11-08 Bruno Cardoso LopesProperly handle Mips MC relocations and lower cpload...
2011-11-06 Benjamin KramerReplace (Lower|Upper)caseString in favor of StringRef...
2011-09-21 Owen AndersonThese do not need to be conditional on the presence...
2011-09-21 Owen AndersonIn the disassembler C API, be careful not to confuse...
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-09 Akira Hatanaka80 columns.
2011-07-08 Benjamin KramerSilence compiler warning.
2011-07-07 Akira HatanakaLower MachineInstr to MC Inst and print to .s files.