| Commit message (Expand) | Author | Age | Files | Lines |
* | [mips] Make sure loads from lazy-binding entries do not get CSE'd or hoisted out | Akira Hatanaka | 2013-09-28 | 4 | -9/+57 |
* | [mips][msa] Implemented insert.d intrinsic. | Daniel Sanders | 2013-09-27 | 1 | -28/+60 |
* | [mips][msa] Implemented fill.d intrinsic. | Daniel Sanders | 2013-09-27 | 1 | -9/+33 |
* | [mips][msa] Implemented copy_[us].d intrinsic. | Daniel Sanders | 2013-09-27 | 1 | -0/+42 |
* | [mips][msa] Implemented insert_vector_elt for v4f32 and v2f64. | Daniel Sanders | 2013-09-27 | 1 | -0/+34 |
* | [mips][msa] Implemented extract_vector_elt for v4f32 or v2f64 | Daniel Sanders | 2013-09-27 | 2 | -0/+221 |
* | [mips][msa] Added support for MSA registers to copyPhysReg | Daniel Sanders | 2013-09-27 | 1 | -0/+136 |
* | [mips][msa] Added support for matching splati from normal IR (i.e. not intrin... | Daniel Sanders | 2013-09-27 | 1 | -12/+64 |
* | [mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal e... | Daniel Sanders | 2013-09-27 | 56 | -58/+63 |
* | [mips][msa] Expand all truncstores and loadexts for MSA as well as DSP | Daniel Sanders | 2013-09-27 | 2 | -0/+32 |
* | [mips][msa] Added missing check in performSRACombine | Daniel Sanders | 2013-09-27 | 1 | -0/+137 |
* | Fix a bad typo in the inline assembly code for mips16 pic fp stubs | Reed Kotler | 2013-09-25 | 2 | -12/+33 |
* | [mips][msa] Added support for matching pckev, and pckod from normal IR (i.e. ... | Daniel Sanders | 2013-09-24 | 1 | -0/+132 |
* | [mips][msa] Added support for matching ilv[lr], ilvod, and ilvev from normal ... | Daniel Sanders | 2013-09-24 | 1 | -0/+262 |
* | [mips][msa] Added support for matching shf from normal IR (i.e. not intrinsics) | Daniel Sanders | 2013-09-24 | 1 | -8/+51 |
* | [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics) | Daniel Sanders | 2013-09-24 | 2 | -12/+336 |
* | [mips][msa] Remove the VSPLAT and VSPLATD nodes in favour of matching BUILD_V... | Daniel Sanders | 2013-09-24 | 1 | -2/+2 |
* | [mips][msa] Non-constant BUILD_VECTOR's should be expanded to INSERT_VECTOR_E... | Daniel Sanders | 2013-09-24 | 1 | -0/+110 |
* | [mips][msa] Added partial support for matching fmax_a from normal IR (i.e. no... | Daniel Sanders | 2013-09-24 | 1 | -0/+30 |
* | [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 max, maxi, min, mini from normal IR (i... | Daniel Sanders | 2013-09-24 | 3 | -4/+1096 |
* | [mips][msa] Added support for matching bsel and bseli from normal IR (i.e. no... | Daniel Sanders | 2013-09-24 | 4 | -7/+413 |
* | [mips][msa] Added support for matching comparisons from normal IR (i.e. not i... | Daniel Sanders | 2013-09-24 | 2 | -0/+1159 |
* | [mips][msa] Added support for matching slli, srai, and srli from normal IR (i... | Daniel Sanders | 2013-09-24 | 1 | -0/+168 |
* | Make nomips16 mask not repeat if it ends with a '.'. | Reed Kotler | 2013-09-23 | 1 | -0/+19 |
* | [mips][msa] Added support for matching addvi, and subvi from normal IR (i.e. ... | Daniel Sanders | 2013-09-23 | 1 | -0/+113 |
* | [mips][msa] Added support for matching insert and copy from normal IR (i.e. n... | Daniel Sanders | 2013-09-23 | 1 | -0/+226 |
* | [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 | 2 | -0/+390 |
* | [mips][msa] Implemented build_vector using ldi, fill, and custom SelectionDAG... | Daniel Sanders | 2013-09-23 | 2 | -0/+177 |
* | Set .reorder for the stub so that gas takes care of delay slot processing. | Reed Kotler | 2013-09-21 | 1 | -0/+20 |
* | Fix two issues regarding Got pointer (GP) setup. | Reed Kotler | 2013-09-18 | 1 | -10/+12 |
* | Expand the mask capability for deciding which functions are mips16 and mips32 | Reed Kotler | 2013-09-15 | 1 | -0/+73 |
* | [mips][msa] Added test cases that were supposed to be part of r190507, r19050... | Daniel Sanders | 2013-09-11 | 3 | -0/+734 |
* | [mips][msa] Added support for matching mulv, nlzc, sll, sra, srl, and subv fr... | Daniel Sanders | 2013-09-11 | 2 | -0/+323 |
* | [mips][msa] Added support for matching fadd, fdiv, flog2, fmul, frint, fsqrt,... | Daniel Sanders | 2013-09-11 | 2 | -0/+224 |
* | [mips][msa] Added support for matching div_[su] from normal IR (i.e. not intr... | Daniel Sanders | 2013-09-11 | 1 | -0/+130 |
* | [mips][msa] Added support for matching addv from normal IR (i.e. not intrinsics) | Daniel Sanders | 2013-09-11 | 1 | -0/+68 |
* | [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsics | Daniel Sanders | 2013-09-11 | 1 | -52/+86 |
* | [mips][msa] Removed unsupported dot product instructions (dotp_[su].b) | Daniel Sanders | 2013-09-10 | 1 | -44/+0 |
* | [mips] Fix typos. | Akira Hatanaka | 2013-09-07 | 1 | -2/+2 |
* | [mips] Enhance command line option "-mno-ldc1-sdc1" to expand base+index double | Akira Hatanaka | 2013-09-07 | 1 | -15/+63 |
* | [mips] Set instruction itineraries of loads, stores and conditional moves. | Akira Hatanaka | 2013-09-06 | 1 | -16/+17 |
* | Make sure we don't generate stubs for any of these functions because they | Reed Kotler | 2013-09-01 | 1 | -15/+13 |
* | Fix a problem with dual mips16/mips32 mode. When the underlying processor | Reed Kotler | 2013-08-30 | 1 | -0/+38 |
* | [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.v | Daniel Sanders | 2013-08-28 | 2 | -0/+134 |
* | [mips][msa] Added load/store intrinsics. | Daniel Sanders | 2013-08-28 | 2 | -0/+298 |
* | [mips][msa] Added move.v | Daniel Sanders | 2013-08-28 | 1 | -0/+24 |
* | [mips][msa] Added cfcmsa, and ctcmsa | Daniel Sanders | 2013-08-28 | 1 | -0/+167 |