summaryrefslogtreecommitdiff
path: root/include/llvm/IR/IntrinsicsMips.td
Commit message (Expand)AuthorAge
* [mips][msa] Add DLSA instruction.Matheus Almeida2014-02-10
* MIPS: mark intrinsics IntrNoMem so all patterns using them are consistent.Tim Northover2014-01-21
* [mips][msa] Correct sld and sldi builtins.Daniel Sanders2013-12-10
* [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] 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] 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] Added support for matching vshf from normal IR (i.e. not intrinsics)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 insert and copy from normal IR (i.e. n...Daniel Sanders2013-09-23
* [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 IntrNoMem and removed Commutative from sub intrinsics.Daniel Sanders2013-09-03
* [mips][msa] Added IntrNoMem to the floating-point intrinsics.Daniel Sanders2013-09-03
* [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
* [mips][msa] Added f[cs]af, f[cs]or, f[cs]ueq, f[cs]ul[et], f[cs]une, fsun, ft...Daniel Sanders2013-08-28
* [mips][msa] Few MSA Builtins have side-effects. Added IntrNoMem to those that...Daniel Sanders2013-08-23
* [mips][msa] Removed fcge, fcgt, fsge, fsgtDaniel Sanders2013-08-20
* [mips][msa] Added insveDaniel Sanders2013-08-20
* [mips][msa] Added and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.vDaniel Sanders2013-08-20
* [Mips][msa] Added the simple builtins (madd_q to xori)Jack Carter2013-08-15
* [Mips][msa] Added the simple builtins (fadd to ftq)Jack Carter2013-08-15
* [Mips][msa] Added the simple builtins (add_a to dpsub[su], ilvev to ldi)Jack Carter2013-08-15
* [mips] Remove "Commutative" from property list of non-commutative intrinsics.Akira Hatanaka2013-05-03
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02