aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-22integrate.c (copy_decl_for_inlining): Remove invisible reference handling.Jason Merrill1-15/+1
2004-07-16* tree-inline.c (estimate_num_insns_1): Correct increase of count.Krister Walfridsson1-1/+1
2004-07-16tree-def (WITH_SIZE_EXPR): New.Richard Henderson1-0/+6
2004-07-16langhooks-def.h (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL_FOR_INLINING, [...]):...Richard Henderson1-71/+98
2004-07-07tree-inline.c (optimize_inline_calls): Set DECL_INLINED_FNS regardless of DEC...Steven Bosscher1-9/+6
2004-07-07expr.c (expand_expr_real_1): Fix formating.Andrew Pinski1-1/+0
2004-07-06langhooks-def.h (LANG_HOOKS_GIMPLE_BEFORE_INLINING): Remove.Richard Henderson1-102/+53
2004-07-06dojump.c (do_jump): REFERENCE_EXPR is dead.Daniel Berlin1-1/+0
2004-07-05langhooks-def.h (LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P): Extra arg.Richard Kenner1-41/+35
2004-07-05tree.h (DECL_SEEN_IN_BIND_EXPR_P): New macro.Richard Kenner1-102/+126
2004-07-03tree-inline.c (initialize_inlined_parameters): Pass proper function context t...Richard Kenner1-10/+32
2004-07-02c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson1-11/+4
2004-06-30tree-gimple.c (right_assocify_expr): KillRichard Henderson1-4/+0
2004-06-28tree.def (REALPART_EXPR, [...]): Change class to 'r'.Richard Henderson1-2/+0
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-106/+105
2004-06-25tree-inline.c (remap_type): Arrange to have just one pointer type for each ty...Richard Kenner1-20/+31
2004-06-24Update whitespace and commentsRichard Kenner1-54/+64
2004-06-24tree.h (debug_find_tree): Add declaration.Richard Kenner1-2/+0
2004-06-22tree.def (VTABLE_REF): Remove.Richard Henderson1-7/+1
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-11/+48
2004-06-21c-common.c (verify_sequence_points): Export.Richard Henderson1-1/+4
2004-06-17tree-alias-common.c: Add whitespace.Ben Elliston1-1/+1
2004-06-16c-common.def (GOTO_STMT, LABEL_STMT): Remove.Richard Henderson1-4/+3
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-12/+5
2004-06-15tree-flow-inline.h (stmt_ann): Remove use of is_essa_node.Daniel Berlin1-4/+0
2004-06-09tree-complex.c (expand_complex_comparison): Use fold_convert instead of convert.Andrew Pinski1-1/+1
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-05-28re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math)Paolo Bonzini1-0/+1
2004-05-15c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_ho...Steven Bosscher1-5/+5
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-774/+1054
2004-04-12c-decl.c (finish_decl): Make a decl_stmt for a variable-sized TYPE_DECL.Richard Kenner1-4/+6
2004-04-01cgraph.c: Add overall comment.Jan Hubicka1-36/+145
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-20/+20
2004-02-29re PR middle-end/13448 (gcc 3.3.2, internal error when -O3 and trying to modi...Mark Mitchell1-1/+7
2004-02-22backport: tree-inline.c (insert_decl_map): New.Josef Zlomek1-35/+40
2004-02-19Makefile.in (STRICT2_WARN): Add -Wno-variadic-macros.Richard Henderson1-1/+1
2004-02-14* tree-inline.c (copy_body_r): Do not replace ret_label.Josef Zlomek1-2/+5
2004-02-08c-common.c (shadow_warning): Delete.Zack Weinberg1-16/+0
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-13cgraphunit.c (cgraph_optimize_function): Always do optimize_inline_calls when...Jan Hubicka1-4/+12
2004-01-04Makefile.in (cgraph.o, [...]): Add intl.h dependency.Jan Hubicka1-4/+6
2003-11-13* tree-inline.c (walk_tree): Handle PLACEHOLDER_EXPR.Steven Bosscher1-0/+1
2003-11-12c-typeck.c (c_convert_parm_for_inlining): Add argnum...Mike Stump1-2/+6
2003-11-12re PR rtl-optimization/12953 (tree inline bug and fix)Alexey Starovoytov1-36/+39
2003-10-20toplev.c (rest_of_compilation): Fix webizer pass ordering.Jan Hubicka1-98/+3
2003-10-05c-pretty-print.c: Fix comment typos.Kazu Hirata1-1/+1
2003-10-05tree-inline.c (remap_type): New.Richard Henderson1-19/+129
2003-10-03re PR rtl-optimization/12180 (Inline optimization fails for variadic function)Mark Mitchell1-0/+2
2003-09-23tree-inline.c (remap_save_expr): Map new save_expr to identity rather than to...Richard Henderson1-2/+1