aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2007-08-24re PR target/11787 (always call memcpy for block move in mips16)Sandra Loosemore5-3/+64
2007-08-24alpha.c (alpha_mangle_type, [...]): Constify.Kaveh R. Ghazi24-111/+112
2007-08-24bfin.h (TARGET_CPU_CPP_BUILTINS): Define __NO_BUILTIN if -fno-builtin.Jie Zhang1-0/+2
2007-08-24bfin.c (print_operand): Report error instead of ICE for wrong operand.Jie Zhang1-17/+28
2007-08-24bfin.opt (mfast-fp): Add.Jie Zhang3-4/+9
2007-08-23arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi68-346/+336
2007-08-23re PR target/17390 (missing floating point compare optimization)Uros Bizjak2-15/+137
2007-08-23gcc:Paolo Bonzini1-6/+49
2007-08-23i386.h (PRINT_OPERAND_PUNCT_VALID_P): Add ';' code.Uros Bizjak3-17/+28
2007-08-22md.texi (Iterators): Renamed from Macros.Hans-Peter Nilsson34-245/+244
2007-08-22* config/dfp-bit.c (DFP_TO_DFP): Check for overflow.Janis Johnson1-1/+2
2007-08-21rs6000.c (expand_block_clear): Add TARGET_SPE cases to set eight bytes at a t...Nathan Froyd1-3/+16
2007-08-21i386.c (ix86_expand_clear): Use FLAGS_REG.Uros Bizjak1-9/+14
2007-08-19re PR target/32522 (Bootstrap failure on Alpha due to pointer-plus changes)Andrew Pinski1-6/+7
2007-08-19re PR target/33115 (-march=native is not supported under x86 darwin)Andrew Pinski1-1/+2
2007-08-19* i386.md: Replace "rim" and "mri" constraints by "g".Jan Hubicka1-24/+24
2007-08-17mt-sde: New file.Richard Sandiford2-5/+14
2007-08-17score.md: Update pattern tablejump.Chen Liqin3-28/+28
2007-08-16i386.md (*rep_movdi_rex64): Emit "rep" prefix on the same line as the instruc...Uros Bizjak2-33/+33
2007-08-15rs6000.c (rs6000_rtx_costs): Add CLZ, CTZ, and POPCOUNT.David Edelsohn1-0/+6
2007-08-15rs6000.c (rs6000_file_start): Output a .gnu_attribute directive for the curre...Daniel Jacobowitz1-2/+8
2007-08-15mips.c (vr4130_swap_insns_p): Use new interface to scheduler dependencies.Maxim Kuvyrkov1-6/+7
2007-08-15i386.md (subsi3_carry_zext): Remove "m" constraint for "register_operand".Rask Ingemann Lambertsen2-7/+7
2007-08-14i386.c: (legitimize_address): Move dllimported variable check infront of legi...Kai Tietz1-3/+3
2007-08-14re PR target/30315 (optimize unsigned-add overflow test on x86 to use cpu fla...Rask Ingemann Lambertsen4-11/+125
2007-08-14sched-int.h (struct _dep): Rename field 'kind' to 'type'.Maxim Kuvyrkov2-18/+29
2007-08-13Revert GPLv3 patch to arm_neon.hNick Clifton1-3/+4
2007-08-12mips.c (mips_sched_reorder): Mark cycle parameter as ATTRIBUTE_UNUSED.David Daney1-1/+1
2007-08-11rs6000.h (CC1_CPU_SPEC): Define as empty string if HAVE_LOCAL_CPU_DETECT not ...David Edelsohn1-1/+5
2007-08-11alias.h (alias_set_type): Define new type.Ian Lance Taylor7-14/+16
2007-08-11vxworks-dummy.h (TARGET_VXWORKS): Define.Richard Sandiford3-3/+17
2007-08-10predicates.md (const_call_insn_operand): Invoke SYMBOL_REF_LONG_CALL_P only o...Adam Nemet1-1/+1
2007-08-10re PR target/33042 (Bootstrap failure on ppc64)David Edelsohn1-5/+5
2007-08-10mips.c (TARGET_SCHED_INIT): Define.Sandra Loosemore1-14/+120
2007-08-10mips-protos.h (mips_address_insns): Add a boolean argument.Richard Sandiford4-19/+39
2007-08-09mips.opt (mhard-float, [...]): Make these control TARGET_HARD_FLOAT_ABI and T...Sandra Loosemore3-33/+24
2007-08-09tm.texi (CLZ_DEFINED_VALUE_AT_ZERO, [...]): Document change in interpretation...Sandra Loosemore2-3/+3
2007-08-09optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka2-5/+5
2007-08-08x-rs6000: New file.David Edelsohn6-1/+415
2007-08-08t-crtstuff (CRTSTUFF_T_CFLAGS): Use +=.Paolo Bonzini1-1/+1
2007-08-08invoke.texi (-mcode-readable): Document.Richard Sandiford5-65/+169
2007-08-08mips-protos.h (mips_emit_move): Declare.Richard Sandiford4-65/+79
2007-08-08mips-protos.h (mips_split_symbol): Add a mode and an "rtx *" argument.Richard Sandiford4-40/+51
2007-08-08mips.c (mips_symbolic_address_p): Delete.Richard Sandiford1-66/+53
2007-08-08mips-protos.h (SYMBOL_FORCE_TO_MEM): New symbol type.Richard Sandiford2-15/+19
2007-08-08mips-protos.h (mips_symbol_context): New enumeration.Richard Sandiford3-42/+89
2007-08-08mips-protos.h (SYMBOL_GENERAL): Rename to...Richard Sandiford4-45/+48
2007-08-08gnu.h (STARTFILE_SPEC): Use gcrt0.o in profile mode, add -profile option, add...Samuel Thibault2-7/+13
2007-08-08gnu.h (CPP_SPEC): Add -pthread option.Samuel Thibault2-2/+2
2007-08-06re PR target/31868 (Non-Linux DWARF EH x86-64 targets have broken crtend.o)H.J. Lu7-12/+11