aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-2/+2
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-2/+2
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-22/+27
2003-09-16c-common.c (handle_warn_unused_result_attribute): New function.Jason Merrill1-0/+3
2003-09-12re PR bootstrap/12264 (Mainline faield to bootstrap)H.J. Lu1-1/+2
2003-09-10c-objc-common.c (c_cannot_inline_tree_fn): Warn on why function is not inlina...Jan Hubicka1-63/+133
2003-08-20tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.Jason Merrill1-8/+2
2003-08-05tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher1-99/+159
2003-07-30re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...Jan Hubicka1-5/+5
2003-07-29re PR c++/11131 (Unrelated declaration removes inline flag from function)Jan Hubicka1-2/+2
2003-07-25Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis1-1/+2
2003-07-23re PR rtl-optimization/10679 ([3.3/3.4] --param min-inline-insns not honoured)Mark Mitchell1-3/+3
2003-07-12cgraph.c (cgraph_max_uid): New global variable.Jan Hubicka1-4/+15