| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add support for legalizing SETNE/SETEQ by inverting the condition code and th... | Daniel Sanders | 2013-11-21 | 2 | -0/+234 |
| * | [mips][msa/dsp] Only do DSP combines if DSP is enabled. | Daniel Sanders | 2013-11-21 | 1 | -0/+141 |
| * | [mips][msa] Merge basic_operations_little.ll into basic_operations.ll. | Daniel Sanders | 2013-11-15 | 2 | -639/+184 |
| * | Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 type | Daniel Sanders | 2013-11-15 | 9 | -26/+134 |
| * | [mips][msa] Build all the tests in little and big endian modes and correct an... | Daniel Sanders | 2013-11-15 | 59 | -3/+666 |
| * | [mips][msa] Enable inlinse assembly for MSA. | Daniel Sanders | 2013-11-12 | 1 | -0/+34 |
| * | [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n... | Daniel Sanders | 2013-11-12 | 2 | -1/+139 |
| * | [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 |
| * | Vector forms of SHL, SRA, and SRL can be constant folded using SimplifyVBinOp... | Daniel Sanders | 2013-11-11 | 1 | -0/+70 |
| * | [mips][msa] CHECK-DAG-ize MSA 3r-a.ll test. | Matheus Almeida | 2013-11-11 | 1 | -192/+336 |
| * | [mips][msa] CHECK-DAG-ize MSA 2rf_int_float.ll test. | Matheus Almeida | 2013-11-11 | 1 | -30/+50 |
| * | [mips][msa] CHECK-DAG-ize MSA 2rf_float_int.ll test. | Matheus Almeida | 2013-11-11 | 1 | -12/+20 |
| * | [mips][msa] CHECK-DAG-ize MSA 2rf.ll test. | Matheus Almeida | 2013-11-11 | 1 | -48/+80 |
| * | [mips][msa] CHECK-DAG-ize MSA 2r.ll test. | Matheus Almeida | 2013-11-11 | 1 | -36/+60 |
| * | [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related tests | Daniel Sanders | 2013-10-30 | 1 | -73/+121 |
| * | [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal... | Daniel Sanders | 2013-10-30 | 4 | -162/+299 |
| * | [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ... | Daniel Sanders | 2013-10-30 | 2 | -84/+216 |
| * | [mips][msa] Combine binsri-like DAG of AND and OR into equivalent VSELECT | Daniel Sanders | 2013-10-30 | 1 | -0/+164 |
| * | [mips][msa] Added support for matching splat.[bhw] from normal IR (i.e. not i... | Daniel Sanders | 2013-10-30 | 1 | -33/+44 |
| * | [mips][msa] Added support for matching fexp2 from normal IR (i.e. not intrins... | Daniel Sanders | 2013-10-23 | 1 | -0/+69 |
| * | [mips][msa] Fix definition of SLD instruction. | Matheus Almeida | 2013-10-21 | 1 | -27/+27 |
| * | [mips][msa] Added a regression test that depended on multiple patches to pass. | Daniel Sanders | 2013-10-18 | 1 | -0/+150 |
| * | [mips][msa] Added lsa instruction | Daniel Sanders | 2013-10-17 | 1 | -0/+26 |
| * | Fix r192888: test/CodeGen/Mips/msa/3r_ld_st.ll should have been deleted | Daniel Sanders | 2013-10-17 | 1 | -149/+0 |
| * | [mips][msa] Added support for build_vector for v4f32 and v2f64. | Daniel Sanders | 2013-10-15 | 1 | -4/+39 |
| * | [mips][msa] Improves robustness of the test by enhancing pattern matching. | Matheus Almeida | 2013-10-11 | 1 | -240/+360 |
| * | [mips][msa] Added support for matching maddv.[bhwd], and msubv.[bhwd] from no... | Daniel Sanders | 2013-10-11 | 1 | -0/+160 |
| * | [mips][msa] Added support for matching fmsub.[wd] from normal IR (i.e. not in... | Daniel Sanders | 2013-10-11 | 1 | -0/+40 |
| * | [mips][msa] Added support for matching fmadd.[wd] from normal IR (i.e. not in... | Daniel Sanders | 2013-10-11 | 1 | -0/+44 |
| * | [mips][msa] Added support for matching ffint_[us].[wd], and ftrunc_[us].[wd] ... | Daniel Sanders | 2013-10-11 | 1 | -0/+112 |
| * | [mips][msa] Added support for matching mod_[us] from normal IR (i.e. not intr... | Daniel Sanders | 2013-10-01 | 1 | -0/+128 |
| * | [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 |
| * | [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 |