| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in... | Craig Topper | 2015-01-05 | 1 | -2/+2 |
* | [mips][microMIPS] Implement SWP and LWP instructions | Zoran Jovanovic | 2014-12-16 | 2 | -0/+6 |
* | [mips][microMIPS] Implement SWM16 and LWM16 instructions | Zoran Jovanovic | 2014-11-27 | 1 | -0/+2 |
* | [mips][micromips] Implement SWM32 and LWM32 instructions | Zoran Jovanovic | 2014-11-19 | 2 | -0/+23 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | [mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 | Zoran Jovanovic | 2014-05-27 | 1 | -0/+2 |
* | TableGen: use PrintMethods to print more aliases | Tim Northover | 2014-05-12 | 1 | -0/+2 |
* | [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final... | Craig Topper | 2014-04-29 | 1 | -2/+2 |
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
* | Revert r205194 - [mips] Removed R_MIPS_GOT. It's identical to R_MIPS_GOT16. | Daniel Sanders | 2014-03-31 | 1 | -0/+1 |
* | [mips] Removed R_MIPS_GOT. It's identical to R_MIPS_GOT16. | Daniel Sanders | 2014-03-31 | 1 | -1/+0 |
* | [cleanup] Re-sort all the includes with utils/sort_includes.py. | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
* | [mips] Implement %hi(sym1 - sym2) and %lo(sym1 - sym2) expressions | Petar Jovanovic | 2014-02-04 | 1 | -2/+5 |
* | Distinguish and choose 16 or 32 bit forms of save/restore for Mips16. | Reed Kotler | 2013-12-11 | 1 | -0/+8 |
* | Cleaning up of prologue/epilogue code for Mips16. First step | Reed Kotler | 2013-12-08 | 2 | -0/+25 |
* | [CMake] Let add_public_tablegen_target responsible to provide dependency to C... | NAKAMURA Takumi | 2013-11-28 | 1 | -2/+0 |
* | [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set... | NAKAMURA Takumi | 2013-11-28 | 1 | -2/+0 |
* | [mips][msa] Added support for matching splati from normal IR (i.e. not intrin... | Daniel Sanders | 2013-09-27 | 2 | -0/+10 |
* | [mips][msa] Added support for matching shf from normal IR (i.e. not intrinsics) | Daniel Sanders | 2013-09-24 | 2 | -0/+6 |
* | [mips] Place parentheses around && to silence warning. | Akira Hatanaka | 2013-09-07 | 1 | -3/+3 |
* | [mips] Make "b" (unconditional branch) a pseudo. "b" is an assembly idiom, wh... | Akira Hatanaka | 2013-09-06 | 1 | -1/+4 |
* | [micromips] Print instruction alias "not" if the last operand of a nor is zero. | Akira Hatanaka | 2013-08-21 | 1 | -0/+1 |
* | [mips] Delete unnecessary InstAliases. Also, clear some of the InstAlias' | Akira Hatanaka | 2013-08-06 | 1 | -0/+6 |
* | [mips] Replace usages of register classes with register operands. Also, remove | Akira Hatanaka | 2013-08-06 | 1 | -0/+6 |
* | [mips] Define "bal" as a pseudo instruction. Also, fix bug in the InstAlias that | Akira Hatanaka | 2013-07-30 | 1 | -0/+3 |
* | [mips] Add comment and simplify function. | Akira Hatanaka | 2013-07-29 | 1 | -23/+14 |
* | [mips] Fix FP branch instructions to have explicit FP condition code register | Akira Hatanaka | 2013-07-26 | 1 | -0/+8 |
* | [mips] Delete register print method MipsInstPrinter::printCPURegs that is not | Akira Hatanaka | 2013-07-26 | 2 | -6/+0 |
* | [mips] Print instructions "beq", "bne" and "or" using assembler pseudo | Akira Hatanaka | 2013-07-26 | 2 | -1/+57 |
* | This patch that sets the EmitAlias flag in td files | Jack Carter | 2013-02-05 | 2 | -1/+6 |
* | This patch tackles the problem of parsing Mips | Jack Carter | 2013-01-12 | 2 | -0/+6 |
* | [CMake] Remove dependencies to intrinsics_gen I introduced in r169724. | NAKAMURA Takumi | 2012-12-11 | 1 | -1/+1 |
* | [CMake] Update dependencies to intrinsics_gen corresponding to r169711. | NAKAMURA Takumi | 2012-12-10 | 1 | -1/+1 |
* | [mips] Generate big GOT code. | Akira Hatanaka | 2012-11-21 | 1 | -0/+4 |
* | Add HIGHER and HIGHEST relocations to Mips backend. | Akira Hatanaka | 2012-07-21 | 1 | -0/+2 |
* | Enclose instruction rdhwr with directives, which are needed when target is | Akira Hatanaka | 2012-07-05 | 1 | -0/+18 |
* | Fix typos found by http://github.com/lyda/misspell-check | Benjamin Kramer | 2012-06-02 | 1 | -1/+1 |
* | Move getOpcodeName from the various target InstPrinters into the superclass M... | Benjamin Kramer | 2012-04-02 | 2 | -5/+0 |
* | Remove getInstructionName from MCInstPrinter implementations in favor of usin... | Craig Topper | 2012-04-02 | 2 | -3/+2 |
* | Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ... | Craig Topper | 2012-04-02 | 1 | -2/+3 |
* | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach | 2012-03-05 | 1 | -1/+2 |
* | remove blanks, and some code format | Jia Liu | 2012-02-28 | 2 | -6/+6 |
* | 80 columns of Mips InstPrinter Makefile | Jia Liu | 2012-02-24 | 1 | -1/+1 |
* | remove Emacs-tag form .cpp files in Mips Backend, and fix some typo. | Jia Liu | 2012-02-17 | 1 | -1/+1 |
* | add Emacs tag and fix some comment error in file headers | Jia Liu | 2012-02-17 | 2 | -2/+2 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-07 | 1 | -1/+1 |
* | Tidy up. Simplify logic. No functional change intended. | Akira Hatanaka | 2011-12-19 | 1 | -20/+20 |
* | Add support for local dynamic TLS model in LowerGlobalTLSAddress. Direct object | Akira Hatanaka | 2011-12-14 | 1 | -0/+3 |
* | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 1 | -1/+0 |
* | Add a few moreLocal/Global R_MIPS_GOT related fixups and | Bruno Cardoso Lopes | 2011-12-07 | 1 | -0/+1 |