aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2004-02-20cris.md ("*andsi_movu"): Correct parentheses in predicate.Hans-Peter Nilsson1-16/+7
2004-02-19Fix latent problem found by Mostafa Hagog.James E Wilson1-2/+4
2004-02-19mips.c (mips_address_insns): Treat BLKmode specially.Richard Sandiford2-2/+11
2004-02-19re PR preprocessor/14198 ([3.4.0][MIPS]FAIL: gcc.dg/cpp/assert4.c (test for e...David Daney1-0/+1
2004-02-19opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS.Kazu Hirata2-8/+0
2004-02-19ia64.c (ia64_function_arg): In big-endian mode...Zack Weinberg1-4/+17
2004-02-19spe.md (spe_fixunssfsi2): Rename to spe_fixuns_truncsfsi2.Aldy Hernandez2-4/+4
2004-02-19ia64.h (HARD_REGNO_CALLER_SAVE_MODE): New macro.Steve Ellcey1-0/+7
2004-02-19s390.md ("*subdf3_cc", [...]): Subtraction is not commutative.Ulrich Weigand1-4/+4
2004-02-19re PR target/14209 (Bug in cris.md, shrinking access size of postincrement.)Hans-Peter Nilsson1-4/+5
2004-02-19* config/mcore/mcore.h (ASM_OUTPUT_EXTERNAL): Remove.Kazu Hirata1-19/+0
2004-02-19arc.h, [...]: Remove commented-out or useless definitions of CASE_VECTOR_PC_R...Kazu Hirata11-66/+0
2004-02-19re PR target/12916 (No vector ABI)Eric Botcazou2-205/+244
2004-02-18dwarf2out.c (loclabel_num): Move outside #ifdef DWARF2_DEBUGGING_INFO and mar...Zack Weinberg1-27/+27
2004-02-19i386.c (override_options): Don't imply 3DNow!Jakub Jelinek1-1/+3
2004-02-18s390.md ("divmodtidi3"): Use canonical RTL.Ulrich Weigand1-52/+53
2004-02-18s390.c (s390_mainpool_start): Delete the main pool placeholder insn when chun...Ulrich Weigand1-0/+4
2004-02-18pa.h (PIC_OFFSET_TABLE_REGNUM): Define to INVALID_REGNUM when not generating ...John David Anglin1-2/+3
2004-02-18h8300-protos.h: Add a prototype for h8300_expand_branch.Kazu Hirata3-60/+35
2004-02-18h8300-protos.h: Add prototypes for h8300_hard_regno_nregs and h8300_hard_regn...Kazu Hirata3-22/+32
2004-02-18h8300.md (four define_peephole2's): Use h8300_regs_ok_for_stm().Kazu Hirata1-26/+6
2004-02-18h8300-protos.h: Update the prototype for expand_a_rotate().Kazu Hirata3-5/+5
2004-02-18simplify-rtx.c (simplify_unary_operation): Deal with logicals on floats.Jan Hubicka1-174/+173
2004-02-18h8300.c (expand_a_rotate): Don't generate insns by hand.Kazu Hirata2-11/+33
2004-02-18re PR target/13866 (ICE in extract_insn, at recog.c:2083)Richard Earnshaw1-2/+0
2004-02-18h8300.md: Move movsf patterns into one section of the file.Kazu Hirata1-78/+78
2004-02-18cfgloop.h, [...]: Update copyright.Kazu Hirata8-8/+9
2004-02-18h8300.md: Move push patterns into one section of the file.Kazu Hirata1-85/+89
2004-02-18re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v...Mark Mitchell1-1/+1
2004-02-18i386.md (zero_extendqidi2, [...]): Remove trailing whitespace from instructions.Jakub Jelinek1-10/+10
2004-02-18h8300.c (h8300_emit_stack_adjustment): Fix a warning.Kazu Hirata1-1/+1
2004-02-18h8300.md (*one_complsi2_h8300): Change to *one_cmplsi2_h8300.Kazu Hirata1-2/+2
2004-02-18h8300-protos.h: Update the prototype of fix_bit_operand().Kazu Hirata3-7/+8
2004-02-18h8300.c (fix_bit_operand): Change the name of the last argument to "code" fro...Kazu Hirata1-2/+2
2004-02-18h8300.c: Remove an extern declaration of rtx_equal_function_value_matters.Kazu Hirata1-2/+0
2004-02-17h8300.c (fix_bit_operand): Don't generate insns by hand.Kazu Hirata2-7/+18
2004-02-17* i386.c (x86_prologue_using_move, x86_epilogue_using_move): Disable for P4.Jan Hubicka1-2/+2
2004-02-17* config/h8300/h8300.md: Fix comment typos.Kazu Hirata1-3/+3
2004-02-17t-iris6gld: Renamed to ...Rainer Orth9-33/+107
2004-02-17* config/m68k/m68k.c: Remove obsolete support for HPUX_ASM.Gunther Nikl1-36/+2
2004-02-17h8300.c (h8300_expand_prologue): Don't generate insns by hand.Kazu Hirata1-2/+1
2004-02-17re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v...Mark Mitchell1-6/+38
2004-02-17h8300.c (h8300_emit_stack_adjustment): Don't generate insns by hand.Kazu Hirata1-6/+13
2004-02-17h8300.h (FIXED_REGISTERS): Add the soft frame pointer.Kazu Hirata1-8/+11
2004-02-16t-slibgcc-elf-ver: Define SHLIB_NAME and SHLIB_SONAME in terms of SHLIB_SOVER...Matthias Klose3-2/+9
2004-02-16* config/sparc/sparc.c (get_pc_symbol_name): Mark with GTY(()).Eric Botcazou1-1/+1
2004-02-16h8300.md: Remove unnecessary parallels from all define_insn and define_split ...Kazu Hirata1-164/+146
2004-02-16h8300.md: Remove explicit (set_attr "cc" "clobber").Kazu Hirata1-134/+67
2004-02-15m68k.h (PRINT_OPERAND_PUNCT_VALID_P): Restore support for '%#'.Bernardo Innocenti1-2/+5
2004-02-15ia64.c, [...]: Fix comment typos.Kazu Hirata3-5/+5