aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386
AgeCommit message (Expand)AuthorFilesLines
2005-08-01i386-protos.h (asm_preferred_eh_data_format): Declare.Jan Hubicka3-3/+29
2005-08-01dwarf2out.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-07-31output.h (enum section_category): Export from varasm.cJan Hubicka7-15/+333
2005-07-29expr.c (expand_expr_real_1): Do not load mem targets into register.Jan Hubicka1-21/+1
2005-07-29cfg.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-07-21re PR target/21149 (invalid code generation for _mm_movehl_ps SSE intrisinc)Uros Bizjak1-2/+2
2005-07-21re PR target/22576 (ICE with simple factorial program compiled with -ffast-ma...Uros Bizjak1-2/+2
2005-07-21i386.md (trap): Use "".word/t0x0b0f" instead of ud2.Andrew Pinski1-1/+1
2005-07-19i386.md (lrint<mode>2): Use temporary instead of clobbering non-existent memory.Richard Guenther1-2/+2
2005-07-18i386.c (ix86_expand_branch, [...]): Handle TImode in 64-bit mode the same as ...Jan Beulich4-82/+490
2005-07-18i386.md (movdi_extzv_1): New.Jan Beulich1-12/+18
2005-07-14re PR middle-end/22347 (Return value register not correctly computed for indi...Richard Guenther3-21/+35
2005-07-12builtins.c: (expand_builtin_memcmp, expand_builtin_strncmp): s/cmpstrsi/cmpst...Adrian Straetling1-15/+15
2005-07-11i386.opt: New target option -msseregparm.Richard Guenther2-2/+12
2005-07-09i386.c (output_set_got): Don't omit OFFSET FLAT...Jakub Jelinek1-1/+1
2005-07-08Index: ChangeLogGeoffrey Keating1-2/+1
2005-07-03c-common.h (GCC_DIAG_STYLE): Define.Joseph Myers1-1/+1
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-13/+13
2005-07-02Makefile.def (target_modules): Add libssp.Jakub Jelinek3-2/+73
2005-07-01linux-unwind.h (x86_64_fallback_frame_state): Cast to void * before struct si...Richard Henderson1-2/+8
2005-07-01re PR target/22262 (stack_protector use creates broken assembler)Jakub Jelinek1-2/+2
2005-06-30function.c (stack_protect_epilogue): Pass label to stack_protect_test, assume...Jakub Jelinek1-1/+3
2005-06-29i386.c (ix86_expand_int_vcond): Remove unsignedp argument.Richard Henderson3-124/+138
2005-06-29mmintrin.h: Mark vector intrinsics always_inline.Stuart Hastings4-494/+494
2005-06-28builtins.c: (expand_builtin_memset): Rewrite to support 'set_storage_via_setm...Adrian Straetling1-6/+16
2005-06-28Makefile.in: Set and use UNWIND_H.Paul Brook1-1/+0
2005-06-28re PR target/22134 (vf_hue.c:54: internal compiler error: in final_scan_insn,...Uros Bizjak1-1/+1
2005-06-28sse.md (smaxv16qi3): Fix buffer overflow.Richard Henderson1-18/+34
2005-06-27sse.md (vec_shl_<SSEMODEI>, [...]): New.Richard Henderson1-0/+96
2005-06-27targhooks.c (default_hidden_stack_protect_fail): Fall back to default_externa...Jakub Jelinek2-4/+18
2005-06-27c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__.Richard Henderson2-45/+80
2005-06-26defaults.h (FRAME_GROWS_DOWNWARD): Define to 0 if not defined.Jakub Jelinek1-2/+2
2005-06-25Update FSF address.R. Kelley Cook86-172/+172
2005-06-20netware-libgcc.def: Update copyright.Jan Beulich4-105/+99
2005-06-19i386.c (TARGET_MANGLE_FUNDAMENTAL_TYPE): Define.Joseph Myers1-0/+22
2005-06-19i386.md (*cmpfp_0_sf, [...]): Remove instruction patterns.Uros Bizjak3-33/+57
2005-06-19i386.c (ix86_function_arg_regno_p): Add MMX_REGNO_P for TARGET_MMX.Uros Bizjak1-12/+17
2005-06-18expr.c (store_constructor): Use store of 0 to indicate value death instead of...Richard Henderson3-0/+56
2005-06-16extend.texi: Document sseregparm target attribute.Richard Guenther2-97/+150
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-1/+1
2005-06-13x86-64.h (ASM_SPEC): Explicitly pass --64 to the assembler in 64-bit mode.Mark Mitchell1-1/+1
2005-06-10re PR target/21981 ([4.0 only] __m64 return value should be returned in %mm0)Uros Bizjak1-9/+29
2005-06-10i386.c (optimization_options): Make -fno-math-errno the default on Darwin.Dale Johannesen1-0/+5
2005-06-09darwin.c (darwin_binds_local_p): New.Dale Johannesen1-0/+5
2005-06-08re PR debug/21889 (Native Solaris assembler cannot grok DTP-relative debug sy...Eric Botcazou3-11/+9
2005-06-08i386.md (movqi_1): Fix case where source is memory and destination EDI.Dale Johannesen1-3/+5
2005-06-07i386.h (enum ix86_entity): New.Uros Bizjak4-82/+160
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