summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/msa
Commit message (Expand)AuthorAge
* [mips][msa] Fix definition of SLD instruction.Matheus Almeida2013-10-21
* [mips][msa] Added a regression test that depended on multiple patches to pass.Daniel Sanders2013-10-18
* [mips][msa] Added lsa instructionDaniel Sanders2013-10-17
* Fix r192888: test/CodeGen/Mips/msa/3r_ld_st.ll should have been deletedDaniel Sanders2013-10-17
* [mips][msa] Added support for build_vector for v4f32 and v2f64.Daniel Sanders2013-10-15
* [mips][msa] Improves robustness of the test by enhancing pattern matching.Matheus Almeida2013-10-11
* [mips][msa] Added support for matching maddv.[bhwd], and msubv.[bhwd] from no...Daniel Sanders2013-10-11
* [mips][msa] Added support for matching fmsub.[wd] from normal IR (i.e. not in...Daniel Sanders2013-10-11
* [mips][msa] Added support for matching fmadd.[wd] from normal IR (i.e. not in...Daniel Sanders2013-10-11
* [mips][msa] Added support for matching ffint_[us].[wd], and ftrunc_[us].[wd] ...Daniel Sanders2013-10-11
* [mips][msa] Added support for matching mod_[us] from normal IR (i.e. not intr...Daniel Sanders2013-10-01
* [mips][msa] Implemented insert.d intrinsic.Daniel Sanders2013-09-27
* [mips][msa] Implemented fill.d intrinsic.Daniel Sanders2013-09-27
* [mips][msa] Implemented copy_[us].d intrinsic.Daniel Sanders2013-09-27
* [mips][msa] Implemented insert_vector_elt for v4f32 and v2f64.Daniel Sanders2013-09-27
* [mips][msa] Implemented extract_vector_elt for v4f32 or v2f64Daniel Sanders2013-09-27
* [mips][msa] Added support for MSA registers to copyPhysRegDaniel Sanders2013-09-27
* [mips][msa] Added support for matching splati from normal IR (i.e. not intrin...Daniel Sanders2013-09-27
* [mips][msa] MSA requires FR=1 mode (64-bit FPU register file). Report fatal e...Daniel Sanders2013-09-27
* [mips][msa] Expand all truncstores and loadexts for MSA as well as DSPDaniel Sanders2013-09-27
* [mips][msa] Added missing check in performSRACombineDaniel Sanders2013-09-27
* [mips][msa] Added support for matching pckev, and pckod from normal IR (i.e. ...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching ilv[lr], ilvod, and ilvev from normal ...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching shf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-24
* [mips][msa] Added support for matching vshf from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-24
* [mips][msa] Remove the VSPLAT and VSPLATD nodes in favour of matching BUILD_V...Daniel Sanders2013-09-24
* [mips][msa] Non-constant BUILD_VECTOR's should be expanded to INSERT_VECTOR_E...Daniel Sanders2013-09-24
* [mips][msa] Added partial support for matching fmax_a from normal IR (i.e. no...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching andi, ori, nori, and xori from normal ...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching max, maxi, min, mini from normal IR (i...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching bsel and bseli from normal IR (i.e. no...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching comparisons from normal IR (i.e. not i...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching slli, srai, and srli from normal IR (i...Daniel Sanders2013-09-24
* [mips][msa] Added support for matching addvi, and subvi from normal IR (i.e. ...Daniel Sanders2013-09-23
* [mips][msa] Added support for matching insert and copy from normal IR (i.e. n...Daniel Sanders2013-09-23
* [mips][msa] Added support for matching pcnt from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-23
* [mips][msa] Added support for matching nor from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-23
* [mips][msa] Added support for matching and, or, and xor from normal IR (i.e. ...Daniel Sanders2013-09-23
* [mips][msa] Implemented build_vector using ldi, fill, and custom SelectionDAG...Daniel Sanders2013-09-23
* [mips][msa] Added test cases that were supposed to be part of r190507, r19050...Daniel Sanders2013-09-11
* [mips][msa] Added support for matching mulv, nlzc, sll, sra, srl, and subv fr...Daniel Sanders2013-09-11
* [mips][msa] Added support for matching fadd, fdiv, flog2, fmul, frint, fsqrt,...Daniel Sanders2013-09-11
* [mips][msa] Added support for matching div_[su] from normal IR (i.e. not intr...Daniel Sanders2013-09-11
* [mips][msa] Added support for matching addv from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-11
* [mips][msa] Corrected the definition of the dotp_[su].[hwd] intrinsicsDaniel Sanders2013-09-11
* [mips][msa] Removed unsupported dot product instructions (dotp_[su].b)Daniel Sanders2013-09-10
* [mips][msa] Added bnz.df, bnz.v, bz.df, and bz.vDaniel Sanders2013-08-28
* [mips][msa] Added load/store intrinsics.Daniel Sanders2013-08-28
* [mips][msa] Added move.vDaniel Sanders2013-08-28
* [mips][msa] Added cfcmsa, and ctcmsaDaniel Sanders2013-08-28