[mips][msa] Added support for matching shf from normal IR (i.e. not intrinsics)
[oota-llvm.git] / lib / Target / Mips / InstPrinter /
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-12-11 NAKAMURA Takumi[CMake] Remove dependencies to intrinsics_gen I introdu...
2012-12-10 NAKAMURA Takumi[CMake] Update dependencies to intrinsics_gen correspon...
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-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-04-02 Benjamin KramerMove getOpcodeName from the various target InstPrinters...
2012-04-02 Craig TopperRemove getInstructionName from MCInstPrinter implementa...
2012-04-02 Craig TopperMake MCInstrInfo available to the MCInstPrinter. This...
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-24 Jia Liu80 columns of Mips InstPrinter Makefile
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-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-07 Bruno Cardoso LopesAdd a few moreLocal/Global R_MIPS_GOT related fixups and
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
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-11-03 Daniel Dunbarbuild: Add initial cut at LLVMBuild.txt files.
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-08-31 Akira HatanakaFix typo. Patch by Liu.
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-26 Chandler CarruthClean up a pile of hacks in our CMake build relating...
2011-07-08 Benjamin KramerSilence compiler warning.
2011-07-07 Akira HatanakaLower MachineInstr to MC Inst and print to .s files.