aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/xmmintrin.h
AgeCommit message (Expand)AuthorFilesLines
2006-01-27emmintrin.h (_mm_cvtsd_f64): Add missing Intel intrinsic.H.J. Lu1-4/+38
2005-12-22mmintrin.h (_mm_add_si64): Only define for SSE2.Richard Henderson1-0/+2
2005-12-05re PR target/24323 (_MM_TRANSPOSE4_PS could be improved)Dale Johannesen1-2/+2
2005-11-30xmmintrin.h (_MM_TRANSPOSE4_PS): Rewrite using high/low moves and unpack to s...Evan Cheng1-8/+8
2005-06-29mmintrin.h: Mark vector intrinsics always_inline.Stuart Hastings1-146/+146
2005-06-25Update FSF address.R. Kelley Cook1-2/+2
2005-06-01xmmintrin.h (_mm_setzero_ps, [...]): Add __extension__.Jakub Jelinek1-5/+5
2005-01-18darwin.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-11re PR rtl-optimization/13366 (ICE using MMX/SSE builtins with -O)Richard Henderson1-77/+69
2004-12-20emmintrin.h: Use __vector_size__ instead of vector_size.Richard Henderson1-2/+2
2004-08-03re PR target/16570 (missing _mm_malloc and _mm_free functions in xmmintrin.h)H.J. Lu1-0/+3
2004-03-16c-common.c (c_common_type_for_mode): Build vector types on demand.Paolo Bonzini1-2/+2
2004-01-31alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c,Kazu Hirata1-1/+1
2004-01-01expmed.c (store_bit_field, [...]): Use new named patternsJan Hubicka1-13/+2
2003-09-26netbsd-elf.h, [...]: Replace "GNU CC", "GNU compiler", and "GNU C-compiler" w...Nathanael Nerode1-4/+4
2003-06-06Apply the right patch.H.J. Lu1-24/+117
2003-06-06config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-* and x86_64-*-*.H.J. Lu1-1465/+28
2003-02-22i386.c (def_builtin): Special case 64bit builtins.Jan Hubicka1-0/+95
2003-02-22i386.c (builtin_description): Add __builtin_ia32_paddq and __builtin_ia32_psubq.Jan Hubicka1-3/+9
2003-01-07re PR target/8322 (SSE2 intrinsics broken?)Jan Hubicka1-4/+4
2002-12-26athlon.md: Fix comment typos.Kazu Hirata1-9/+9
2002-10-29re PR target/8322 (SSE2 intrinsics broken?)Jan Hubicka1-2/+2
2002-10-22re PR other/8289 (Errorneous prototypes of xmmintrin.h functions)Jan Hubicka1-19/+19
2002-10-22i386.c (standard_sse_constant_p): Accept vector and integer zeros too.Jan Hubicka1-0/+18
2002-10-22i386.md: FIx typo.Jan Hubicka1-1/+15
2002-10-22i386.c (builtin_description): Add IX86_BUILTIN_PUNPCKHQDQ128.Jan Hubicka1-23/+29
2002-10-21i386.c (builtin_description): Add punpcklqdq and movdq2qJan Hubicka1-1/+247
2002-10-20re PR other/8202 (_mm_srli_si128 and _mm_slli_si128 missing from xmmintrin.h)Zdenek Dvorak1-0/+16
2002-10-19i386.c (classify_argument): Pass MMX arguments in memoryJan Hubicka1-10/+10
2002-10-19mmintrin.h (__m64): typedef it to v2si.Jan Hubicka1-1/+1
2002-10-17re PR other/8062 (double precision loads and stores missing from xmmintrin.h)Jan Hubicka1-1/+156
2002-10-17Really commit patch announced at Oct 14 PR c/7344Jan Hubicka1-7/+9
2002-10-16re PR c++/7386 (ran gcc compiler and it said to report htebug)Jan Hubicka1-8/+40
2002-10-15re PR c/7344 (performance regression on huge case statements)Jan Hubicka1-1/+1
2002-09-14fr30.h: Fix comment typos.Kazu Hirata1-1/+1
2002-05-08Define __SSE2__ if -msse2 instead of __SSE2_BUILTINS__Bernd Schmidt1-1/+1
2002-05-06Fix problems compiling xmmintrin.h with only -msse.Bernd Schmidt1-2/+2
2002-05-04Fix bugs in SSE2 suppport and add SSE2 functions to xmmintrin.hBernd Schmidt1-0/+923
2002-01-12i386.c (override_options): If SSE, enable sse prefetch.Richard Henderson1-5/+5
2002-01-11mmintrin.h: New file.Richard Henderson1-0/+1061