aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-03cgraph.c, [...]: Fix comment typos.Kazu Hirata1-4/+4
2005-06-02cgraph.c (cgraph_node): Maintain master clones.Jan Hubicka1-2/+109
2005-06-02cgraph.c (dump_cgraph_node): Print new flags.Jan Hubicka1-2/+15
2005-05-27cgraph.c: Include tree-gimple.hJan Hubicka1-10/+11
2005-05-25Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency.Jan Hubicka1-0/+1
2005-05-19basic-block.h (REG_BR_PROB_BASE): Define.Jan Hubicka1-6/+28
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-1/+1
2005-03-30[multiple changes]Jan Hubicka1-44/+124
2005-03-29re PR middle-end/20622 (Alias to nocommon variable fails to assemble on ppc64)Jakub Jelinek1-2/+2
2005-03-20cgraph.h (cgraph_node): Add prev_clone pointer.Jan Hubicka1-5/+9
2005-03-18re PR middle-end/20225 (ICE during GC)Jan Hubicka1-0/+1
2005-03-18cgraph.c (cgraph_remove_node): Avoid loop in code deciding whether function b...Jan Hubicka1-22/+17
2005-03-02cgraph.h (struct cgraph_edge): Add prev_caller and prev_callee fields.Richard Guenther1-23/+80
2005-01-23cgraph.c (cgraph_varpool_n_nodes): Remove.Kazu Hirata1-4/+0
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-01re PR c/19031 (#pragma weak handling changes in 4.0.0)Richard Henderson1-0/+63
2004-11-13c-cppbuiltin.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-11-08cgraph.h (cgraph_calls_p): Remove.Ben Elliston1-15/+0
2004-10-25patch to remove the analysis of module level static variables.Kenneth Zadeck1-7/+0
2004-09-20re PR middle-end/16460 (ICE when compiling glibc (ld-ctype.c))Jan Hubicka1-0/+13
2004-09-13New code to analyze file level static variables and to determine if...Kenneth Zadeck1-0/+6
2004-09-08cgraph.c (cgraph_remove_node): Free DECL_INITIAL field of node.Jan Hubicka1-0/+1
2004-09-07cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell1-20/+13
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-2/+2
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-05-22[multiple changes]Zack Weinberg1-28/+22
2004-05-20* cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg1-18/+10
2004-05-19* cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg1-122/+21
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-10/+0
2004-04-30bb-reorder.c, [...]: Fix comment typos.Kazu Hirata1-8/+8
2004-04-29builtins.c, [...]: Fix comment typos.Kazu Hirata1-5/+5
2004-04-01cgraph.c: Add overall comment.Jan Hubicka1-95/+281
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-2/+2
2004-02-17(c-decl.c, [...]): Replace DECL_SAVED_INSNS with DECL_STRUCT_FUNCTION.Steven Bosscher1-1/+1
2004-01-29re PR c++/12850 (memory consumption for heavy template instantiations tripled...Jan Hubicka1-0/+3
2004-01-19cgraph.c (cgraph_remove_node): Fix removal from linked list.Jan Hubicka1-1/+1
2004-01-14cgraph.c (create_edge): Use local.redefined_extern_inline.Jan Hubicka1-0/+3
2004-01-04Makefile.in (cgraph.o, [...]): Add intl.h dependency.Jan Hubicka1-4/+11
2004-01-01re PR rtl-optimization/13473 (cc1 segfault w/-march=pentium4)Jan Hubicka1-2/+4
2003-12-21alias.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-11-18* cgraph.c (change_decl_assembler_name): Avoid bogus warnings.Jan Hubicka1-1/+2
2003-11-13re PR rtl-optimization/12275 ([unit-at-a-time] ICE in htab_clear_slot)Jan Hubicka1-2/+78
2003-11-11cgraphunit.c (cgraph_function_possibly_inlined_p): Use really_no_inline.Jan Hubicka1-1/+1
2003-10-22cgraph.c (cgraph_function_possibly_inlined_p): Be conservative when global in...Jan Hubicka1-3/+1
2003-10-22re PR debug/12389 ([testcase needed] ICE in gen_subprogram_die for nested fun...Jan Hubicka1-0/+10
2003-10-02cgraph.c (cgraph_node): Use INSERT instead of 1 in htab_find_slot_with_hash.Josef Zlomek1-5/+5
2003-09-26cgraph.c (dump_cgraph): Don't output newline before dump.Kelley Cook1-4/+6
2003-09-25cgraph.h (cgraph_remove_edge): Declare.Richard Sandiford1-2/+1
2003-09-19* cgraph.c: Fix typo in debugging output.Kelley Cook1-1/+1
2003-09-09cgraph.c (cgraph_varpool_finalize_decl): Sanity check duplicated finalization.Jan Hubicka1-2/+8