aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
AgeCommit message (Expand)Author
2007-01-16 * cgraph.h (cgraph_decide_inlining_incrementally): Kill.hubicka
2007-01-04 * cgraph.c (cgraph_release_function_body): New function.hubicka
2007-01-03 * gcc.dg/pr16194.c: We now output error on all three functions, not justhubicka
2006-12-30 * cgraph.c (cgraph_exapnd_queue): Rename to...hubicka
2006-12-20 * cgraph.h (FOR_EACH_STATIC_VARIABLE, FOR_EACH_STATIC_INITIALIZER): Newhubicka
2006-12-11 Move all varpool routines out of cgraph/cgraphunit to varpool.chubicka
2006-12-09 * cgraph.c: Update copyright.hubicka
2006-12-02 * builtins.c, cfgloop.h, cgraph.h, config/arm/arm.c,kazu
2006-11-28 * invoke.texi (large-stack-frame, large-stack-frame-growth): New params.hubicka
2006-08-21 PR rtl-optimization/28071hubicka
2006-08-17 PR c/28744jakub
2006-07-24 PR c/25795hubicka
2006-06-162006-06-16 Richard Guenther <rguenther@suse.de>rguenth
2006-05-18Whitespace fixupsmrs
2006-04-17 * cgraph.h (cgraph_edge_p): New.kazu
2006-01-19 * tree-pretty-print.c (dump_generic_node): Handlednovillo
2006-01-182006-01-18 Richard Henderson <rth@redhat.com>dnovillo
2006-01-17./:ian
2006-01-11 * cgraph.c (cgraph_insert_node_to_hashtable): New function.hubicka
2005-09-24 * cgraph.c (cgraph_clone_edge): Make the scale gcov_type.hubicka
2005-08-01 * Makefile.in: Add ipcp.c, ipa-prop.h, ipa-prop.c. Remove integrate.hrazya
2005-07-28 * cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument.hubicka
2005-07-28 * ipa-inline.c (cgraph_edge_badness): Update comments. Invert shiftjconner
2005-07-162005-07-16 Danny Berlin <dberlin@dberlin.org>zadeck
2005-06-28 * cgraph.c (cgraph_remove_node): Do not release function bodies untilhubicka
2005-06-25Update FSF address.kcook
2005-06-24 * tree-optimize.c (init_tree_optimization_passes): Fix flags ofhubicka
2005-06-02 * cgraph.c (cgraph_node): Maintain master clones.hubicka
2005-06-02 * cgraph.c (dump_cgraph_node): Print new flags.hubicka
2005-05-27 * cgraph.c: Include tree-gimple.hhubicka
2005-05-25 * Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency.hubicka
2005-05-19 * basic-block.h (REG_BR_PROB_BASE): Define.hubicka
2005-05-17 * cgraph.h (cgraph_node): Add 'lowered' state.hubicka
2005-04-24 PR middle-end/20991jakub
2005-04-22 * Makefile.in (ipa.o, ipa-inline.o): New files.hubicka
2005-03-302005-03-31 Jan Hubicka <jh@suse.cz>hubicka
2005-03-30 * cgraph.h (struct cgraph_node): Add alias.rth
2005-03-29 PR middle-end/20622jakub
2005-03-20 * cgraph.h (cgraph_node): Add prev_clone pointer.hubicka
2005-03-022005-03-02 Richard Guenther <rguenth@gcc.gnu.org>rguenth
2005-01-23 * cgraph.c (cgraph_varpool_n_nodes): Remove.kazu
2005-01-18 * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,kazu
2005-01-02 PR c/19031rth
2004-11-18 * cgraph.h: Replace "it's" with "its" throughout.bje
2004-11-08 * cgraph.h (cgraph_calls_p): Remove.bje
2004-10-25patch to remove the analysis of module level static variables.zadeck
2004-09-20 PR middle-end/16460hubicka
2004-09-14 * cgraph.h, cgraphunit.c, fold-const.c, lambda-mat.c,kazu
2004-09-13New code to analyze file level static variables and to determine ifzadeck
2004-09-102004-09-10 Paolo Bonzini <bonzini@gnu.org>bonzini