aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
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
2004-02-14i386.c (x86_four_jump_limit): New variable.Jan Hubicka2-8/+18
2004-02-14mips-protos.h (mips_load_got_page): Delete.Richard Sandiford3-56/+60
2004-02-14* config/mips/mips.h (MASK_DEBUG_[ABEFI], TARGET_DEBUG_[ABEFI]_MODE)Richard Sandiford2-89/+15
2004-02-14Two minor fixes.Ben Elliston3-18/+18
2004-02-13s390-protos.h (s390_output_symbolic_const): Remove.Ulrich Weigand4-112/+70
2004-02-12mips.md (casesi_internal, [...]): Use ".set macro" to avoid warnings about mu...Chris Demetriou1-4/+18
2004-02-13darwin.h: Add include guards.Geoffrey Keating1-5/+5
2004-02-12s390.c (s390_sched_reorder2): Remove.Ulrich Weigand1-16/+0
2004-02-12re PR bootstrap/13617 (IRIX 6.5 Ada bootstrap failure with GNU as 2.14.90)Richard Sandiford3-27/+55
2004-02-11optabs.h (enum optab_index): Add new OTI_log10 and OTI_log2.Uros Bizjak1-0/+82
2004-02-11altivec.md (*movv4si_internal): At least one operand must be register_operand.Hartmut Penner1-8/+8
2004-02-11spe.md ("*movv2si_internal"): Check for register operand.Aldy Hernandez1-4/+14
2004-02-11mips.h (TARGET_OLDABI): Define.Thiemo Seufer4-33/+23
2004-02-11* gcc/config/rs6000/rs6000.c (rs6000_override_options)Hartmut Penner1-2/+24
2004-02-10h8300-protos.h: Add a prototype for h8300_regs_ok_for_stm.Kazu Hirata3-78/+50
2004-02-10h8300.md: Remove an incorrect comment about peephole2.Kazu Hirata1-3/+11
2004-02-10linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Don't bump retaddr here.Alan Modra1-7/+1
2004-02-10mips.h (TARGET_GPWORD): Return false for TARGET_NEWABI && TARGET_IRIX.Richard Sandiford1-2/+15
2004-02-10xtensa-protos.h (xtensa_copy_incoming_a7): Update.Bob Wilson4-259/+159
2004-02-09xm-djgpp.h (GCC_DRIVER_HOST_INITIALIZATION): No longer modify standard_exec_p...DJ Delorie1-6/+0
2004-02-09rs6000.c (rs6000_emit_move): Remove splitting slow unaligned loads and stores.David Edelsohn1-40/+0
2004-02-09iris5.h (BSS_SECTION_ASM_OP): Define.Rainer Orth3-48/+49
2004-02-09re PR target/13721 (SEGV on inline-asm)Kazu Hirata1-0/+3
2004-02-09m68k.c, m68k.md (SGS, [...]): Remove code to support SGS assembler.Bernardo Innocenti6-460/+176
2004-02-09m68k.h (REGISTER_NAMES): Prefix each name with REGISTER_PREFIX.Bernardo Innocenti1-3/+20
2004-02-09m68k.h (REGISTER_NAMES): Prefix each name with REGISTER_PREFIX.Andreas Schwab6-106/+60
2004-02-08target-def.h (TARGET_STRUCT_VALUE_RTX): Define as hook_rtx_tree_int_null.Kazu Hirata18-41/+0
2004-02-07Makefile.in, [...]: Use the top level mkinstalldirs, not the one in the gcc s...Nathanael Nerode5-5/+5
2004-02-07config.gcc: Don't mention MAX_LONG_TYPE_SIZE.Kazu Hirata22-62/+0