summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsMSAInstrInfo.td
Commit message (Expand)AuthorAge
* [mips][mips64r6] Add align and dalignDaniel Sanders2014-05-15
* [mips][msa] Fix vector insertions where the index is variableDaniel Sanders2014-04-30
* [mips][msa] Fix element extraction where the index is variable.Daniel Sanders2014-04-29
* [mips] Rewrite MipsAsmParser and MipsOperand.Daniel Sanders2014-04-01
* Revert: [mips] Rewrite MipsAsmParser and MipsOperand.' due to buildbot errors...Daniel Sanders2014-03-31
* [mips] Rewrite MipsAsmParser and MipsOperand.Daniel Sanders2014-03-31
* [mips] BSEL's and BINS[RL] operands are reversed compared to the vselect node...Daniel Sanders2014-03-12
* [mips] Prevent %lo relocation being used on MSA loads and stores.Daniel Sanders2014-03-03
* [mips][msa] Add DLSA instruction.Matheus Almeida2014-02-10
* [mips][msa] Make LSA_DESC a parameterizable class.Matheus Almeida2014-02-10
* [mips][msa] Add insert.d instruction.Matheus Almeida2014-01-31
* [mips][msa] Add fill.d instruction.Matheus Almeida2014-01-29
* [mips][msa] Add copy_{u,s}.d.Matheus Almeida2014-01-29
* Fix known typosAlp Toker2014-01-24
* [mips][msa] Correct pattern for LSADaniel Sanders2014-01-17
* [mips][msa] Correct sld and sldi builtins.Daniel Sanders2013-12-10
* [mips][msa] Fix issue with immediate fields of LD/ST instructionsMatheus Almeida2013-12-05
* [mips][msa] Pseudo instructions require HasMSA too. Inherit from MSAPseudo in...Daniel Sanders2013-11-20
* [mips][msa] Remove unused instruction class MSA_I8_X_DESC_BASEDaniel Sanders2013-11-20
* long line correctionJack Carter2013-11-20
* [mips][msa] Update encoding of bnz.v (typo).Matheus Almeida2013-11-18
* [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-18
* [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders2013-11-12
* [mips][msa] Added support for matching bset, bseti, bneg, and bnegi from norm...Daniel Sanders2013-11-12
* [mips][msa] Update encoding of LDI instruction.Matheus Almeida2013-11-08
* [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related testsDaniel Sanders2013-10-30
* [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal...Daniel Sanders2013-10-30
* [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...Daniel Sanders2013-10-30
* [mips][msa] Added support for matching splat.[bhw] from normal IR (i.e. not i...Daniel Sanders2013-10-30
* [mips][msa] Direct Object Emission support for the LSA instruction.Matheus Almeida2013-10-23
* [mips][msa] Added support for matching fexp2 from normal IR (i.e. not intrins...Daniel Sanders2013-10-23
* [mips][msa] Direct Object Emission support for conditional branches.Matheus Almeida2013-10-22
* [mips][msa] Direct Object Emission support for LD/ST instructions.Matheus Almeida2013-10-21
* [mips][msa] Direct Object Emission support for LDI instructions.Matheus Almeida2013-10-21
* [mips][msa] Direct Object Emission support for MOVE.v.Matheus Almeida2013-10-21
* [mips][msa] Direct Object Emission support for CTCMSA and CFCMSA. Matheus Almeida2013-10-21
* [mips][msa] Direct Object Emission of SPLAT instruction.Matheus Almeida2013-10-21
* [mips][msa] Fix definition of SLD instruction.Matheus Almeida2013-10-21
* [mips][msa] Added lsa instructionDaniel Sanders2013-10-17
* [mips][msa] Removed ldx.[bhwd] and stx.[bhwd].Daniel Sanders2013-10-17
* [mips][msa] Correct definition order of ftrunc_[su], ftint_[su], and ftq.Daniel Sanders2013-10-17
* [mips][msa] Added support for build_vector for v4f32 and v2f64.Daniel Sanders2013-10-15
* [mips][msa] Direct Object Emission support for BIT instructions.Matheus Almeida2013-10-14
* [mips][msa] Direct Object Emission support for VEC instructions.Matheus Almeida2013-10-14
* [mips][msa] Direct Object Emission of INSVE.{b,h,w,d}.Matheus Almeida2013-10-14
* [mips][msa] Direct Object Emission for the majority of the ELM instructions.Matheus Almeida2013-10-14
* [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.Matheus Almeida2013-10-14
* This reverts 192447 because of compiler warning generated on darwin build.Matheus Almeida2013-10-11
* This reverts r192449 because of compiler warning generated on darwin build.Matheus Almeida2013-10-11
* [mips][msa] Direct Object Emission for the majority of the ELM instructions.Matheus Almeida2013-10-11