remove attribution from a variety of miscellaneous files.
[oota-llvm.git] / include / llvm / IntrinsicsX86.td
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-12-21 Evan ChengAdd a few more missing gcc builtin's.
2007-12-20 Evan ChengType specification didn't match gcc's.
2007-12-18 Evan ChengRemove int_x86_sse2_movl_dq. It's replaced with a strin...
2007-12-18 Evan ChengThese have matching builtin's in 4.2.
2007-12-17 Evan ChengBring back int_x86_sse2_movl_dq intrinsic for backward...
2007-12-15 Evan Cheng__builtin_ia32_movqv4si is now expanded to a shuffle.
2007-12-14 Anders CarlssonAll MMX shift instructions took a <2 x i32> vector...
2007-10-30 Dale JohannesenAdd missing SSE builtins: CVTPD2PI, CVTPS2PI,
2007-10-30 Dale JohannesenFix argument types for PSLLQ, PSRLQ.
2007-09-21 Dan GohmanThere is no {rsqrt,rcp}{p,s}d.
2007-08-10 Bill WendlingAdding SSSE3 intrinsics.
2007-07-23 Bill WendlingAdd missing SSE builtins:
2007-05-16 Chris Lattneradd missing mmx intrinsic
2007-04-24 Bill WendlingAdd the final MMX instructions. Correct a few wrong...
2007-04-10 Bill WendlingAdd support for our first SSSE3 instruction "pmulhrsw".
2007-04-03 Bill WendlingAdding more MMX instructions.
2007-04-03 Bill WendlingAdd FEMMS and ADDQ. Renamed MMX recipes to prepend...
2007-03-27 Bill WendlingAdd support for integer comparison builtins.
2007-03-23 Bill WendlingThis is dead. DEAD I tells you!!
2007-03-23 Bill WendlingPR1260:
2007-03-22 Bill WendlingWe generate a shufflevector instruction, so we don...
2007-03-22 Bill WendlingSupport added for shifts and unpacking MMX instructions.
2007-03-15 Bill WendlingMultiplication support for MMX.
2007-03-10 Bill WendlingAdding more arithmetic operators to MMX. This is an...
2007-03-08 Bill WendlingAdded "padd*" support for MMX. Added MMX move stuff...
2007-03-05 Bill WendlingAdd the emms intrinsic for MMX support.
2006-12-31 Reid SpencerConvert the intrinsic function definitions to use llvm_...
2006-04-24 Evan ChengAdded X86 SSE2 intrinsics which can be represented...
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 Chengpmin, pmax, and psad intrinsics.
2006-04-13 Evan Chengpmul*, pmadd*, and pavg* intrinsics.
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 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-10 Chris LattnerFix a typo: Instr* -> Intr*
2006-04-10 Evan Cheng__builtin_ia32_loadup{s|d}, __builtin_ia32_storeup...
2006-04-08 Evan ChengFix int_x86_sse_stmxcsr and int_x86_sse_ldmxcsr. Not...
2006-04-07 Evan ChengRemove int_x86_sse_storeh_ps and int_x86_sse_storel_ps...
2006-04-06 Evan ChengRemove int_x86_sse_loadh_ps and int_x86_sse_loadl_ps...
2006-04-05 Evan ChengAdded comi and ucomi SSE intrinsics.
2006-04-04 Evan ChengAdded intrinsics to match __builtin_ia32_pslldqi128 and
2006-03-31 Evan ChengAdded haddp{s|d} and hsubp{s|d} intrinsics.
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 ChengAdd SSE2 integer pack with saturation intrinsics.
2006-03-29 Evan ChengAdd more SSE intrinsics
2006-03-27 Evan ChengIntrinsics naming convention change.
2006-03-26 Chris LattnerSplit the PPC and X86 intrinsics out to their own files.