aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/msa
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0962-2195/+2195
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-022-52/+50
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-292-32/+443
* Update to LLVM 3.5a.Stephen Hines2014-04-2417-339/+835
* Merged r195973:Daniel Sanders2013-12-011-0/+85
* Merging r195469:Bill Wendling2013-11-261-0/+31
* Merging r195444:Bill Wendling2013-11-261-0/+27
* Merging r195364:Bill Wendling2013-11-261-0/+33
* Merging r195343:Bill Wendling2013-11-261-0/+141
* Merging r195635:Daniel Sanders2013-11-251-0/+143
* Merging r195355:Daniel Sanders2013-11-212-0/+234
* [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