aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
AgeCommit message (Expand)AuthorFilesLines
2006-01-19tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo1-2/+2
2006-01-18[multiple changes]Diego Novillo1-1/+3
2006-01-17common.opt (ftoplevel-reorder): New option.Ian Lance Taylor1-0/+20
2006-01-11cgraph.c (cgraph_insert_node_to_hashtable): New function.Jan Hubicka1-0/+7
2005-09-24cgraph.c (cgraph_clone_edge): Make the scale gcov_type.Jan Hubicka1-5/+3
2005-08-01Makefile.in: Add ipcp.c, ipa-prop.h, ipa-prop.c.Razya Ladelsky1-0/+2
2005-07-28cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument.Jan Hubicka1-2/+5
2005-07-28ipa-inline.c (cgraph_edge_badness): Update comments.Josh Conner1-1/+1
2005-07-16Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin1-2/+0
2005-06-28cgraph.c (cgraph_remove_node): Do not release function bodies until full cgra...Jan Hubicka1-1/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-24tree-optimize.c (init_tree_optimization_passes): Fix flags of all_passes and ...Jan Hubicka1-0/+2
2005-06-02cgraph.c (cgraph_node): Maintain master clones.Jan Hubicka1-1/+32
2005-06-02cgraph.c (dump_cgraph_node): Print new flags.Jan Hubicka1-0/+6
2005-05-27cgraph.c: Include tree-gimple.hJan Hubicka1-1/+1
2005-05-25Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency.Jan Hubicka1-0/+3
2005-05-19basic-block.h (REG_BR_PROB_BASE): Define.Jan Hubicka1-8/+14
2005-05-17cgraph.h (cgraph_node): Add 'lowered' state.Steven Bosscher1-0/+3
2005-04-25re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jakub Jelinek1-0/+4
2005-04-22Makefile.in (ipa.o, [...]): New files.Jan Hubicka1-0/+9
2005-03-30[multiple changes]Jan Hubicka1-1/+13
2005-03-30cgraph.h (struct cgraph_node): Add alias.Richard Henderson1-0/+2
2005-03-29re PR middle-end/20622 (Alias to nocommon variable fails to assemble on ppc64)Jakub Jelinek1-0/+2
2005-03-20cgraph.h (cgraph_node): Add prev_clone pointer.Jan Hubicka1-0/+1
2005-03-02cgraph.h (struct cgraph_edge): Add prev_caller and prev_callee fields.Richard Guenther1-1/+4
2005-01-23cgraph.c (cgraph_varpool_n_nodes): Remove.Kazu Hirata1-1/+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/+4
2004-11-18* cgraph.h: Replace "it's" with "its" throughout.Ben Elliston1-4/+4
2004-11-08cgraph.h (cgraph_calls_p): Remove.Ben Elliston1-1/+0
2004-10-25patch to remove the analysis of module level static variables.Kenneth Zadeck1-84/+0
2004-09-20re PR middle-end/16460 (ICE when compiling glibc (ld-ctype.c))Jan Hubicka1-0/+1
2004-09-14cgraph.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-13New code to analyze file level static variables and to determine if...Kenneth Zadeck1-0/+93
2004-09-10cgraph.h (cgraph_dump_file): Do not declare.Paolo Bonzini1-1/+1
2004-07-15* Fix for g++/15861Frank Ch. Eigler1-1/+1
2004-07-01cgraph.h (cgraph_build_static_cdtor): Declare.Richard Henderson1-0/+1
2004-05-22[multiple changes]Zack Weinberg1-2/+0
2004-05-19* cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node)Zack Weinberg1-2/+0
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-2/+1
2004-04-01cgraph.c: Add overall comment.Jan Hubicka1-18/+27
2004-03-30gengtype.c (create_option): New function.Zack Weinberg1-1/+1
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-14cgraph.c (create_edge): Use local.redefined_extern_inline.Jan Hubicka1-10/+14
2004-01-04Makefile.in (cgraph.o, [...]): Add intl.h dependency.Jan Hubicka1-2/+4
2003-12-13c-typeck.c: Fix comment typos.Kazu Hirata1-2/+2
2003-10-22re PR debug/12389 ([testcase needed] ICE in gen_subprogram_die for nested fun...Jan Hubicka1-0/+5
2003-09-25cgraph.h (cgraph_remove_edge): Declare.Richard Sandiford1-0/+1
2003-09-13cgraphunit.c (cgraph_assemble_pending_functions): Export.Richard Henderson1-0/+1
2003-09-11cgraphunit.c (cgraph_finalize_function): Add nested arg.Richard Henderson1-1/+1