| Commit message (Expand) | Author | Age | Files | Lines |
* | [mips] Explicitly select `mips32r2` CPU for test cases require 64-bit FPU. NFC | Simon Atanasyan | 2019-07-09 | 1 | -2/+2 |
* | [mips][msa] Fix generation of bm(n)zi and bins[lr]i instructions | Petar Jovanovic | 2017-04-07 | 1 | -8/+8 |
* | [opaque pointer type] Add textual IR support for explicit type parameter to l... | David Blaikie | 2015-02-27 | 1 | -155/+155 |
* | [mips] BSEL's and BINS[RL] operands are reversed compared to the vselect node... | Daniel Sanders | 2014-03-12 | 1 | -2/+3 |
* | [mips][msa] Build all the tests in little and big endian modes and correct an... | Daniel Sanders | 2013-11-15 | 1 | -0/+1 |
* | [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n... | Daniel Sanders | 2013-11-12 | 1 | -0/+137 |
* | [mips][msa] Added support for matching bset, bseti, bneg, and bnegi from norm... | Daniel Sanders | 2013-11-12 | 1 | -0/+248 |
* | [mips][msa] Change constant used in ori tests to avoid conflict with bseti (a... | Daniel Sanders | 2013-11-12 | 1 | -16/+16 |
* | [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal... | Daniel Sanders | 2013-10-30 | 1 | -12/+39 |
* | [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ... | Daniel Sanders | 2013-10-30 | 1 | -12/+92 |
* | [mips][msa] Combine binsri-like DAG of AND and OR into equivalent VSELECT | Daniel Sanders | 2013-10-30 | 1 | -0/+164 |
* | [mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal e... | Daniel Sanders | 2013-09-27 | 1 | -1/+1 |
* | [mips][msa] Added support for matching andi, ori, nori, and xori from normal ... | Daniel Sanders | 2013-09-24 | 1 | -0/+240 |
* | [mips][msa] Added support for matching slli, srai, and srli from normal IR (i... | Daniel Sanders | 2013-09-24 | 1 | -0/+168 |
* | [mips][msa] Added support for matching pcnt from normal IR (i.e. not intrinsics) | Daniel Sanders | 2013-09-23 | 1 | -0/+60 |
* | [mips][msa] Added support for matching nor from normal IR (i.e. not intrinsics) | Daniel Sanders | 2013-09-23 | 1 | -0/+68 |
* | [mips][msa] Added support for matching and, or, and xor from normal IR (i.e. ... | Daniel Sanders | 2013-09-23 | 1 | -0/+192 |
* | [mips][msa] Added test cases that were supposed to be part of r190507, r19050... | Daniel Sanders | 2013-09-11 | 1 | -0/+254 |