| Commit message (Expand) | Author | Age | Files | Lines |
* | [Mips] Move InstPrinter files to MCTargetDesc. NFC | Richard Trieu | 2019-05-11 | 1 | -287/+0 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [mips] Remove dead code. NFC | Simon Atanasyan | 2018-07-11 | 1 | -5/+0 |
* | [llvm] Remove redundant return [NFC] | Mandeep Singh Grang | 2017-11-12 | 1 | -1/+0 |
* | Revert "[mips] Fix c.<cc>.<fmt> instruction definition." | Simon Dardis | 2016-09-09 | 1 | -0/+6 |
* | [mips] Fix c.<cc>.<fmt> instruction definition. | Simon Dardis | 2016-09-09 | 1 | -6/+0 |
* | [mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU microMIPS32r6 instructions | Hrvoje Varga | 2016-07-22 | 1 | -0/+1 |
* | [mips][microMIPS] Add CodeGen support for AND*, OR16, OR*, XOR*, NOT16 and NO... | Zlatko Buljan | 2016-06-15 | 1 | -0/+1 |
* | [mips] Implement 'la' macro in PIC mode for O32. | Daniel Sanders | 2016-06-03 | 1 | -28/+1 |
* | [mips] Fix unused variable warning for release builds introduced by r268379. | Daniel Sanders | 2016-05-03 | 1 | -3/+1 |
* | [mips] Use MipsMCExpr instead of MCSymbolRefExpr for all relocations. | Daniel Sanders | 2016-05-03 | 1 | -36/+1 |
* | [mips] Use `formatImm` call to print immediate value in the `MipsInstPrinter` | Simon Atanasyan | 2016-03-17 | 1 | -2/+2 |
* | [mips] Range check uimm20 and fixed a bug this revealed. | Daniel Sanders | 2016-02-29 | 1 | -15/+12 |
* | [mips][microMIPS] Implement LWM16, SB16, SH16, SW16, SWSP and SWM16 instructions | Zlatko Buljan | 2015-11-12 | 1 | -0/+2 |
* | MC: Add target hook to control symbol quoting | Matt Arsenault | 2015-06-09 | 1 | -4/+5 |
* | [MCInstPrinter] Enable MCInstPrinter to change its behavior based on the | Akira Hatanaka | 2015-03-27 | 1 | -1/+1 |
* | [mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction B | Jozef Kolek | 2015-01-21 | 1 | -0/+1 |
* | Reverted revision 226577. | Jozef Kolek | 2015-01-20 | 1 | -1/+0 |
* | [mips][microMIPS] MicroMIPS 16-bit unconditional branch instruction B | Jozef Kolek | 2015-01-20 | 1 | -0/+1 |
* | 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 | 1 | -0/+5 |
* | [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 | 1 | -0/+22 |
* | [mips][mips64r6] Add Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 | Zoran Jovanovic | 2014-05-27 | 1 | -0/+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 | 1 | -0/+24 |
* | [mips][msa] Added support for matching splati from normal IR (i.e. not intrin... | Daniel Sanders | 2013-09-27 | 1 | -0/+9 |
* | [mips][msa] Added support for matching shf from normal IR (i.e. not intrinsics) | Daniel Sanders | 2013-09-24 | 1 | -0/+5 |
* | [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 | 1 | -5/+0 |
* | [mips] Print instructions "beq", "bne" and "or" using assembler pseudo | Akira Hatanaka | 2013-07-26 | 1 | -1/+51 |
* | This patch that sets the EmitAlias flag in td files | Jack Carter | 2013-02-05 | 1 | -1/+4 |
* | This patch tackles the problem of parsing Mips | Jack Carter | 2013-01-12 | 1 | -0/+5 |
* | [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 |
* | Move getOpcodeName from the various target InstPrinters into the superclass M... | Benjamin Kramer | 2012-04-02 | 1 | -4/+0 |
* | Remove getInstructionName from MCInstPrinter implementations in favor of usin... | Craig Topper | 2012-04-02 | 1 | -2/+2 |