summaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
Commit message (Expand)AuthorAgeFilesLines
* cgraph.c (cgraph_remove_node): Do not remove nested nodes.Jan Hubicka2008-08-291-0/+2
* tree.c (build_function_type_skip_args, [...]): New functions.Jan Hubicka2008-08-291-1/+2
* cgraph.c (first_cgraph_function_insertion_hook): New variable.Jan Hubicka2008-08-211-0/+4
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-8/+9
* ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed rather than for ...Martin Jambor2008-07-231-1/+4
* cgraph.h (varpool_empty_needed_queue): Declare.Jan Hubicka2008-07-161-0/+1
* cgraph.c (assembler_name_hash): New static var.Jan Hubicka2008-07-131-1/+1
* cgraph.c (cgraph_edge_max_uid): New variable.Martin Jambor2008-07-071-0/+23
* cgraph.h (cgraph_mark_if_needed): New function.Jan Hubicka2008-06-181-0/+1
* cgraph.h (compute_inline_parameters): Made public.Kenneth Zadeck2008-05-151-0/+1
* calls.c (expand_call): Don't use callgraph to increase preferred_stack_boundary.H.J. Lu2008-05-091-1/+1
* cgraph.c (dump_cgraph_node): Update.Jan Hubicka2008-05-071-4/+6
* re PR middle-end/34969 (ICE with -fipa-cp -ffast-math)Jakub Jelinek2008-01-301-1/+3
* langhooks.h (struct lang_hooks_for_callgraph): Remove third argument from fun...Diego Novillo2007-11-021-0/+2
* cgraphbuild.c (rebuild_cgraph_edges): Export.Zdenek Dvorak2007-09-071-0/+3
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* matrix-reorg.c: New file.Razya Ladelsky2007-05-281-0/+5
* Makefile.in (passes.o, [...]): Add dependencies.Jan Hubicka2007-02-091-3/+10
* Patch by Tomas Bily <tbily@suse.cz>Tomas Bily2007-01-191-0/+5
* cgraph.h (cgraph_decide_inlining_incrementally): Kill.Jan Hubicka2007-01-161-1/+0
* cgraph.c (cgraph_release_function_body): New function.Jan Hubicka2007-01-041-0/+1
* pr16194.c: We now output error on all three functions, not just first one.Jan Hubicka2007-01-031-0/+2
* cgraph.c (cgraph_exapnd_queue): Rename to...Jan Hubicka2006-12-301-2/+15
* cgraph.h (FOR_EACH_STATIC_VARIABLE, [...]): New macros.Jan Hubicka2006-12-201-0/+36
* Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka2006-12-111-21/+31
* cgraph.c: Update copyright.Jan Hubicka2006-12-091-2/+1
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-12-021-1/+1
* invoke.texi (large-stack-frame, [...]): New params.Jan Hubicka2006-11-281-0/+8
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka2006-08-211-0/+4
* re PR c/28744 (externally_visible attribute not effective with prior declarat...Jakub Jelinek2006-08-171-2/+0
* re PR c/25795 (Proccessing the attribute externally_visible too early)Jan Hubicka2006-07-241-0/+1
* cgraph.h (struct cgraph_local_info): Turn bool elements into a bitfield.Richard Guenther2006-06-161-22/+23
* Whitespace fixupsMike Stump2006-05-181-6/+6
* cgraph.h (cgraph_edge_p): New.Kazu Hirata2006-04-171-1/+7
* tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo2006-01-191-2/+2
* [multiple changes]Diego Novillo2006-01-181-1/+3
* common.opt (ftoplevel-reorder): New option.Ian Lance Taylor2006-01-171-0/+20
* cgraph.c (cgraph_insert_node_to_hashtable): New function.Jan Hubicka2006-01-111-0/+7
* cgraph.c (cgraph_clone_edge): Make the scale gcov_type.Jan Hubicka2005-09-241-5/+3
* Makefile.in: Add ipcp.c, ipa-prop.h, ipa-prop.c.Razya Ladelsky2005-08-011-0/+2
* cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument.Jan Hubicka2005-07-281-2/+5
* ipa-inline.c (cgraph_edge_badness): Update comments.Josh Conner2005-07-281-1/+1
* Makefile.in: Added rules for ipa-pure-const.c...Daniel Berlin2005-07-161-2/+0
* cgraph.c (cgraph_remove_node): Do not release function bodies until full cgra...Jan Hubicka2005-06-281-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* tree-optimize.c (init_tree_optimization_passes): Fix flags of all_passes and ...Jan Hubicka2005-06-241-0/+2
* cgraph.c (cgraph_node): Maintain master clones.Jan Hubicka2005-06-021-1/+32
* cgraph.c (dump_cgraph_node): Print new flags.Jan Hubicka2005-06-021-0/+6
* cgraph.c: Include tree-gimple.hJan Hubicka2005-05-271-1/+1
* Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency.Jan Hubicka2005-05-251-0/+3