aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386
AgeCommit message (Expand)AuthorFilesLines
2005-06-06x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Guard with HAVE_GAS_MAX_SKIP_P2ALIGN.Rainer Orth1-4/+3
2005-06-05i386.c (x86_use_loop): Remove.Steven Bosscher3-110/+1
2005-06-01xmmintrin.h (_mm_setzero_ps, [...]): Add __extension__.Jakub Jelinek2-16/+17
2005-06-01emmintrin.h (_mm_castpd_ps, [...]): Use __inline instead of inline.Jakub Jelinek1-6/+6
2005-06-01* config/i386/cygming.h (NO_PROFILE_COUNTERS): Define.Danny Smith1-0/+4
2005-05-26c-common.c, [...]: Fix comment typos.Kazu Hirata2-4/+4
2005-05-26opt-functions.awk (var_type): New function.Richard Sandiford3-92/+14
2005-05-25common.opt (-Wattributes): New.DJ Delorie2-10/+14
2005-05-19sse.md (mulv4si3): Use all register inputs.Richard Henderson1-4/+4
2005-05-17* config/i386/sse.md (mulv16qi3, mulv2di3): New.Richard Henderson1-0/+88
2005-05-16sse.md (mulv4si3): New.Richard Henderson1-0/+46
2005-05-07tree-ssa-loop-ivcanon.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-05-06re PR target/21329 (optimize i386 block copy)Denis Vlasenko1-13/+41
2005-05-04re PR rtl-optimization/21239 (Illegal elimination of SSE2 load/store using xm...Jakub Jelinek1-9/+12
2005-05-03re PR target/16888 (ICE: in print_reg, at config/i386/i386.c:7254)Alexandre Oliva1-3/+11
2005-05-03re PR target/21297 (buf[i+i]=0 stores buf[i] when -O2)Jakub Jelinek1-3/+6
2005-05-01i386.md (movmemsi): Also active when TARGET_INLINE_ALL_STRINGOPS.Michael Matz1-1/+1
2005-04-28Fix problems noticed while reviewing patch from Alex Oliva.James E Wilson1-4/+2
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata5-5/+6
2005-04-27tree-complex.c (expand_vector_operation): New, extracted from expand_vector_o...Paolo Bonzini1-1/+1
2005-04-24re PR target/21101 (ICE: could not find a spill register on MMX intrinsics)Richard Henderson3-13/+41
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie4-24/+24
2005-04-23re PR target/21099 (ICE on mmx intrinsics)Richard Henderson1-1/+4
2005-04-22i386.md (length_immediate): Use gcc_assert or gcc_unreachable, as appropriate.Nathan Sidwell3-305/+271
2005-04-21i386.c (type_natural_mode): Use gcc_unreachable and gcc_assert instead of abort.Nathan Sidwell3-340/+287
2005-04-21config.gcc (*-*-darwin*): Add darwin.opt to $extra_options.Richard Sandiford10-348/+436
2005-04-20re PR target/21100 (ICE: unrecognizable insn for -march=pentium-mmx)Richard Henderson1-1/+1
2005-04-19builtins.c (expand_builtin_sync_operation): Revert last change.Richard Henderson1-16/+13
2005-04-14i386.c (x86_cmpxchg, x86_xadd): New.Richard Henderson4-5/+186
2005-04-14i386.c (ix86_expand_sse_cmp): Split out from ...Richard Henderson3-15/+213
2005-04-14reg-stack.c (subst_stack_regs_pat): Handle <UNSPEC_FIST_FLOOR> and <UNSPEC_FI...Uros Bizjak1-0/+316
2005-04-13basic-block.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-04-12i386.c (ix86_prepare_sse_fp_compare_args): Split ...Richard Henderson4-263/+321
2005-04-12i386.md (UNSPEC_FIX, [...]): Remove.Richard Henderson1-65/+51
2005-04-12i386.h (TARGET_FPMATH_DEFAULT): New.Geoffrey Keating3-9/+14
2005-04-09tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR...Jakub Jelinek1-16/+34
2005-04-09re PR target/20795 (ICE in assign_parms)Jakub Jelinek1-0/+5
2005-04-09i386.md (*fp_jcc_7_387): Use 'const0_operand' instead of 'const_double_operan...Uros Bizjak1-2/+2
2005-04-06config.host: Add a section for generic hosts, and a subsection for Darwin.Geoffrey Keating2-0/+35
2005-04-05re PR target/20342 (ICE in spill_failure, at reload1.c:1872)Richard Henderson4-25/+60
2005-04-05[multiple changes]Jakub Jelinek3-15/+68
2005-04-05re PR target/20421 (387 mode switching clobbers flags)Uros Bizjak1-87/+139
2005-04-05re PR debug/9963 ([CygWin] g++ -gcoff report "C_EFCN symbol out of scope")Ian Lance Taylor3-6/+9
2005-04-05i386.md (*truncdfsf2_i387_1): New pattern.Roger Sayle1-0/+16
2005-04-03cfghooks.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-04-01cygming.h (SUBTARGET_ATTRIBUTE_TABLE): Define, with entry for selectany attri...Danny Smith3-4/+45
2005-04-01i386.c (ix86_decompose_address): Look inside SUBREGs to fix addresses involvi...Paolo Bonzini1-30/+56
2005-04-01cgraphunit.c, [...]: Fix comment typos.Kazu Hirata3-6/+6
2005-03-30[multiple changes]Jan Hubicka1-4/+0
2005-03-29reg-stack.c (subst_stack_regs_pat): Handle <UNSPEC_FIST> case.Uros Bizjak2-3/+113