aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386
AgeCommit message (Expand)AuthorFilesLines
2002-04-12rtems.h, [...] (*-rtems*): Cleanup pass to move common definitions to config/...Eric Norum2-16/+2
2002-04-12freebsd.h (NO_IMPLICIT_EXTERN_C, [...]): Give value.David O'Brien1-0/+8
2002-04-03fix commentJason Merrill1-1/+1
2002-04-03config.gcc (i386-dg-dgux, [...]): Include as many configury headers via tm_fi...David O'Brien51-331/+181
2002-04-02re PR rtl-optimization/190 (Optimization bug for x86 target)Richard Henderson1-0/+2
2002-03-31gcc.c: Revert previous patch for now.Alexandre Oliva1-2/+2
2002-03-31gcc.c (LIBGCC_SPEC): Folded %L and duplicate %G here...Alexandre Oliva1-2/+2
2002-03-30local-alloc.c (local_alloc): Avoid call of update_equiv_regs when not optimiz...Jan Hubicka1-7/+29
2002-03-29i386.c (x86_arch_always_fancy_math_387): New.Richard Henderson3-3/+10
2002-03-29Makefile.in (except.o): Update.Neil Booth1-1/+2
2002-03-29freebsd.h (LINK_SPEC): Don't pass default emulation to the linker.Loren J. Rittle1-2/+2
2002-03-27i386.c (classify_argument): Also check for QUAL_UNION_TYPE.Andreas Schwab1-1/+2
2002-03-27* i386.c (ix86_output_addr_diff_elt): Remove binutils bug workaround.Jan Hubicka1-1/+1
2002-03-27cygwin.h (TARGET_DLL, [...]): Remove unused switches.Danny Smith1-24/+14
2002-03-25mingw32.h (WINT_TYPE): Define as "short unsigned int".Danny Smith1-0/+3
2002-03-22c-pragma.c (maybe_apply_renaming_pragma): New.Richard Henderson1-2/+3
2002-03-22i386.c, i386.md: Change all occurences of GEN_INT (trunc_int_for_mode (...)) ...Lars Brinkhoff2-47/+36
2002-03-21* config/i386/sol2.h (ASM_QUAD): Undef. Fixes PR bootstrap/5948.Tom Tromey1-0/+3
2002-03-20* config/i386/cygwin.h (DWARF2_UNWIND_INFO): Define to 0.Jason Merrill1-0/+5
2002-03-20re PR c/5972 (produces wrong assembly code when -march=pentiumpro and optimiz...Jakub Jelinek3-10/+39
2002-03-12re PR rtl-optimization/5878 (gcc 3.1 breaks on C code generated by the Mercur...Richard Henderson2-9/+7
2002-03-12i386.c (ix86_expand_prologue): Revert 2002-03-03 internal visibility change.Richard Henderson1-7/+1
2002-03-121750a.h, [...] (POINTER_SIZE): Delete.Kaveh R. Ghazi1-4/+0
2002-03-10c4x.c (c4x_fp_reglist): Const-ify.Kaveh R. Ghazi1-1/+1
2002-03-05* config/i386/i386.md (floatsidf2): Conditionalize on hard-float.Richard Henderson1-1/+1
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg2-13/+0
2002-03-031750a.h, [...] (BITS_PER_WORD): Delete.Kaveh R. Ghazi1-6/+0
2002-03-03attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi1-6/+6
2002-03-02i386.h (ix86_expand_prologue): Do not emit pic register load if "internal" vi...Richard Henderson1-1/+7
2002-03-02i386.h (ENCODE_SECTION_INFO): MODULE_LOCAL_P applies to functions as well.Richard Henderson1-2/+1
2002-03-02varasm.c (make_decl_rtl): Remove call to REDO_SECTION_INFO_P; invoke ENCODE_S...Richard Henderson6-40/+30
2002-03-03a29k.h, [...]: (BITS_PER_UNIT): Delete.Kaveh R. Ghazi1-3/+0
2002-02-28linux64.h (LINK_SPEC): Fix 32/64 bit compilation.Bo Thorsen1-3/+22
2002-02-28cfgrtl.c (purge_dead_edges): Fix handling of EH edges.Jan Hubicka1-1/+1
2002-02-27c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg6-25/+16
2002-02-27linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Remove.Jan Hubicka2-17/+0
2002-02-27* linux64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Define.Jan Hubicka1-0/+15
2002-02-26i386.c (print_operand): Don't append ATT-style length suffixs to x87 opcodes ...Kelley Cook1-2/+5
2002-02-26attribs.c (c_common_attribute_table): Add visibility.Jakub Jelinek1-1/+3
2002-02-25re PR target/5755 (-mregparm=3 and -fomit-frame-pointer corrupt esp register)Jakub Jelinek1-3/+16
2002-02-21emit-rtl.c (offset_address): Use simplify_gen_binary rather than gen_rtx_PLUS...Richard Henderson1-5/+9
2002-02-21re PR rtl-optimization/4994 (ICE with "-fno-exceptions -O2 -mmmx -march=athlon")Jakub Jelinek1-10/+15
2002-02-20i386.c (ix86_expand_vector_move): Use the mode of the operand, rather than as...Richard Henderson1-4/+24
2002-02-19* config/i386/i386.c (ix86_expand_builtin): Fix typo.Graham Stott1-1/+1
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-18/+17
2002-02-18i386.c (classify_argument): Properly classify SSE/MMX modes and VOIDmode.Jan Hubicka2-3/+24
2002-02-17final.c (output_operand_lossage): Changed to accept printf style arguments.Philipp Thomas1-5/+1
2002-02-17Don't mark empty strings for translation.Philipp Thomas1-12/+17
2002-02-13config.gcc (a29k-*-rtems): General cleanup across all RTEMS targets...Joel Sherrill4-73/+56
2002-02-13i386.md (mul patterns): Allow memory operand to be first; add expanders where...Jan Hubicka2-62/+205