aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2005-04-08* config/darwin.c (indirect_data): Fix typo in strncmp logic.Mike Stump1-1/+1
2005-04-08Fix typo.Mike Stump1-2/+2
2005-04-08* config/s390/tpf.h (ASM_SPEC): Define.Ulrich Weigand1-0/+3
2005-04-08arm.c (arm_const_double_by_parts): New function.Richard Earnshaw3-0/+60
2005-04-08* config/xtensa/xtensa.h (target_flags, MASK_NO_FUSED_MADD)Richard Sandiford4-37/+45
2005-04-08fp-bit.c: Include L_mul_tf in #endif comment.Ben Elliston2-5/+4
2005-04-07* config/vax/vax.h (target_flags, MASK_UNIX_ASM, MASK_VAXC_ALIGNMENT)Richard Sandiford3-41/+51
2005-04-07iq2000.h (DONT_ACCESS_GBLS_AFTER_EPILOGUE): Don't define.Ian Lance Taylor3-12/+0
2005-04-07arm.c (arm_const_double_inline_cost): Handle any constant by using gen_lowpar...Richard Earnshaw8-264/+126
2005-04-06cse.c, [...]: Fix comment typos.Kazu Hirata2-3/+3
2005-04-06re PR target/17245 (ICE compiling gsl-1.5 statistics/lag1.c)Eric Botcazou1-21/+5
2005-04-06v850-protos.h (override_options): Delete.Richard Sandiford4-196/+157
2005-04-06config.host: Add a section for generic hosts, and a subsection for Darwin.Geoffrey Keating7-66/+153
2005-04-06re PR target/17824 (Hard-coded AS and LD in c4x.h)Ralf Corsepius1-8/+0
2005-04-06altivec.md (UNSPEC_VSLW, [...]): New constants, used throughout.Paolo Bonzini1-72/+90
2005-04-06re PR target/17822 ([3.4 only] avr: Hard-coded XXX_FOR_TARGET)Ralf Corsepius1-4/+0
2005-04-05re PR target/20342 (ICE in spill_failure, at reload1.c:1872)Richard Henderson4-25/+60
2005-04-05[multiple changes]Jakub Jelinek3-15/+68
2005-04-05altivec.md (altivec_vsr<VI_char>): Rename to ..Devang Patel2-12/+12
2005-04-05sparc.c (TARGET_ASM_FILE_END): Undefine before overriding.Eric Botcazou1-0/+1
2005-04-05bfin-modes.def: New file.Bernd Schmidt13-0/+6358
2005-04-05iris6.h (DWARF_FRAME_RETURN_COLUMN): Redefine to match what the system unwind...Olivier Hainque2-1/+16
2005-04-05mn10300-protos.h (mn10300_override_options): Declare.Richard Sandiford5-44/+94
2005-04-05re PR target/20421 (387 mode switching clobbers flags)Uros Bizjak1-87/+139
2005-04-05re PR debug/9963 ([CygWin] g++ -gcoff report "C_EFCN symbol out of scope")Ian Lance Taylor3-6/+9
2005-04-05m68k-protos.h: Add a prototype for valid_dbcc_comparison_p_2.Kazu Hirata5-183/+200
2005-04-05i386.md (*truncdfsf2_i387_1): New pattern.Roger Sayle1-0/+16
2005-04-04CRIS epilogue as RTL.Hans-Peter Nilsson4-362/+526
2005-04-04frv-protos.h: Add a prototype to frv_legitimate_memory_operand and frv_const_...Kazu Hirata5-1634/+1566
2005-04-04frv.h (PREDICATE_CODES): Add CONST to gpr_or_int12_operand.Kazu Hirata1-1/+1
2005-04-04re PR target/4198 ([sparclite-elf] does not build, needs tweaking for crtstuf...Eric Botcazou6-247/+0
2005-04-04s390-protos.h: (s390_comparison...Adrian Straetling5-485/+414
2005-04-04re PR target/20446 (invalid assembly with -gstabs+)Eric Botcazou4-38/+70
2005-04-04* config/mcore/predicates.md: Fix a comment typo.Kazu Hirata1-1/+1
2005-04-04mcore-protos.h: Remove the prototypes for mcore_arith_reg_operand...Kazu Hirata5-348/+340
2005-04-042064.md ("z_mul", "z_inf"): New insn reservations.Andreas Krebbel3-8/+34
2005-04-04* config/mcore/mcore.h (target_flags, HARDLIT_BIT, ALIGN8_BIT, DIV_BIT)Richard Sandiford3-105/+95
2005-04-04arm.c (replace_symbols_in_block): Remove static function.Ian Lance Taylor1-32/+0
2005-04-04sh.h (PREDICATE_CODES): Add CONST to general_movsrc_operand.Kazu Hirata1-1/+1
2005-04-04mcore.h (PREDICATE_CODES): Add SYMBOL_REF and LABEL_REF to mcore_general_movs...Kazu Hirata1-2/+2
2005-04-04fr30-protos.h: Remove the prototypes for stack_add_operand...Kazu Hirata5-118/+128
2005-04-04re PR target/14812 (ARM optimizer changes rsb/cmp to cmn, but condition codes...Richard Earnshaw1-0/+7
2005-04-04config.gcc (xstormy16-*-elf): Set extra_options.Richard Sandiford2-7/+25
2005-04-04* config/pdp11/pdp11.h (target_flags, TARGET_SWITCHES, TARGET_DEFAULT)Richard Sandiford4-84/+118
2005-04-03re PR target/14812 (ARM optimizer changes rsb/cmp to cmn, but condition codes...Richard Earnshaw1-38/+19
2005-04-03cfghooks.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-04-03stormy16-protos.h: Remove the prototypes for xstormy16_ineqsi_operator...Kazu Hirata5-139/+148
2005-04-03stormy16.h (PREDICATE_CODES): Add SUBREG to xstormy16_below100_or_register...Kazu Hirata1-3/+3
2005-04-03iq2000.c (uns_arith_operand, [...]): Move to predicates.md.Kazu Hirata4-236/+235
2005-04-02* config/m68hc11/m68hc11.h (target_flags, MASK_SHORT)Richard Sandiford4-131/+110