aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386
AgeCommit message (Expand)AuthorFilesLines
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
2005-10-05re PR target/23602 (1081 test failures in libjava, when configured for i486-l...Richard Henderson1-0/+15
2005-10-05* config/i386/t-darwin (SHLIB_VERPFX): Fix typo.Geoffrey Keating1-1/+1
2005-10-04i386.h (TARGET_FISTTP): Enable also for TARGET_SSE3 and only for TARGET_80387.Uros Bizjak2-5/+6
2005-09-29re PR middle-end/17886 (variable rotate and unsigned long long rotate should ...Mark Mitchell1-9/+81
2005-09-28Index: ChangeLogGeoffrey Keating3-0/+163
2005-09-26re PR target/24055 ("could not split insn" with -O1 -ffast-math)Uros Bizjak1-11/+30
2005-09-25re PR target/23828 (local calling convention not used when using --combine)Dan Nicolaescu1-1/+2
2005-09-24* config/i386/i386.md (*tls_global_dynamic_64,Alexandre Oliva1-6/+6
2005-09-21re PR target/22585 (ICE with long doubles in expand_simple_unop)Uros Bizjak1-4/+6
2005-09-19sse.md (reduc_splus_v4sf): Rename from reduc_plus_v4sf.Richard Henderson1-1/+10
2005-09-19sse.md (vcondu<SSEMODE124>): Rename from vcondu<SSEMODE12>.Richard Henderson1-6/+6
2005-09-14i386.c (contains_128bit_aligned_vector_p): Add break in the ARRAY_TYPE case.Andrew Pinski1-0/+1
2005-09-13re PR target/23816 (ICE in extract_insn, at recog.c:2084)Uros Bizjak1-0/+46
2005-09-06re PR target/22362 (static function calls and global register variables)Jakub Jelinek1-4/+21
2005-09-06re PR rtl-optimization/23098 (store of 0.0 to float)Jakub Jelinek1-6/+4
2005-09-01re PR target/23668 (gcc.dg/i386-sse-11.c and gcc.target/i386/pr13366.c fail)Richard Henderson1-0/+1
2005-09-01config.gcc (i*86-wrs-vxworks): Update.Phil Edwards4-52/+95
2005-08-31emit-rtl.c (set_mem_attributes_minus_bitpos): Look through component-like ref...Richard Henderson1-0/+2
2005-08-31re PR target/23570 (internal compiler error: in merge_assigned_reloads, at re...Uros Bizjak1-2/+2
2005-08-31i386.c (ix86_function_ok_for_sibcall): Fix test for fp return matching.Richard Henderson1-7/+8
2005-08-30x-cygwin (host-cygwin): Change dependency from hosthooks-def.h to $(HOSTHOOKS...Ian Lance Taylor1-1/+1
2005-08-30[multiple changes]Geoffrey Keating1-2/+2
2005-08-28i386.c (nocona_cost): Increase MOVE_RATIO.Dale Johannesen1-1/+1
2005-08-27re PR target/23575 (ICE: output_operand: unterminated assembly dialect altern...Richard Guenther1-2/+2
2005-08-17re PR target/23268 (ICE using math functions log & rint, -ffast-math, -O1 (,2...Uros Bizjak1-13/+28
2005-08-17crtfastmath.c, [...]: Update FSF address.Kelley Cook1-2/+2
2005-08-16crtfastmath.c (set_fast_math): Add "=m" for fxsave.H.J. Lu1-1/+1
2005-08-16aclocal.m4 (gcc_AC_FUNC_PRINTF_PTR): Delete.Kaveh R. Ghazi1-1/+0
2005-08-14re PR target/23360 (-ffast-math startup broken on i686 (maybe Athlon-xp))H.J. Lu1-4/+42
2005-08-11x86-64.h (ASM_OUTPUT_ALIGNED_BSS): Undef before redefinition.Rainer Orth1-0/+1
2005-08-11re PR target/23289 (tail call optimization not performed)Richard Guenther1-2/+10
2005-08-10config.gcc (i[34567]86-*-linux*): Add i386/t-crtfm to tm-file.H.J. Lu5-1/+92
2005-08-08i386.c (legitimate_pic_address_disp_p): Refuse GOTOFF in 64bit mode.Jan Hubicka3-6/+39
2005-08-07cygming.h (SUBTARGET_ENCODE_SECTION_INFO): Define.Danny Smith2-4/+11
2005-08-06Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata1-1/+1