Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrAltivec.td
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-05 Bill WendlingAdd the 64-bit versions of the DS* Altivec instructions.
2007-08-09 Dale JohannesenFix arguments for some Altivec instructions. From...
2007-08-07 Dale JohannesenFix spelling of mtvscr and mfvscr.
2007-07-30 Evan ChengVector fneg must be expanded into fsub -0.0, X.
2007-07-21 Evan ChengNo more noResults.
2007-07-19 Evan ChengChange instruction description to split OperandList...
2007-02-16 Chris Lattnerfix incorrect encoding of vminsw.
2006-07-18 Chris LattnerMake the implicit def instructions look like other...
2006-06-20 Chris LattnerRemove some now-unneeded casts from instruction pattern...
2006-04-20 Chris LattnerFix the CodeGen/PowerPC/buildvec_canonicalize.ll regres...
2006-04-20 Chris LattnerMake sure that the new instructions selected have the...
2006-04-16 Chris LattnerImplement a TODO: have the legalizer canonicalize a...
2006-04-15 Chris LattnerAdd patterns for matching vnots with bit converted...
2006-04-12 Chris LattnerRename get_VSPLI_elt -> get_VSPLTI_elt
2006-04-12 Chris LattnerEnsure that zero vectors are always v4i32, which forces...
2006-04-08 Chris LattnerChange the interface to the predicate that determines...
2006-04-06 Chris LattnerMatch vpku[hw]um(x,x).
2006-04-06 Chris LattnerAdd support for matching vmrg(x,x) patterns
2006-04-06 Chris LattnerPattern match vmrg* instructions, which are now lowered...
2006-04-06 Chris LattnerSupport pattern matching vsldoi(x,y) and vsldoi(x,x...
2006-04-06 Chris LattnerCompile the vpkuhum/vpkuwum intrinsics into vpkuhum...
2006-04-05 Chris LattnerAdd all of the data stream intrinsics and instructions...
2006-04-05 Chris LattnerFix a typo
2006-04-05 Chris Lattneradd vsl
2006-04-05 Chris Lattneradd vmladduhm
2006-04-05 Chris LattnerAdd m[tf]vscr instructions.
2006-04-04 Chris LattnerAdd missing byte merges.
2006-04-04 Chris LattnerAdd FP -> Int Conversions
2006-04-04 Chris Lattneradd average intrinsics
2006-04-04 Chris LattnerAsk legalize to promote all vector shuffles to be v16i8...
2006-04-04 Chris LattnerPlug in the byte and short splats
2006-04-03 Chris LattnerAdd the full set of min/max instructions
2006-04-01 Chris LattnerImplement vnot using VNOR instead of using 'vspltisb...
2006-03-31 Chris LattnerShrinkify some more intrinsic definitions.
2006-03-31 Chris LattnerPull operand asm string into base class, shrinkifying...
2006-03-31 Chris LattnerFix 80 column violations :)
2006-03-31 Chris Lattnerfix a pasto
2006-03-31 Chris LattnerAdd vperm support for all datatypes
2006-03-31 Chris Lattnercompactify some more instruction definitions
2006-03-31 Chris LattnerCompactify comparisons.
2006-03-31 Chris LattnerLower vector compares to VCMP nodes, just like we lower...
2006-03-30 Chris LattnerAdd the rest of the vmul instructions and the vmulsum...
2006-03-30 Chris LattnerUse a new tblgen feature to significantly shrinkify...
2006-03-30 Chris LattnerAdd a bunch of new instructions for intrinsics.
2006-03-28 Nate BegemanFix a couple typos
2006-03-28 Nate BegemanAdd a few more altivec intrinsics
2006-03-28 Chris Lattnerimplement a bunch more intrinsics.
2006-03-28 Chris LattnerUse normal lvx for scalar_to_vector instead of lve...
2006-03-28 Chris LattnerTblgen doesn't like multiple SDNode<> definitions that...
2006-03-27 Chris LattnerFix the JIT encoding of VSEL
2006-03-27 Chris LattnerFix the JIT encoding of VSPLTI*
2006-03-26 Chris Lattneradd vsel
2006-03-26 Chris LattnerCodegen vector predicate compares.
2006-03-26 Evan ChengRemove PPC:isZeroVector, use ISD::isBuildVectorAllZeros...
2006-03-26 Chris LattnerAdd all of the altivec comparison instructions. Add...
2006-03-26 Chris LattnerAdd and 8/16-bit adds, add all integer subtracts, add...
2006-03-26 Chris Lattnerimplement the vsldoi intrinsic.
2006-03-25 Chris Lattnerfix the pattern for vandc, it's NOT vnand
2006-03-25 Chris Lattneradd patterns for VANDC/VNOR, implementing
2006-03-25 Chris LattnerAdd some logical operations
2006-03-25 Chris Lattnerimplement a bunch of intrinsics
2006-03-25 Chris LattnerMove all Altivec stuff out into a new PPCInstrAltivec...