aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsMSAInstrInfo.td
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-8/+82
* Update to LLVM 3.5a.Stephen Hines2014-04-241-111/+150
* [mips][msa] Update encoding of bnz.v (typo).Matheus Almeida2013-11-181-1/+1
* [mips][msa] Fix immediate value of LSA instruction as it was being wrongly en...Matheus Almeida2013-11-181-1/+16
* [mips][msa] Added support for matching bclr, and bclri from normal IR (i.e. n...Daniel Sanders2013-11-121-38/+65
* [mips][msa] Added support for matching bset, bseti, bneg, and bnegi from norm...Daniel Sanders2013-11-121-70/+147
* [mips][msa] Update encoding of LDI instruction.Matheus Almeida2013-11-081-4/+4
* [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related testsDaniel Sanders2013-10-301-8/+29
* [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal...Daniel Sanders2013-10-301-5/+44
* [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ...Daniel Sanders2013-10-301-16/+45
* [mips][msa] Added support for matching splat.[bhw] from normal IR (i.e. not i...Daniel Sanders2013-10-301-26/+36
* [mips][msa] Direct Object Emission support for the LSA instruction.Matheus Almeida2013-10-231-5/+6
* [mips][msa] Added support for matching fexp2 from normal IR (i.e. not intrins...Daniel Sanders2013-10-231-4/+18
* [mips][msa] Direct Object Emission support for conditional branches.Matheus Almeida2013-10-221-23/+23
* [mips][msa] Direct Object Emission support for LD/ST instructions.Matheus Almeida2013-10-211-24/+26
* [mips][msa] Direct Object Emission support for LDI instructions.Matheus Almeida2013-10-211-8/+8
* [mips][msa] Direct Object Emission support for MOVE.v.Matheus Almeida2013-10-211-2/+2
* [mips][msa] Direct Object Emission support for CTCMSA and CFCMSA. Matheus Almeida2013-10-211-5/+5
* [mips][msa] Direct Object Emission of SPLAT instruction.Matheus Almeida2013-10-211-12/+16
* [mips][msa] Fix definition of SLD instruction.Matheus Almeida2013-10-211-8/+23
* [mips][msa] Added lsa instructionDaniel Sanders2013-10-171-0/+18
* [mips][msa] Removed ldx.[bhwd] and stx.[bhwd].Daniel Sanders2013-10-171-51/+0
* [mips][msa] Correct definition order of ftrunc_[su], ftint_[su], and ftq.Daniel Sanders2013-10-171-22/+22
* [mips][msa] Added support for build_vector for v4f32 and v2f64.Daniel Sanders2013-10-151-3/+22
* [mips][msa] Direct Object Emission support for BIT instructions.Matheus Almeida2013-10-141-74/+102
* [mips][msa] Direct Object Emission support for VEC instructions.Matheus Almeida2013-10-141-67/+81
* [mips][msa] Direct Object Emission of INSVE.{b,h,w,d}.Matheus Almeida2013-10-141-14/+18
* [mips][msa] Direct Object Emission for the majority of the ELM instructions.Matheus Almeida2013-10-141-31/+42
* [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.Matheus Almeida2013-10-141-14/+14
* This reverts 192447 because of compiler warning generated on darwin build.Matheus Almeida2013-10-111-14/+14
* This reverts r192449 because of compiler warning generated on darwin build.Matheus Almeida2013-10-111-42/+31
* [mips][msa] Direct Object Emission for the majority of the ELM instructions.Matheus Almeida2013-10-111-31/+42
* [mips][msa] Direct Object Emission of INSERT.{B,H,W} instruction.Matheus Almeida2013-10-111-14/+14
* [mips][msa] Added support for matching maddv.[bhwd], and msubv.[bhwd] from no...Daniel Sanders2013-10-111-16/+15
* [mips][msa] Added support for matching fmsub.[wd] from normal IR (i.e. not in...Daniel Sanders2013-10-111-4/+4
* [mips][msa] Added support for matching fmadd.[wd] from normal IR (i.e. not in...Daniel Sanders2013-10-111-4/+2
* [mips][msa] Added support for matching ffint_[us].[wd], and ftrunc_[us].[wd] ...Daniel Sanders2013-10-111-12/+8
* [mips][msa] Added support for matching mod_[us] from normal IR (i.e. not intr...Daniel Sanders2013-10-011-9/+9
* [mips][msa] Direct Object Emission for I8 instructions.Jack Carter2013-09-301-28/+32
* [mips][msa] Direct Object Emission for I5 instructions.Jack Carter2013-09-301-49/+57
* [mips][msa] Direct Object Emission for 2R instructions.Jack Carter2013-09-301-16/+16
* [PATCH 1/4] [mips][msa] Source register of FILL instructions is GPRJack Carter2013-09-301-15/+15
* [mips][msa] Rename arguments to MSA_INSERT_DESC_BASE to better match their ex...Daniel Sanders2013-09-271-6/+6
* [mips][msa] Implemented insert_vector_elt for v4f32 and v2f64.Daniel Sanders2013-09-271-0/+20
* [mips][msa] Implemented extract_vector_elt for v4f32 or v2f64Daniel Sanders2013-09-271-0/+15
* [mips][msa] Added support for matching splati from normal IR (i.e. not intrin...Daniel Sanders2013-09-271-8/+44
* [mips][msa] Direct Object Emission for 3RF instructions.Jack Carter2013-09-261-112/+117
* [mips][msa] Updates encoding of 3RF instructions to match the latest revision...Jack Carter2013-09-261-2/+2
* [mips][msa] Direct Object Emission for 3R instructions.Jack Carter2013-09-261-330/+378