summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
* m68k.h: Restore valid comment removed by mistake with the recent m68k comment...Bernardo Innocenti2004-06-252-0/+9
* decl.c (grokdeclarator): Restore error messages about __thread.Mark Mitchell2004-06-253-9/+46
* c-gimplify.c (gimplify_for_stmt): Use gimplify_and_add.Richard Kenner2004-06-243-17/+16
* gimplify.c (voidify_wrapper_expr): Allow TARGET_EXPR.Richard Kenner2004-06-242-1/+5
* Update whitespace and commentsRichard Kenner2004-06-244-83/+88
* * gimplify.c: Remove unneeded forward declarations.Richard Kenner2004-06-242-62/+4
* gimplify.c (append_to_compound_expr): Deleted.Richard Kenner2004-06-243-16/+3
* fold-const.c (fold_addr_expr_with_type): Look through all valid LHS modifiers...Richard Kenner2004-06-242-2/+7
* tree.h (debug_find_tree): Add declaration.Richard Kenner2004-06-243-2/+8
* rs6000.md: Apply change mistakenly deleted with 2004-06-22 patch.Eric Christopher2004-06-252-8/+17
* Daily bump.GCC Administrator2004-06-251-1/+1
* c-decl.c (c_in_iteration_stmt, [...]): Remove.Richard Henderson2004-06-2411-405/+450
* tree-pretty-print.c (dump_generic_node, [...]): Don't look at TYPE_METHODS un...Richard Kenner2004-06-242-1/+8
* objc-act.c (build_objc_method_call): Save the lookup_object so we do not call...Andrew Pinski2004-06-242-3/+10
* Minor comment and whitespace changesRichard Kenner2004-06-241-3/+4
* tree-ssa-dom.c (real_avail_expr_hash): New.Richard Henderson2004-06-242-1/+12
* Minor updating of comments.Richard Kenner2004-06-241-2/+1
* Minor whitespace changesRichard Kenner2004-06-241-4/+6
* tree-mudflap.c (mx_register_decls): Add third (type) argument to synthesized ...Frank Ch. Eigler2004-06-242-3/+12
* re PR middle-end/15239 (suboptimal mult-by-const expansion cost limit)Roger Sayle2004-06-242-1/+6
* re PR tree-optimization/16115 (double-destruction problem with argument passi...Jason Merrill2004-06-243-1/+49
* combine.c (distribute_notes): Don't delete sets to global register variables.Eric Christopher2004-06-242-2/+9
* i386.md (ffsdi2, clzdi2): New expanders.Jakub Jelinek2004-06-242-0/+73
* darwin7.h (MATH_LIBRARY): Remove.Andrew Pinski2004-06-243-12/+17
* loop-iv.c (iv_analyze, [...]): Support for identifying shifts of induction va...Revital Eres2004-06-242-1/+49
* * gimplify.c (gimplify_body): Watch for body vanishing.Richard Henderson2004-06-242-1/+7
* tree-ssa-dom.c (record_dominating_conditions): New function.Jeff Law2004-06-244-0/+207
* parse.y (set_nested_class_simple_name_value): Removed.Bryce McKinlay2004-06-242-17/+6
* calls.c (shift_returned_value): Fix handling of non-integer TYPE_MODEs.Richard Sandiford2004-06-244-1/+21
* reformat, remove '^M'sNathan Sidwell2004-06-242-3/+4
* Add a blank.Richard Kenner2004-06-241-1/+1
* c-decl.c (finish_function): Do not check for DEFAULT_MAIN_RETURN.Ulrich Weigand2004-06-244-16/+8
* * doc/cfg.texi (Edges): Fix typo.Ben Elliston2004-06-242-2/+6
* * config/arm/arm.c (arm_output_epilogue): Remove excess checks.Paul Brook2004-06-242-4/+5
* tree-ssa.exp: Remove.Giovanni Bajo2004-06-242-36/+5
* * cp-tree.h (enum cp_storage_class): Remove trailing comma.Andreas Schwab2004-06-242-1/+5
* re PR middle-end/15988 (ICE in fold_convert with pointer-to-member-function)Andrew Pinski2004-06-234-1/+24
* Make-lang.in (cp/lex.o): Do not depend on cp/lex.h.Mark Mitchell2004-06-2413-826/+768
* calls.c (expand_call): Call INIT_CUMULATIVE_ARGS earlier, and pass raw n_name...Alan Modra2004-06-243-21/+39
* c-gimplify.c (gimplify_decl_stmt): Push gimplify_one_sizepos inside non-const...Richard Henderson2004-06-232-12/+18
* c-common.c (expand_unordered_cmp): Delete.Roger Sayle2004-06-249-204/+29
* gimplify.c (gimplify_compound_lval): Don't set ARRAY_REF or COMPONENT_REF var...Richard Henderson2004-06-232-6/+12
* Patch from Robert Millan.Robert Millan2004-06-239-113/+148
* fold-const.c (make_range): Cleanup type checking through function.Eric Christopher2004-06-242-62/+69
* mips.c (mips_use_dfa_pipeline_interface): Add R3000.Eric Christopher2004-06-244-21/+98
* s390-protos.h (s390_emit_compare): Add prototype.Ulrich Weigand2004-06-244-229/+288
* Daily bump.GCC Administrator2004-06-241-1/+1
* gthr-win32.h (__GTHREAD_MUTEX_INIT_DEFAULT): Adjust.Wu Yongwei2004-06-233-14/+57
* rs6000.c (rs6000_use_dfa_pipeline_interface): Delete.David Edelsohn2004-06-234-17/+82
* c-typeck.c (composite_type, [...]): Abort if we have type qualifiers at all.Andrew Pinski2004-06-234-2/+28