add average intrinsics
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrAltivec.td
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...