movnt* and maskmovdqu intrinsics
[oota-llvm.git] / lib / Target / X86 / X86InstrSSE.td
2006-04-11 Evan Chengmovnt* and maskmovdqu intrinsics
2006-04-11 Evan ChengAdded support for _mm_move_ss and _mm_move_sd.
2006-04-10 Evan ChengRemove some bogus patterns; clean up.
2006-04-10 Evan ChengAdded some missing shuffle patterns.
2006-04-10 Evan Chengmovups / movupd
2006-04-10 Evan ChengConditional move of vector types.
2006-04-08 Evan Chengldmxcsr and stmxcsr.
2006-04-07 Evan ChengAdded patterns for MOVHPSmr and MOVLPSmr.
2006-04-06 Evan ChengA MOVPS2SSmr, i.e. _mm_store_ss, encoding bug.
2006-04-06 Evan Cheng- movlp{s|d} and movhp{s|d} support.
2006-04-06 Evan ChengPOR encoded as PAND, yikes.
2006-04-05 Evan ChengSupport for comi / ucomi intrinsics.
2006-04-05 Evan ChengHandle canonical form of e.g.
2006-04-04 Evan ChengAdded pslldq and psrldq.
2006-04-04 Evan ChengMinor fixes + naming changes.
2006-04-04 Evan ChengPSHUF* encoding bugs.
2006-04-04 Evan Chengcmpps / cmppd encoding bug
2006-04-04 Evan ChengCompact some intrinsic definitions.
2006-04-03 Evan ChengSome SSE1 intrinsics: min, max, sqrt, etc.
2006-04-03 Evan ChengUse movlpd to: store lower f64 extracted from v2f64.
2006-04-03 Evan Cheng- More efficient extract_vector_elt with shuffle and...
2006-03-31 Evan ChengUse a X86 target specific node X86ISD::PINSRW instead...
2006-03-31 Evan ChengAdded support for SSE3 horizontal ops: haddp{s|d} and...
2006-03-31 Evan ChengAdd support to use pextrw and pinsrw to extract and...
2006-03-30 Evan ChengMake sure all possible shuffles are matched.
2006-03-30 Evan ChengMore logical ops patterns
2006-03-30 Evan ChengAdd support for _mm_cmp{cc}_ss and _mm_cmp{cc}_ps intri...
2006-03-30 Evan ChengAdd 128-bit pmovmskb intrinsic support.
2006-03-29 Evan ChengChange SSE pack operation definitions to fit what the...
2006-03-29 Evan Cheng- Added some SSE2 128-bit packed integer ops.
2006-03-29 Evan ChengNeed to special case splat after all. Make the second...
2006-03-29 Evan ChengFloating point logical operation patterns should match...
2006-03-29 Evan Cheng- More shuffle related bug fixes.
2006-03-29 Evan Cheng- Only use pshufd for v4i32 vector shuffles.
2006-03-28 Evan ChengAdded aliases to scalar SSE instructions, e.g. addss...
2006-03-28 Evan Chengmovlps and movlpd should be modeled as two address...
2006-03-28 Evan ChengTypo
2006-03-28 Evan Cheng* Prefer using operation of matching types. e.g unpcklp...
2006-03-28 Evan Cheng- Clean up / consoladate various shuffle masks.
2006-03-28 Evan ChengModel unpack lower and interleave as vector_shuffle...
2006-03-27 Chris Lattnerunbreak the build
2006-03-27 Evan ChengUse pcmpeq to generate vector of all ones.
2006-03-26 Evan ChengRemove X86:isZeroVector, use ISD::isBuildVectorAllZeros...
2006-03-25 Evan ChengBuild arbitrary vector with more than 2 distinct scalar...
2006-03-25 Evan ChengAdded SSE cachebility ops
2006-03-25 Evan ChengAdded 128-bit packed integer subtraction.
2006-03-25 Evan ChengAdded CVTSS2SI.
2006-03-24 Evan ChengSupport for scalar to vector with zero extension.
2006-03-24 Evan ChengAdded LDMXCSR
2006-03-24 Chris Lattnerplug the intrinsics into the patterns for movmsk*
2006-03-24 Evan ChengHandle BUILD_VECTOR with all zero elements.
2006-03-24 Evan ChengMore efficient v2f64 shuffle using movlhps, movhlps...
2006-03-24 Evan ChengHandle more shuffle cases with SHUFP* instructions.
2006-03-23 Evan ChengFollowing icc's lead: use movdqa to load / store 128...
2006-03-23 Evan ChengAdd v4i32 <-> v4f32 bitconvert patterns.
2006-03-23 Evan ChengAdd 128-bit integer vector load and add (for testing).
2006-03-22 Evan ChengSHUFP* are two address code.
2006-03-22 Evan Cheng- Supposely movlhps is faster / better than unpcklpd.
2006-03-22 Evan Cheng- Implement X86ISelLowering::isShuffleMaskLegal()....
2006-03-22 Evan Cheng- VECTOR_SHUFFLE of v4i32 / v4f32 with undef second...
2006-03-22 Evan ChengFix PSHUF* and SHUF* jit code emission problems
2006-03-22 Evan ChengSome splat and shuffle support.
2006-03-21 Evan Cheng- Use movaps to store 128-bit vector integers.
2006-03-21 Evan Cheng- Remove scalar to vector pseudo ops. They are just...
2006-03-21 Evan Chengx86 ISD::SCALAR_TO_VECTOR support.
2006-03-20 Evan ChengMove a few things around.
2006-03-19 Evan ChengVector undef's
2006-03-18 Evan ChengUse the generic vector register classes VR64 / VR128...
2006-03-17 Evan ChengMove some pattern fragments to the right files.
2006-02-22 Evan ChengAdded MMX, SSE1, and SSE2 vector instructions and some...
2006-02-21 Evan ChengOne more round of reorg so sabre doesn't freak out...
2006-02-21 Evan ChengA big more cleaning up.
2006-02-21 Evan ChengMoving things to their proper places.
2006-02-21 Evan ChengSplit instruction info into multiple files, one for...