summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* * tree-optimize.c (init_tree_optimization_passes): Fix flags ofhubicka2005-06-241-2/+3
* * cgraph.c, cgraphunit.c, config/mips/mips.c: Fix commentkazu2005-06-031-4/+4
* * cgraph.c (cgraph_node): Maintain master clones.hubicka2005-06-021-2/+109
* * cgraph.c (dump_cgraph_node): Print new flags.hubicka2005-06-021-2/+15
* * cgraph.c: Include tree-gimple.hhubicka2005-05-271-10/+11
* * Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency.hubicka2005-05-251-0/+1
* * basic-block.h (REG_BR_PROB_BASE): Define.hubicka2005-05-191-6/+28
* * diagnostic.c (warning): Accept parameter to classify warning option.dj2005-04-231-1/+1
* 2005-03-31 Jan Hubicka <jh@suse.cz>hubicka2005-03-301-44/+124
* PR middle-end/20622jakub2005-03-291-2/+2
* * cgraph.h (cgraph_node): Add prev_clone pointer.hubicka2005-03-201-5/+9
* PR middle-end/20225hubicka2005-03-181-0/+1
* * cgraph.c (cgraph_remove_node): Avoid loop in code deciding whetherhubicka2005-03-181-22/+17
* 2005-03-02 Richard Guenther <rguenth@gcc.gnu.org>rguenth2005-03-021-23/+80
* * cgraph.c (cgraph_varpool_n_nodes): Remove.kazu2005-01-231-4/+0
* * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,kazu2005-01-181-1/+1
* PR c/19031rth2005-01-021-0/+63
* * c-cppbuiltin.c, cgraph.c, domwalk.h, except.c, gimplify.c,kazu2004-11-131-1/+1
* * cgraph.h (cgraph_calls_p): Remove.bje2004-11-081-15/+0
* patch to remove the analysis of module level static variables.zadeck2004-10-251-7/+0
* PR middle-end/16460hubicka2004-09-201-0/+13
* New code to analyze file level static variables and to determine ifzadeck2004-09-131-0/+6
* * cgraph.c (cgraph_remove_node): Free DECL_INITIAL field of node.hubicka2004-09-081-0/+1
* * cfganal.c (flow_depth_first_order_compute, dfs_enumerate_from,nathan2004-09-071-20/+13
* 2004-09-06 Paolo Bonzini <bonzini@gnu.org>bonzini2004-09-061-2/+2
* * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c,kazu2004-05-301-1/+1
* 2004-05-22 Andrew Pinski <pinskia@physics.uc.edu>zack2004-05-221-28/+22
* * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)zack2004-05-201-18/+10
* * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)zack2004-05-191-122/+21
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-131-10/+0
* * bb-reorder.c, c-opts.c, cfglayout.c, cgraph.c, cgraphunit.c,kazu2004-04-301-8/+8
* * builtins.c, cgraph.c, cgraphunit.c, final.c, fold-const.c:kazu2004-04-291-5/+5
* * cgraph.c: Add overall comment.hubicka2004-04-011-95/+281
* * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) ()sayle2004-03-141-2/+2
* * (c-decl.c, c-semantics.c, calls.c, cgraph.c, cgraphunit.c,steven2004-02-171-1/+1
* PR c++/12850hubicka2004-01-291-0/+3
* * cgraph.c (cgraph_remove_node): Fix removal from linked list.hubicka2004-01-191-1/+1
* * cgraph.c (create_edge): Use local.redefined_extern_inline.hubicka2004-01-141-0/+3
* * Makefile.in (cgraph.o, cgraphunit.o): Add intl.h dependency.hubicka2004-01-041-4/+11
* PR opt/13473hubicka2004-01-011-2/+4
* * alias.c: Fix comment formatting.kazu2003-12-211-1/+1
* * cgraph.c (change_decl_assembler_name): Avoid bogus warnings.hubicka2003-11-181-1/+2
* PR opt/12275hubicka2003-11-131-2/+78
* * cgraphunit.c (cgraph_function_possibly_inlined_p): Usehubicka2003-11-111-1/+1
* * cgraph.c (cgraph_function_possibly_inlined_p): Be conservative whenhubicka2003-10-221-3/+1
* PR debug/12389hubicka2003-10-221-0/+10
* * cgraph.c (cgraph_node): Use INSERT instead of 1 inzlomek2003-10-021-5/+5
* 2003-09-23 Kelley Cook <kelleycook@wideopenwest.com>kcook2003-09-261-4/+6
* * cgraph.h (cgraph_remove_edge): Declare.rsandifo2003-09-251-2/+1
* * cgraph.c: Fix typo in debugging output.kcook2003-09-191-1/+1