aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2007-01-31* config/sh/sh.h (HAVE_SECONDARY_RELOADS): Remove.Kazu Hirata1-2/+0
2007-01-31re PR target/19087 (Overflowed address in dwarf debug line information)Anatoly Sokolov1-0/+2
2007-01-31optabs.h (enum optab_index): Add new OTI_isinf.Uros Bizjak1-0/+38
2007-01-31* gcc/config/arm/unwind-arm.h (_sleb128_t, _uleb128_t): New.Kazu Hirata1-1/+8
2007-01-31i386.h (NON_QI_REG_P): Remove.Kazu Hirata2-12/+0
2007-01-31cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2-3/+3
2007-01-30builtins.c (expand_builtin_int_interclass_roundingfn): New function to handle...Uros Bizjak1-13/+26
2007-01-29decExcept.c: New.Janis Johnson2-0/+88
2007-01-28expr.c (emit_block_move_via_movmem, [...]): Add variant handling histograms; ...Jan Hubicka1-7/+13
2007-01-27i386.c (ix86_swap_binary_operands_p): New helper function to simplify/factori...Roger Sayle1-50/+87
2007-01-26re PR target/30182 (FAIL: gcc.dg/pr28796-2.c (test for excess errors))Steve Ellcey3-1/+9
2007-01-25m32c.c (m32c_cannot_change_mode_class): We don't allow changes to modes which...DJ Delorie1-0/+8
2007-01-25re PR target/25127 (internal compiler error: in rs6000_emit_prologue, at conf...Geoffrey Keating3-30/+52
2007-01-25re PR target/30182 (FAIL: gcc.dg/pr28796-2.c (test for excess errors))Steve Ellcey2-0/+19
2007-01-24i386.h (x86_cmpxchg16b): Remove const.Jakub Jelinek2-8/+12
2007-01-24target.h (globalize_decl_name): New.Steve Ellcey1-4/+49
2007-01-24i386.md (tanxf2, [...]): Use op2 instead of operands[2] to avoid access past ...Uros Bizjak1-25/+25
2007-01-23rs6000-c.c (rs6000_cpu_cpp_builtins): Define _SOFT_DOUBLE if doubles use soft...Joseph Myers9-93/+526
2007-01-23i386.md: Use REG_P...Uros Bizjak4-293/+295
2007-01-22* config/m68k/m68k.h: Fix comment.Andreas Schwab1-2/+2
2007-01-20pa.c (output_move_double): Change array size of xoperands to 4.John David Anglin1-4/+1
2007-01-19i386.h (CONDITIONAL_REGISTER_USAGE): Store result of PIC_OFFSET_TABLE_REGNUM ...Dirk Mueller1-3/+5
2007-01-19i386.md (acos<mode>2): Rename from acossf2 and acosdf2.Uros Bizjak1-414/+132
2007-01-19m68k.h (PREFERRED_STACK_BOUNDARY): Define to 32 for ColdFire targets.Richard Sandiford1-0/+2
2007-01-19200x-xx-xx Nathan Sidwell <nathan@codesourcery.com> Richard Sandiford <richar...Nathan Sidwell3-2/+14
2007-01-19m68k.md (adddi_dilshr32): Rename to...Richard Sandiford1-22/+24
2007-01-19m68k.c (notice_update_cc): If an SFmode move is implemented using move.l...Richard Sandiford1-2/+8
2007-01-19m68k.h (EXTRA_CONSTRAINT): Stop the 'T' constraint from accepting 's' constra...Richard Sandiford1-1/+1
2007-01-19gcc/Richard Sandiford1-16/+16
2007-01-19200x-xx-xx Sandra Loosemore <sandra@codesourcery.com>Sandra Loosemore2-0/+12
2007-01-19200x-xx-xx Richard Sandiford <richard@codesourcery.com> Julian Brown <julian@...Richard Sandiford2-10/+7
2007-01-19m68k-protos.h (valid_mov3q_const): Take a HOST_WIDE_INT and return a bool.Richard Sandiford3-52/+44
2007-01-19tm.texi (TARGET_HAS_SINCOS): Document new target macro.Richard Guenther6-0/+20
2007-01-19i386.md (*fpatanxf3_i387, [...]): New insn patterns.Uros Bizjak1-88/+53
2007-01-18darwin-ldouble.c: Only build _SOFT_FLOAT if configured for long double 128.David Edelsohn1-1/+1
2007-01-18rs6000.c (rs6000_emit_vector_compare): Fix build error.Mike Stump1-2/+3
2007-01-18Make #if 0 type correctMichael Meissner1-12/+16
2007-01-18200x-xx-xx Kazu Hirata <kazu@codesourcery.com> Richard Sandiford <richard@cod...Kazu Hirata4-41/+23
2007-01-18200x-xx-xx Kazu Hirata <kazu@codesourcery.com>Kazu Hirata1-6/+1
2007-01-18m68k.c (m68k_use_return_insn): Update comments before function.Richard Sandiford1-4/+3
2007-01-18200x-xx-xx Kazu Hirata <kazu@codesourcery.com>Kazu Hirata4-9/+3
2007-01-18200x-xx-xx Nathan Sidwell <nathan@codesourcery.com>Nathan Sidwell1-11/+29
2007-01-18m68k.md (movsf_cf_hard): Use fsmove instead of f%$smove and f%$move.Richard Sandiford1-13/+13
2007-01-18m68k.md (movdf_cf_hard): Use output_move_double for GPR<-GPR moves.Richard Sandiford1-3/+1
2007-01-18real.h (real_format): Add a canonical_nan_lsbs_set field.Richard Sandiford2-0/+8
2007-01-18m68k-protos.h (m68k_output_pic_call): Delete.Richard Sandiford5-181/+115
2007-01-18200x-xx-xx Nathan Sidwell <nathan@codesourcery.com>Nathan Sidwell3-9/+7
2007-01-18m68k.md (cmpsi): Remove outdated flag_pic handling.Richard Sandiford1-11/+0
2007-01-18200x-xx-xx Kazu Hirata <kazu@codesourcery.com> Richard Sandiford <richard@cod...Kazu Hirata2-14/+34
2007-01-18200x-xx-xx Nathan Sidwell <nathan@codesourcery.com>Nathan Sidwell5-42/+18