aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386
AgeCommit message (Expand)AuthorFilesLines
2006-02-07i386.c (ix86_delegitimize_address): Support Darwin PIC addresses.Geoffrey Keating1-0/+8
2006-02-07i386.c (ix86_scalar_mode_supported_p): New.Ben Elliston1-0/+32
2006-02-06re PR target/23359 (Many Solaris 10/x86 testsuite failures with native as: us...Andrew Pinski1-1/+1
2006-02-06sync.md (sync_add<mode>, [...]): Operand 0 is in-out.Bernd Schmidt1-6/+6
2006-02-02re PR target/25377 (weakref sibcalled with -fPIC)Andrew Pinski1-1/+1
2006-01-31invoke.texi (-msselibm): Document.Richard Guenther3-0/+144
2006-01-31expr.h (expand_normal): new inline function.Marcin Dalecki1-33/+33
2006-01-31cygwin.h (GCC_DRIVER_HOST_INITIALIZATION): Cast argv to the appropriate type.Roger Sayle1-2/+2
2006-01-27emmintrin.h (_mm_cvtsd_f64): Add missing Intel intrinsic.H.J. Lu3-10/+120
2006-01-27rtl.texi (SYMBOL_REF_DATA): Adjust documentation for new opaque type.Richard Sandiford1-2/+2
2006-01-26i386.md (extendsfdf2, [...]): Emit constants provided by 80387 instructions i...Paolo Bonzini1-3/+31
2006-01-25re PR target/25758 (gcc.c-torture/compile/20030921-1.c fails at -O0)Andrew Pinski1-1/+1
2006-01-25rtl.texi (SYMBOL_REF_CONSTANT, [...]): Document.Richard Sandiford1-2/+2
2006-01-23r110130@banpei: zack | 2006-01-22 14:52:43 -0800Zack Weinberg1-13/+8
2006-01-19re PR target/22099 (builtin_setjmp gives duplicate labels)Andrew Pinski2-1/+3
2006-01-19invoke.texi (generic): Document (i686) Update.Jan Hubicka6-232/+441
2006-01-19Makefile.in (tree-vect-patterns.o): Add rule for new file.Dorit Nuzman1-1/+43
2006-01-19Introduce TLS descriptors for i386 and x86_64.Alexandre Oliva5-21/+271
2006-01-18i386.md (shift spliter): Fix a a typo in the splitter for shifts where the so...Roger Sayle1-1/+1
2006-01-18i386.c (COSTS_N_BYTES): New macro.Roger Sayle1-24/+27
2006-01-16winnt-stubs.c: Update FSF address.Ben Elliston1-2/+2
2006-01-13sse.md (*vec_extractv2di_1_sse2): Reorder alternatives to match style of othe...Alexandre Oliva1-7/+7
2006-01-11darwin.h (SUBTARGET_ENCODE_SECTION_INFO): Define.Andrew Pinski1-0/+2
2006-01-11re PR target/25042 (__float128 ICE on x86)Jan Hubicka1-4/+7
2006-01-11i386.h (TARGET_DECOMPOSE_LEA): Kill.Jan Hubicka2-3/+0
2006-01-11i386.c (ix86_return_in_memory): Fix comment: this function returns true in th...Ben Elliston1-1/+1
2006-01-10i386.md (set_got): Update.Stuart Hastings4-19/+80
2006-01-10i386.c (ix86_data_alignment): Don't force alignment to 256 bits when optimize...Jan Beulich1-5/+8
2006-01-10netware.h (TARGET_SUBTARGET_DEFAULT): Include MASK_ALIGN_DOUBLE.Jan Beulich3-4/+5
2006-01-09sse.md (*vec_extractv2di_1_sse2): New.Alexandre Oliva1-0/+28
2006-01-04pmm_malloc.h (posix_memalign): If __cplusplus, make the prototype extern "C" ...Jakub Jelinek1-1/+5
2006-01-04re PR target/25554 (unrecognizable insn on x86_64 with -O2 -ftracer ( -fno-tr...Jakub Jelinek1-4/+10
2006-01-02i386.c (*_cost): Add COSTS_N_INSNS.Jan Hubicka1-170/+251
2005-12-22backport: builtins.def: Move all DEF_SYNC_BUILTIN to ...Jakub Jelinek3-8/+139
2005-12-22mmintrin.h (_mm_add_si64): Only define for SSE2.Richard Henderson2-0/+6
2005-12-22sse.md (sse_movhlps): Reverse operands for 2nd and 3rd alternatives.Dale Johannesen1-4/+4
2005-12-20re PR middle-end/24306 (va_arg gets confused when skipping over certain zero-...Richard Guenther1-1/+2
2005-12-18darwin.h: Don't include darwin-sections.def to declare global variables...Geoffrey Keating1-3/+3
2005-12-16basic-block.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-12-15re PR target/24969 (tmpdir-gcc.dg-struct-layout-1/t026 fails execution)Jan Hubicka1-2/+2
2005-12-14re PR debug/25023 (ICE in def_cfa_1, at dwarf2out.c:792)Jakub Jelinek1-5/+2
2005-12-14re PR target/25254 (ICE with -mcmodel=medium -mlarge-data-threshold=1)Jakub Jelinek1-1/+11
2005-12-13re PR debug/25023 (ICE in def_cfa_1, at dwarf2out.c:792)Jakub Jelinek2-20/+17
2005-12-07alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford4-64/+21
2005-12-06i386.c (builtin_description): Use MASK_SSE2 for __builtin_ia32_paddq and __bu...Jan Beulich2-5/+5
2005-12-05re PR target/24323 (_MM_TRANSPOSE4_PS could be improved)Dale Johannesen1-2/+2
2005-12-05i386.c (enum ix86_builtins): Remove IX86_BUILTIN_CMPNEPS and IX86_BUILTIN_CMP...Jan Beulich5-71/+36
2005-12-02re PR target/25199 (crashing code output from -mtune=pentium4 but not -mtune=...Jakub Jelinek2-4/+9
2005-12-02alpha.c (alpha_va_start, [...]): Use buildN and fold_buildN where applicable.Richard Guenther1-22/+22
2005-12-01i386.c: Check the value of SUPPORTS_ONE_ONLY...Kean Johnston1-1/+1