summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/msa
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for legalizing SETNE/SETEQ by inverting the condition code and th...Daniel Sanders2013-11-212-0/+234
* [mips][msa/dsp] Only do DSP combines if DSP is enabled.Daniel Sanders2013-11-211-0/+141
* [mips][msa] Merge basic_operations_little.ll into basic_operations.ll.Daniel Sanders2013-11-152-639/+184
* Fix illegal DAG produced by SelectionDAG::getConstant() for v2i64 typeDaniel Sanders2013-11-159-26/+134
* [mips][msa] Build all the tests in little and big endian modes and correct an...Daniel Sanders2013-11-1559-3/+666
* [mips][msa] Enable inlinse assembly for MSA.Daniel Sanders2013-11-121-0/+34
* [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders2013-11-122-1/+139
* [mips][msa] Added support for matching bset, bseti, bneg, and bnegi from norm...Daniel Sanders2013-11-121-0/+248
* [mips][msa] Change constant used in ori tests to avoid conflict with bseti (a...Daniel Sanders2013-11-121-16/+16
* Vector forms of SHL, SRA, and SRL can be constant folded using SimplifyVBinOp...Daniel Sanders2013-11-111-0/+70
* [mips][msa] CHECK-DAG-ize MSA 3r-a.ll test.Matheus Almeida2013-11-111-192/+336
* [mips][msa] CHECK-DAG-ize MSA 2rf_int_float.ll test.Matheus Almeida2013-11-111-30/+50
* [mips][msa] CHECK-DAG-ize MSA 2rf_float_int.ll test.Matheus Almeida2013-11-111-12/+20
* [mips][msa] CHECK-DAG-ize MSA 2rf.ll test.Matheus Almeida2013-11-111-48/+80
* [mips][msa] CHECK-DAG-ize MSA 2r.ll test.Matheus Almeida2013-11-111-36/+60
* [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related testsDaniel Sanders2013-10-301-73/+121
* [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal...Daniel Sanders2013-10-304-162/+299
* [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...Daniel Sanders2013-10-302-84/+216
* [mips][msa] Combine binsri-like DAG of AND and OR into equivalent VSELECTDaniel Sanders2013-10-301-0/+164
* [mips][msa] Added support for matching splat.[bhw] from normal IR (i.e. not i...Daniel Sanders2013-10-301-33/+44
* [mips][msa] Added support for matching fexp2 from normal IR (i.e. not intrins...Daniel Sanders2013-10-231-0/+69
* [mips][msa] Fix definition of SLD instruction.Matheus Almeida2013-10-211-27/+27
* [mips][msa] Added a regression test that depended on multiple patches to pass.Daniel Sanders2013-10-181-0/+150
* [mips][msa] Added lsa instructionDaniel Sanders2013-10-171-0/+26
* Fix r192888: test/CodeGen/Mips/msa/3r_ld_st.ll should have been deletedDaniel Sanders2013-10-171-149/+0
* [mips][msa] Added support for build_vector for v4f32 and v2f64.Daniel Sanders2013-10-151-4/+39
* [mips][msa] Improves robustness of the test by enhancing pattern matching.Matheus Almeida2013-10-111-240/+360
* [mips][msa] Added support for matching maddv.[bhwd], and msubv.[bhwd] from no...Daniel Sanders2013-10-111-0/+160
* [mips][msa] Added support for matching fmsub.[wd] from normal IR (i.e. not in...Daniel Sanders2013-10-111-0/+40
* [mips][msa] Added support for matching fmadd.[wd] from normal IR (i.e. not in...Daniel Sanders2013-10-111-0/+44
* [mips][msa] Added support for matching ffint_[us].[wd], and ftrunc_[us].[wd] ...Daniel Sanders2013-10-111-0/+112
* [mips][msa] Added support for matching mod_[us] from normal IR (i.e. not intr...Daniel Sanders2013-10-011-0/+128
* [mips][msa] Implemented insert.d intrinsic.Daniel Sanders2013-09-271-28/+60
* [mips][msa] Implemented fill.d intrinsic.Daniel Sanders2013-09-271-9/+33
* [mips][msa] Implemented copy_[us].d intrinsic.Daniel Sanders2013-09-271-0/+42
* [mips][msa] Implemented insert_vector_elt for v4f32 and v2f64.Daniel Sanders2013-09-271-0/+34
* [mips][msa] Implemented extract_vector_elt for v4f32 or v2f64Daniel Sanders2013-09-272-0/+221
* [mips][msa] Added support for MSA registers to copyPhysRegDaniel Sanders2013-09-271-0/+136
* [mips][msa] Added support for matching splati from normal IR (i.e. not intrin...Daniel Sanders2013-09-271-12/+64
* [mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal e...Daniel Sanders2013-09-2756-58/+63
* [mips][msa] Expand all truncstores and loadexts for MSA as well as DSPDaniel Sanders2013-09-272-0/+32
* [mips][msa] Added missing check in performSRACombineDaniel Sanders2013-09-271-0/+137
* [mips][msa] Added support for matching pckev, and pckod from normal IR (i.e. ...Daniel Sanders2013-09-241-0/+132
* [mips][msa] Added support for matching ilv[lr], ilvod, and ilvev from normal ...Daniel Sanders2013-09-241-0/+262
* [mips][msa] Added support for matching shf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-241-8/+51
* [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-242-12/+336
* [mips][msa] Remove the VSPLAT and VSPLATD nodes in favour of matching BUILD_V...Daniel Sanders2013-09-241-2/+2
* [mips][msa] Non-constant BUILD_VECTOR's should be expanded to INSERT_VECTOR_E...Daniel Sanders2013-09-241-0/+110
* [mips][msa] Added partial support for matching fmax_a from normal IR (i.e. no...Daniel Sanders2013-09-241-0/+30
* [mips][msa] Added support for matching andi, ori, nori, and xori from normal ...Daniel Sanders2013-09-241-0/+240
OpenPOWER on IntegriCloud