aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386
AgeCommit message (Expand)AuthorFilesLines
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
2005-11-30xmmintrin.h (_MM_TRANSPOSE4_PS): Rewrite using high/low moves and unpack to s...Evan Cheng1-8/+8
2005-11-30i386.h (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): Fix typo in comment.Ben Elliston1-1/+1
2005-11-27i386.md (*zero_extendqihi2_movzbw): Avoid partial register stalls by zero ext...Eric Christopher1-3/+4
2005-11-23These files were stored incorrectly in the old CVS repository: they were in t...Ian Lance Taylor4-112/+0
2005-11-22optabs.c: Use SCALAR_FLOAT_MODE_P instead of explicitly testing GET_MODE_CLAS...Ben Elliston1-3/+3
2005-11-22c-cppbuiltin.c (c_cpp_builtins): Define __pic__ and __PIC__ when flag_pic is ...Kaveh R. Ghazi6-30/+0
2005-11-21predicates.md (ax_reg_operand): New predicate.Uros Bizjak2-2/+27
2005-11-15gcc.c (version_compare_spec_function): Use fatal() rather than abort().Geoffrey Keating1-0/+1
2005-11-15i386.c (override_options): -masm=intel isn't supported on darwin.Mike Stump1-1/+2
2005-11-07re PR rtl-optimization/24683 (ICE in in extract_insn, at recog.c:2084)Ian Lance Taylor1-1/+5
2005-11-05c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-11-02re PR target/9350 (-fomit-frame-pointer does not work for main)Richard Henderson3-11/+128
2005-11-02re PR target/23303 (4.1 generates sall + addl instead of leal)Jan Hubicka1-0/+58
2005-10-31re PR target/20928 (ICE: unrecognizable insns with -fPIC -O1)Jan Hubicka1-1/+12
2005-10-18re PR target/24428 (TLS miscompilation on x86_64)Richard Henderson3-107/+71
2005-10-18winnt-cxx.c (i386_pe_adjust_class_at_definition): Check that elements of TYPE...Danny Smith1-1/+2
2005-10-17re PR target/24315 (amd64 fails -fpeephole2)Uros Bizjak1-5/+10
2005-10-12re PR target/21275 (gcc 4.0.0 crash with mingw when using stdout in global var)Danny Smith7-153/+307
2005-10-11i386.md (movsi_1, [...]): Use mmxadd type for setting MMX register to 0 rathe...Jakub Jelinek1-2/+2