Use a multiclass to simplify 'SSE2 Integer comparison'
[oota-llvm.git] / lib / Target / X86 / X86InstrSSE.td
2006-10-07 Chris LattnerUse a multiclass to simplify 'SSE2 Integer comparison'
2006-10-07 Chris Lattnermove class defns close to uses to make it easier to...
2006-10-07 Chris Lattnersimplify horizontal op definitions
2006-10-07 Chris Lattnerremove more unneeded type info
2006-10-07 Chris Lattnerremove unneeded definitions and type info
2006-10-07 Chris Lattnerremove some unneeded type info
2006-10-07 Chris Lattnersimplify patterns by merging in operand info
2006-10-07 Chris LattnerFactor operands into packed unary classes
2006-10-07 Chris Lattnerremove dead/duplicate instructions
2006-10-07 Chris LattnerPull operand info up into parent class for scalar sse...
2006-10-07 Chris Lattnerconvert the sole sd unary intrinsic to a multiclass...
2006-10-07 Chris Lattnerpull operand string into the multiclass
2006-10-07 Chris LattnerRemove RSQRTSS[rm] RCPSS[rm], which are dead.
2006-10-07 Chris Lattnereliminate redundancy
2006-10-03 Evan ChengThese don't have immediate operands.
2006-09-11 Evan ChengX86ISD::CMP now produces a chain as well as a flag...
2006-09-05 Evan ChengJIT encoding bug.
2006-07-25 Evan ChengCan't commute shufps. The high / low parts elements...
2006-07-07 Evan ChengX86 target specific DAG combine: turn build_vector...
2006-06-29 Evan ChengShould just use xorps to clear XMM registers for all...
2006-06-29 Evan ChengAlways use xorps to clear XMM registers.
2006-06-20 Chris LattnerRemove some ugly now-redundant casts.
2006-06-20 Chris LattnerFix some mismatched type constraints
2006-06-19 Evan ChengMinor clean up.
2006-06-15 Evan ChengType of vector extract / insert index operand should...
2006-05-31 Evan ChengRename instructions for consistency sake.
2006-05-31 Evan ChengSelect vector_shuffle v1, undef <2, 3, ?, ?> to MOVHLPS.
2006-05-30 Evan ChengMAXP{D|S} and MINP{D|S} are commutable.
2006-05-30 Evan ChengCommute shufps / shufpd.
2006-05-30 Evan ChengAllow shufps x, x, mask to be converted to pshufd x...
2006-05-16 Evan ChengX86 integer register classes naming changes. Make them...
2006-05-05 Chris LattnerTeach the code generator to use cvtss2sd as extload...
2006-05-03 Evan ChengUse movsd to shuffle in the lowest two elements of...
2006-04-25 Evan ChengFix a typo.
2006-04-25 Evan ChengExplicitly specify result type for def : Pat<> patterns...
2006-04-24 Evan ChengAdded X86 SSE2 intrinsics which can be represented...
2006-04-24 Evan ChengSome missing movlps, movhps, movlpd, and movhpd patterns.
2006-04-21 Evan ChengNow generating perfect (I think) code for "vector set...
2006-04-19 Evan ChengPrefer {p}unpack* and mov*dup over {p}shuf* as well.
2006-04-19 Evan Cheng- Renamed AddedCost to AddedComplexity.
2006-04-19 Evan ChengMore mov{h|l}p{d|s} patterns.
2006-04-19 Evan Cheng- More mov{h|l}ps patterns.
2006-04-18 Evan Cheng- PEXTRW cannot take a memory location as its first...
2006-04-18 Evan ChengName change for clarity sake
2006-04-18 Evan ChengName change for clarity sake
2006-04-18 Evan ChengLeft a pattern out
2006-04-18 Evan ChengFixed an encoding bug: movd from XMM to R32.
2006-04-17 Evan ChengUse movss to insert_vector_elt(v, s, 0).
2006-04-17 Evan ChengEncoding bug
2006-04-17 Evan ChengErrors in patterns preventing load folding
2006-04-16 Evan Chengmovduprm, movshduprm bugs
2006-04-16 Evan ChengEncoding bugs
2006-04-15 Evan ChengMore encoding bugs
2006-04-15 Evan Chengpslldrm, psrawrm, etc. encoding bug
2006-04-15 Evan Chenghsubp{s|d} encoding bug
2006-04-15 Evan ChengSilly bug
2006-04-14 Evan ChengSome clean up
2006-04-14 Evan ChengLast few SSE3 intrinsics.
2006-04-14 Evan ChengMisc. SSE2 intrinsics: clflush, lfench, mfence
2006-04-14 Evan Chengpcmpeq* and pcmpgt* intrinsics.
2006-04-14 Evan Chengpsll*, psrl*, and psra* intrinsics.
2006-04-13 Evan ChengDoh. PANDrm, etc. are not commutable.
2006-04-13 Evan Chengpsad, pmax, pmin intrinsics.
2006-04-13 Evan ChengVarious SSE2 packed integer intrinsics: pmulhuw, pavgw...
2006-04-13 Evan Chengpadds{b|w}, paddus{b|w}, psubs{b|w}, psubus{b|w} intrin...
2006-04-13 Evan ChengNaming inconsistency.
2006-04-12 Evan ChengSSE / SSE2 conversion intrinsics.
2006-04-12 Evan ChengAll "integer" logical ops (pand, por, pxor) are now...
2006-04-12 Evan ChengPromote v4i32, v8i16, v16i8 load to v2i64 load.
2006-04-12 Evan ChengVarious SSE2 conversion intrinsics
2006-04-11 Evan ChengAdded __builtin_ia32_storelv4si, __builtin_ia32_movqv4si,
2006-04-11 Evan Chenggcc lower SSE prefetch into generic prefetch intrinsic...
2006-04-11 Evan ChengMisc. intrinsics.
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...
next