aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-06-25darwin.h (CC1_SPEC): Handle -gused and -gfull.Devang Patel3-1/+11
2004-06-25* gfortran.fortran-torture/execute/der_init_3.f90: Fix syntax error.Tobias Schlüter2-1/+5
2004-06-25* dbxout.h: Add include guardsMark G. Adams2-1/+10
2004-06-25* config/arm/arm.h (TARGET_CPU_CPP_BUILTINS): Define __ARM_EABI__.Paul Brook2-0/+6
2004-06-25arm.c (arm_arch4t): New variable.Richard Earnshaw4-33/+133
2004-06-25mips.c (reg_or_const_float_1_operand): Reimplement in terms of const_float_1_...Richard Sandiford2-16/+8
2004-06-25re PR target/16144 (Bogus reference to __divdf3 when -O1)Richard Sandiford4-2/+21
2004-06-25m68k.h: Restore valid comment removed by mistake with the recent m68k comment...Bernardo Innocenti2-0/+9
2004-06-25decl.c (grokdeclarator): Restore error messages about __thread.Mark Mitchell3-9/+46
2004-06-24c-gimplify.c (gimplify_for_stmt): Use gimplify_and_add.Richard Kenner3-17/+16
2004-06-24gimplify.c (voidify_wrapper_expr): Allow TARGET_EXPR.Richard Kenner2-1/+5
2004-06-24Update whitespace and commentsRichard Kenner4-83/+88
2004-06-24* gimplify.c: Remove unneeded forward declarations.Richard Kenner2-62/+4
2004-06-24gimplify.c (append_to_compound_expr): Deleted.Richard Kenner3-16/+3
2004-06-24fold-const.c (fold_addr_expr_with_type): Look through all valid LHS modifiers...Richard Kenner2-2/+7
2004-06-24tree.h (debug_find_tree): Add declaration.Richard Kenner3-2/+8
2004-06-25rs6000.md: Apply change mistakenly deleted with 2004-06-22 patch.Eric Christopher2-8/+17
2004-06-25Daily bump.GCC Administrator1-1/+1
2004-06-24c-decl.c (c_in_iteration_stmt, [...]): Remove.Richard Henderson11-405/+450
2004-06-24tree-pretty-print.c (dump_generic_node, [...]): Don't look at TYPE_METHODS un...Richard Kenner2-1/+8
2004-06-24objc-act.c (build_objc_method_call): Save the lookup_object so we do not call...Andrew Pinski2-3/+10
2004-06-24Minor comment and whitespace changesRichard Kenner1-3/+4
2004-06-24tree-ssa-dom.c (real_avail_expr_hash): New.Richard Henderson2-1/+12
2004-06-24Minor updating of comments.Richard Kenner1-2/+1
2004-06-24Minor whitespace changesRichard Kenner1-4/+6
2004-06-24tree-mudflap.c (mx_register_decls): Add third (type) argument to synthesized ...Frank Ch. Eigler2-3/+12
2004-06-24re PR middle-end/15239 (suboptimal mult-by-const expansion cost limit)Roger Sayle2-1/+6
2004-06-24re PR tree-optimization/16115 (double-destruction problem with argument passi...Jason Merrill3-1/+49
2004-06-24combine.c (distribute_notes): Don't delete sets to global register variables.Eric Christopher2-2/+9
2004-06-24i386.md (ffsdi2, clzdi2): New expanders.Jakub Jelinek2-0/+73
2004-06-24darwin7.h (MATH_LIBRARY): Remove.Andrew Pinski3-12/+17
2004-06-24loop-iv.c (iv_analyze, [...]): Support for identifying shifts of induction va...Revital Eres2-1/+49
2004-06-24* gimplify.c (gimplify_body): Watch for body vanishing.Richard Henderson2-1/+7
2004-06-24tree-ssa-dom.c (record_dominating_conditions): New function.Jeff Law4-0/+207
2004-06-24parse.y (set_nested_class_simple_name_value): Removed.Bryce McKinlay2-17/+6
2004-06-24calls.c (shift_returned_value): Fix handling of non-integer TYPE_MODEs.Richard Sandiford4-1/+21
2004-06-24reformat, remove '^M'sNathan Sidwell2-3/+4
2004-06-24Add a blank.Richard Kenner1-1/+1
2004-06-24c-decl.c (finish_function): Do not check for DEFAULT_MAIN_RETURN.Ulrich Weigand4-16/+8
2004-06-24* doc/cfg.texi (Edges): Fix typo.Ben Elliston2-2/+6
2004-06-24* config/arm/arm.c (arm_output_epilogue): Remove excess checks.Paul Brook2-4/+5
2004-06-24tree-ssa.exp: Remove.Giovanni Bajo2-36/+5
2004-06-24* cp-tree.h (enum cp_storage_class): Remove trailing comma.Andreas Schwab2-1/+5
2004-06-23re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Andrew Pinski4-1/+24
2004-06-24Make-lang.in (cp/lex.o): Do not depend on cp/lex.h.Mark Mitchell13-826/+768
2004-06-24calls.c (expand_call): Call INIT_CUMULATIVE_ARGS earlier, and pass raw n_name...Alan Modra3-21/+39
2004-06-23c-gimplify.c (gimplify_decl_stmt): Push gimplify_one_sizepos inside non-const...Richard Henderson2-12/+18
2004-06-24c-common.c (expand_unordered_cmp): Delete.Roger Sayle9-204/+29
2004-06-23gimplify.c (gimplify_compound_lval): Don't set ARRAY_REF or COMPONENT_REF var...Richard Henderson2-6/+12
2004-06-23Patch from Robert Millan.Robert Millan9-113/+148