aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2007-01-12cse.c (cse_insn): Move HAVE_CC0 code after declarations.Richard Sandiford2-6/+9
2007-01-12install.texi: Fix m68k-*-* anchor and add m68k-*-* to the list of targets.Richard Sandiford2-1/+8
2007-01-12200x-xx-xx Nathan Sidwell <nathan@codesourcery.com> Richard Sandiford <richar...Nathan Sidwell3-10/+28
2007-01-12200x-xx-xx Nathan Sidwell <nathan@codesourcery.com> Richard Sandiford <richar...Nathan Sidwell5-3/+89
2007-01-12m68k.h (TARGET_CPU_CPP_BUILTINS): Treat all mc68* macros besides mc68000 as t...Richard Sandiford2-24/+44
2007-01-12200x-xx-xx Julian Brown <julian@codesourcery.com>Julian Brown4-16/+24
2007-01-12200x-xx-xx Julian Brown <julian@codesourcery.com> Nathan Sidwell...Julian Brown8-146/+777
2007-01-12200x-xx-xx Richard Sandiford <richard@codesourcery.com> Nathan Sidwell <natha...Richard Sandiford6-21/+45
2007-01-12200x-xx-xx Nathan Sidwell <nathan@codesourcery.com> Richard Sandiford...Nathan Sidwell9-195/+89
2007-01-12config.gcc (m68010-*-netbsdelf*): Add MASK_68010.Richard Sandiford10-54/+86
2007-01-12200x-xx-xx Julian Brown <julian@codesourcery.com>Julian Brown4-16/+27
2007-01-12200x-xx-xx Julian Brown <julian@codesourcery.com>Julian Brown2-2/+8
2007-01-12200x-xx-xx Julian Brown <julian@codesourcery.com>Julian Brown4-8/+15
2007-01-12200x-xx-xx Julian Brown <julian@codesourcery.com> Richard Sandiford <richard@...Julian Brown5-97/+144
2007-01-12m68k.h (TARGET_CPU_CPP_BUILTINS): Increase amount of tabbing before backslashes.Richard Sandiford2-64/+69
2007-01-12pa-linux.h (ASM_OUTPUT_INTERNAL_LABEL): Undefine.John David Anglin3-3/+28
2007-01-12tree-ssa-loop-ivopts.c (extract_cond_operands): Split from find_interesting_u...Zdenek Dvorak4-90/+149
2007-01-12Move the changelog for gcc.dg/tree-ssa/loop-20.c to the correct place.Zdenek Dvorak2-1/+5
2007-01-12re PR tree-optimization/29516 (gfortran miscompiled)Zdenek Dvorak4-91/+191
2007-01-12Daily bump.GCC Administrator1-1/+1
2007-01-11c-common.c (vector_types_convertible_p): Treat opaque types as always convert...Joseph Myers2-8/+17
2007-01-11typeck.c (convert): Don't use flag_emit_class_files.Tom Tromey8-64/+33
2007-01-11ifcvt.c (struct noce_if_info): Add comments to the fields.Steven Bosscher2-53/+107
2007-01-11re PR libfortran/30415 (MINLOC, MAXLOC missing for integer kinds 1 and 2)Thomas Koenig4-0/+50
2007-01-11re PR c++/29573 (ICE after parse error in template argument)Simon Martin4-0/+40
2007-01-11re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...Jan Hubicka11-12/+98
2007-01-11re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...Jan Hubicka12-28/+70
2007-01-11PR preprocessor/15185, PR preprocessor/20989:Tom Tromey2-10/+19
2007-01-11builtins.c (expand_builtin_pow, [...]): Replace uses of the macro TREE_CONSTA...Roger Sayle9-121/+110
2007-01-11tree.h (TREE_CONSTANT_OVERFLOW): Obsolete.Roger Sayle2-11/+9
2007-01-11Remove accidentally checked in hunk.Mark Mitchell1-4/+2
2007-01-11configure.ac (strict1_warn): Rename to strict_warn.Paolo Bonzini12-6499/+5348
2007-01-11predicates.md (mcore_general_movesrc_operand): Accept CONSTs.Nick Clifton6-196/+244
2007-01-11simplify.c: Update copyright to 2007.Brooks Moses3-2/+7
2007-01-11re PR fortran/30430 (Memory corruption in the module search path code)Francois-Xavier Coudert2-2/+8
2007-01-11re PR c++/28999 (ICE on invalid use of typename)Mark Mitchell5-2/+33
2007-01-11tree-vrp.c (remove_range_assertions): Release defs.Jan Hubicka4-0/+9
2007-01-11Daily bump.GCC Administrator1-1/+1
2007-01-10arm.c (arm_rtx_costs_1): Handle mutiply-subtract.Paul Brook3-0/+25
2007-01-10tree-ssa-loop-manip.c (tree_unroll_loop): Make it a wrapper over ...Zdenek Dvorak3-47/+93
2007-01-10fold-const.c (fold_comparison): Fold comparisons like (x * 1000 < 0) to (x < 0).Robert Kennedy4-0/+52
2007-01-10tree-pretty-print.c (dump_generic_node): Print parentheses when operands have...Ian Lance Taylor2-3/+8
2007-01-10fold-const.c (fold_truthop): Don't check can_use_bit_fields_p.Tom Tromey7-34/+19
2007-01-10Fix typo in last ChangeLog entry.Ralf Corsepius1-1/+1
2007-01-10* config/bfin/t-bfin, config/bfin/t-bfin-elf: GCC_CFLAGS.Ralf Corsepius3-8/+4
2007-01-10function.c (get_last_funcdef_no): New function.Razya Ladelsky4-1/+24
2007-01-10tree-inline.c (setup_one_parameter): Do not propagate into abnormal PHIs.Jan Hubicka2-1/+7
2007-01-09simplify.c (gfc_simplify_ibclr): Fix POS comparison.Brooks Moses2-2/+7
2007-01-09re PR fortran/30381 ([4.1 only] ISHFTC() constant folding is broken.)Brooks Moses7-54/+149
2007-01-10spu.h (STACK_SAVE_AREA): Use VOIDmode for SAVE_FUNCTION...Sa Liu5-26/+64