summaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
Commit message (Expand)AuthorAgeFilesLines
* [multiple changes]Diego Novillo2009-09-031-1/+2
* Emit DWARF for template parameters (PR debug/30161)Dodji Seketeli2009-08-311-0/+2
* cgraph.h (constant_pool_htab): New function.Olatunji Ruwase2009-07-201-0/+19
* cgraph.h (combined_args_to_skip): New field.Jan Hubicka2009-07-201-0/+1
* re PR c/40401 (ICE: verify_gimple failed)Richard Guenther2009-07-171-2/+0
* cgraph.c (cgraph_node_can_be_local_p): New function.Martin Jambor2009-06-101-0/+2
* cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka2009-05-251-3/+10
* cgraph.h (struct cgraph_node): Remove inline_decl member.Richard Guenther2009-05-211-5/+0
* cgraph.h (struct cgraph_node): Add finalized_by_frotnend flag.Jan Hubicka2009-05-151-0/+2
* Revert the following patch until testsuite fallout is fixed:Jan Hubicka2009-05-151-10/+3
* cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka2009-05-151-3/+10
* basic-block.h (enum profile_status): Break out of struct control_flow_graph.Ian Lance Taylor2009-05-111-8/+13
* cgraphbuild.c (record_reference): Use cgraph_mark_address_taken_node.Jan Hubicka2009-05-101-0/+3
* re PR middle-end/40084 (Revision 147294 failed 483.xalancbmk in SPEC CPU 2006...Jan Hubicka2009-05-101-1/+1
* cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han...Jan Hubicka2009-05-081-4/+42
* hashtab.h: Update GTY annotations to new syntaxTaras Glek2009-04-221-16/+9
* cgraph.h (cgraph_node_ptr): New type for vector functions.Doug Kwan2009-04-201-1/+98
* cgraph.c (cgraph_make_edge, [...]): Set nothrow flag.Jan Hubicka2009-04-181-1/+3
* [multiple changes]Rafael Avila de Espindola2009-04-021-0/+1
* cgraph.c (dump_cgraph_node): Add replace output flag by process.Jan Hubicka2009-03-281-2/+2
* Bring from lto-branch:Jan Hubicka2009-03-281-5/+12
* cgraph.c (cgraph_node, [...]): Remove master clone handling.Jan Hubicka2009-03-281-5/+0
* cgraph.h (struct cgraph_node): Reorder fields for 64-bit hosts.Richard Guenther2009-03-231-4/+4
* re PR debug/39267 (gdb testsuite regressions)Jan Hubicka2009-02-281-1/+0
* re PR debug/27574 (MIssing debug info at -O0 for a local variable in a C++ co...Dodji Seketeli2008-11-121-0/+3
* ipa-prop.h (struct ipa_param_flags): Removed.Martin Jambor2008-09-111-1/+0
* 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