| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [mips] Correct predicates for MSA pseudo instructions | Simon Dardis | 2018-06-14 | 1 | -1/+2 |
| * | [mips] Sink PredicateControl further down the class hierarchy. | Simon Dardis | 2018-05-30 | 1 | -1/+1 |
| * | [mips] Use PredicateControl for the MSA ASE instructions. NFC. | Daniel Sanders | 2015-09-24 | 1 | -17/+7 |
| * | Make it possible for the Subtarget to change between function | Eric Christopher | 2014-07-10 | 1 | -1/+1 |
| * | [mips][msa] Add DLSA instruction. | Matheus Almeida | 2014-02-10 | 1 | -0/+18 |
| * | [mips][msa] Add insert.d instruction. | Matheus Almeida | 2014-01-31 | 1 | -0/+13 |
| * | [mips][msa] Add fill.d instruction. | Matheus Almeida | 2014-01-29 | 1 | -0/+11 |
| * | [mips][msa] Add copy_{u,s}.d. | Matheus Almeida | 2014-01-29 | 1 | -0/+17 |
| * | [mips][msa] Pseudo instructions require HasMSA too. Inherit from MSAPseudo in... | Daniel Sanders | 2013-11-20 | 1 | -1/+1 |
| * | [mips][msa] Direct Object Emission support for the LSA instruction. | Matheus Almeida | 2013-10-23 | 1 | -3/+15 |
| * | [mips][msa] Direct Object Emission support for conditional branches. | Matheus Almeida | 2013-10-22 | 1 | -2/+20 |
| * | [mips][msa] Direct Object Emission support for LD/ST instructions. | Matheus Almeida | 2013-10-21 | 1 | -0/+11 |
| * | [mips][msa] Direct Object Emission support for LDI instructions. | Matheus Almeida | 2013-10-21 | 1 | -0/+5 |
| * | [mips][msa] Direct Object Emission support for MOVE.v. | Matheus Almeida | 2013-10-21 | 1 | -0/+5 |
| * | [mips][msa] Direct Object Emission support for CTCMSA and CFCMSA. | Matheus Almeida | 2013-10-21 | 1 | -0/+20 |
| * | [mips][msa] Fix definition of SLD instruction. | Matheus Almeida | 2013-10-21 | 1 | -0/+13 |
| * | [mips][msa] Added lsa instruction | Daniel Sanders | 2013-10-17 | 1 | -0/+6 |
| * | [mips][msa] Direct Object Emission support for BIT instructions. | Matheus Almeida | 2013-10-14 | 1 | -0/+28 |
| * | [mips][msa] Direct Object Emission support for VEC instructions. | Matheus Almeida | 2013-10-14 | 1 | -0/+7 |
| * | [mips][msa] Direct Object Emission for the majority of the ELM instructions. | Matheus Almeida | 2013-10-14 | 1 | -0/+67 |
| * | [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction. | Matheus Almeida | 2013-10-14 | 1 | -0/+39 |
| * | This reverts 192447 because of compiler warning generated on darwin build. | Matheus Almeida | 2013-10-11 | 1 | -39/+0 |
| * | This reverts r192449 because of compiler warning generated on darwin build. | Matheus Almeida | 2013-10-11 | 1 | -67/+0 |
| * | [mips][msa] Direct Object Emission for the majority of the ELM instructions. | Matheus Almeida | 2013-10-11 | 1 | -0/+67 |
| * | [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction. | Matheus Almeida | 2013-10-11 | 1 | -0/+39 |
| * | [mips][msa] Direct Object Emission for I8 instructions. | Jack Carter | 2013-09-30 | 1 | -0/+7 |
| * | [mips][msa] Direct Object Emission for I5 instructions. | Jack Carter | 2013-09-30 | 1 | -0/+7 |
| * | [mips][msa] Direct Object Emission for 2R instructions. | Jack Carter | 2013-09-30 | 1 | -0/+5 |
| * | [PATCH 1/4] [mips][msa] Source register of FILL instructions is GPR | Jack Carter | 2013-09-30 | 1 | -0/+11 |
| * | [mips][msa] Direct Object Emission for 3RF instructions. | Jack Carter | 2013-09-26 | 1 | -0/+7 |
| * | [mips][msa] Direct Object Emission for 3R instructions. | Jack Carter | 2013-09-26 | 1 | -0/+7 |
| * | [mips][msa] Direct Object Emission support for the MSA instruction set. | Jack Carter | 2013-09-25 | 1 | -0/+5 |
| * | [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.v | Daniel Sanders | 2013-08-28 | 1 | -0/+5 |
| * | [mips][msa] Added cfcmsa, and ctcmsa | Daniel Sanders | 2013-08-28 | 1 | -0/+5 |
| * | [mips][msa] Added and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.v | Daniel Sanders | 2013-08-20 | 1 | -0/+5 |
| * | [Mips][msa] Added the simple builtins (add_a to dpsub[su], ilvev to ldi) | Jack Carter | 2013-08-15 | 1 | -0/+77 |
| * | [Mips][msa] Added initial MSA support. | Jack Carter | 2013-08-13 | 1 | -0/+34 |