aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386
AgeCommit message (Expand)AuthorFilesLines
2009-09-27config.gcc: Update OpenBSD targets.Jonathan Gray1-2/+5
2009-09-24cgraphunit.c (cgraph_lower_function): Revert last change.Jakub Jelinek1-10/+4
2009-09-22cygming.h (TARGET_USE_JCR_SECTION): Enable.Dave Korn3-1/+9
2009-09-22i386.c (ix86_scalar_mode_supported_p): Don't return unconditional true for de...Janis Johnson1-1/+1
2009-09-22re PR target/41246 (should "sorry" when regparm=3 and nested functions are en...Richard Henderson2-98/+245
2009-09-21i386.c (ix86_expand_epilogue): Adjust offset for xmm register restore.Kai Tietz1-1/+1
2009-09-18re PR target/38288 (i386/i386.c: 7 * set but not used variables)Uros Bizjak1-104/+34
2009-09-09i386.c (ix86_can_use_return_insn_p): Check for padding0, too.Kai Tietz1-7/+9
2009-09-05re PR target/41024 (driver passes wrong parameter to as)Francois-Xavier Coudert1-1/+1
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-2/+4
2009-09-01i386.c (ix86_vectorize_builtin_conversion): Never vectorize if not TARGET_SSE2.Chris Demetriou1-1/+1
2009-08-29re PR c/41184 (wrong optimise code, epilogue code adjust wrong rsp before pop)Kai Tietz1-1/+1
2009-08-28netware.c: Include langhooks.h.Jan Beulich3-46/+27
2009-08-25bmmintrin.h: Replace by #error.Jan Hubicka10-5123/+126
2009-08-26hooks.h (hook_bool_const_int_const_int_true): Declare.Anatoly Sokolov3-9/+6
2009-08-24Changelog gcc/Kai Tietz1-6/+6
2009-08-23* config/i386/i386.md (*sibcall_value_pop_1): Fix typo.Uros Bizjak1-1/+1
2009-08-23re PR target/40718 (Invalid code produced with -foptimize-sibling-calls)Uros Bizjak1-11/+15
2009-08-23re PR target/40718 (Invalid code produced with -foptimize-sibling-calls)Uros Bizjak1-11/+14
2009-08-14re PR target/40934 (ICE in get_hard_regnum, at reg-stack.c:741)Paolo Bonzini1-1/+1
2009-08-14re PR target/41019 (Vector conditional move produces wrong code with -O3.)Uros Bizjak1-24/+25
2009-08-13djgpp-stdint.h: New.DJ Delorie1-0/+62
2009-08-13cygwin.h (LINK_SPEC): Add --enable-auto-image-base.Dave Korn1-1/+1
2009-08-06re PR target/40957 (standard_sse_constant_opcode crash on x86 64)Uros Bizjak1-43/+18
2009-08-05re PR target/40906 (Wrong code generated for push of long double)Uros Bizjak1-5/+16
2009-08-02i386.c (ix86_expand_fp_compare): Use const0_rtx instead of GEN_INT (0x00) and...Uros Bizjak1-18/+17
2009-07-31bsd.h (ASM_BYTE): New define.Uros Bizjak8-20/+25
2009-07-28mingw-w64.h (LINK_SPEC): Add separating space between commands.Kai Tietz1-1/+1
2009-07-27cygming.h (DWARF2_UNWIND_INFO): Error build when TARGET_BI_ARCH is specified ...Kai Tietz2-1/+7
2009-07-24linux.c: Use fputs or putc instead of fprintf where appropriate.Uros Bizjak5-10/+10
2009-07-24mingw-w64.h (STANDARD_INCLUDE_DIR): Remove and use default set in mingw32.h h...Kai Tietz2-12/+0
2009-07-23i386.c: Use ASM_LONG instead of .long.Uros Bizjak2-29/+27
2009-07-23re PR target/40832 (gfortran 4.4.0 generates invalid .s file on solaris-x86 u...Uros Bizjak2-4/+6
2009-07-22re PR target/37488 (register allocation spills floats needlessly)Vladimir Makarov2-13/+19
2009-07-22predicates.md (zero_extended_scalar_load_operand): Use CONST_VECTOR_NUNITS to...Uros Bizjak1-6/+5
2009-07-21sse.md (vec_unpacku_float_hi_v4si): New expander.Uros Bizjak1-0/+65
2009-07-21re PR target/40811 (unsigned int to float isn't vectorized)Uros Bizjak2-5/+35
2009-07-15sse.md (copysign<mode>3): Use "and-not" SSE instruction instead of "and" with...Uros Bizjak1-10/+10
2009-07-15sse.md (copysign<mode>3): Allocate registers only for operands[5] and operand...Uros Bizjak1-5/+3
2009-07-14sse.md (copysign<mode>3): New expander.Uros Bizjak3-9/+44
2009-07-13t-gthr-win32 (LIB2FUNCS_EXTRA): Remove file config/i386/mingw-tls.c.Kai Tietz2-208/+1
2009-07-12cygming.h (TARGET_OS_CPP_BUILTINS): Define _X86_ just for 32-bit case.Kai Tietz1-1/+2
2009-07-12winnt.c (i386_pe_determine_dllexport_p): Don't dllexport if !TREE_PUBLIC.Danny Smith1-0/+6
2009-07-11re PR target/40667 (stack frames are generated even with -fomit-frame-pointer)Jakub Jelinek3-0/+46
2009-07-10targhooks.c (default_target_can_inline_p): Rename from default_target_option_...DJ Delorie1-2/+2
2009-07-09unwind-dw2-fde-darwin.c: Include dwarf2.h.Tom Tromey1-1/+1
2009-07-08re PR target/38900 (ICE: unable to find a register to spill)Richard Henderson5-129/+149
2009-07-08unix.h (ASM_COMMENT_START): Add a space after the forward slash.Nick Clifton1-3/+8
2009-07-04re PR target/40636 (Build failed with --enable-build-with-cxx (mingw32 target))Ian Lance Taylor1-2/+2
2009-07-03i386.md (fix_trunc<mode>_fisttp_i387_1): Use can_create_pseudo_p.Uros Bizjak3-23/+23