summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-2/+2
* cgraph.c (clone_function_name): Take SUFFIX argument; export.Jan Hubicka2010-05-291-7/+10
* diagnostic-core.h: New.Joseph Myers2010-05-271-1/+1
* cgraph.c (cgraph_create_virtual_clone): Only check versionable_function_p whe...Jan Hubicka2010-05-171-1/+4
* cgraph.h (cgraph_indirect_call_info): New fields anc_offset, otr_token and po...Martin Jambor2010-05-171-2/+2
* cgraph.c (dump_cgraph_node): Dump versionable flag.Jan Hubicka2010-05-161-0/+4
* cgraph.c (cgraph_clone_node): Take decl argument and insert clone into hash w...Jan Hubicka2010-05-161-20/+21
* cgraph.c (cgraph_mark_address_taken_node): No longer imply needed flag.Jan Hubicka2010-05-131-1/+1
* cgraphbuild.c (build_cgraph_edges, [...]): Build indrect edges too.Jan Hubicka2010-05-121-1/+14
* cgraph.h (struct varpool_node): Add aux.Jan Hubicka2010-05-121-1/+1
* cgraph.c (cgraph_mark_reachable_node): Accept references to optimized out ext...Jan Hubicka2010-05-111-2/+9
* cgraph.c: Include ipa-utils.hJan Hubicka2010-05-111-0/+23
* cgraphbuild.c (record_reference_ctx): Add varpool_node.Jan Hubicka2010-05-061-0/+8
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka2010-04-291-0/+2
* cgraph.h (struct cgraph_node): New field indirect_calls.Martin Jambor2010-04-281-72/+219
* invoke.texi (-fipa-profile): Document.Jan Hubicka2010-04-271-1/+3
* cgraph.c (cgraph_propagate_frequency): New function.Jan Hubicka2010-04-271-0/+63
* cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka2010-04-261-0/+2
* cgraph.c (dump_cgraph_node): Dump also assembler name.Jan Hubicka2010-04-211-0/+2
* cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.Jan Hubicka2010-04-201-1/+8
* cgraph.c (cgraph_add_function_insertion_hook): Update comment.Aldy Hernandez2010-04-011-3/+3
* re PR tree-optimization/43505 (type mismatch between an SSA_NAME and its symb...Jan Hubicka2010-03-281-0/+1
* re PR middle-end/42344 (ICE in rs6000.md with ipa-sra for 252.eon)Alan Modra2010-02-201-12/+41
* re PR tree-optimization/42625 (-fipa-sra can generate different destructors i...Jakub Jelinek2010-01-071-1/+10
* cgraph.h (cgraph_set_nothrow_flag, [...]): New prototypes.Jakub Jelinek2009-12-141-0/+49
* re PR c++/42317 (Issues with comdat virtual dtors)Jakub Jelinek2009-12-101-1/+16
* re PR middle-end/42228 (verify_cgraph_node failed:node has wrong clone_of)Jan Hubicka2009-12-101-15/+45
* cgraph.c (same_body_alias_1): Break out ofJan Hubicka2009-11-291-19/+74
* Remove trailing white spaces.H.J. Lu2009-11-251-4/+4
* tree.c (need_assembler_name_p): Use cgraph_get_node instead of cgraph_node_fo...Jakub Jelinek2009-11-191-31/+1
* re PR c++/3187 (gcc lays down two copies of constructors)Jakub Jelinek2009-11-181-9/+135
* cgraph.c (cgraph_update_edges_for_call_stmt_node): Do not access removed node.Jan Hubicka2009-11-171-1/+1
* cgraphbuild.c (compute_call_stmt_bb_frequency): Use proper ENTRY_BLOCK_PTR.Jan Hubicka2009-11-161-1/+5
* cgraph.c (cgraph_release_function_body): Update use of ipa_transforms_to_apply.Jan Hubicka2009-11-161-1/+3
* cgraph.c (cgraph_create_edge): Check for NULL call_stmt before calling stmt_c...Richard Guenther2009-10-091-4/+5
* cgraph.c (cgraph_node_can_be_local): Handle externally visible nodes correctly.Jan Hubicka2009-10-071-1/+2
* lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...Jan Hubicka2009-10-071-0/+2
* Merge lto branch into trunk.Diego Novillo2009-10-031-7/+16
* cgraph.c (cgraph_clone_node): Add redirect_callers parameter.Jan Hubicka2009-10-011-11/+14
* langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther2009-09-131-0/+7
* [multiple changes]Diego Novillo2009-09-031-3/+27
* Emit DWARF for template parameters (PR debug/30161)Dodji Seketeli2009-08-311-0/+23
* cgraph.c (cgraph_set_call_stmt_including_clones): Tidy.Richard Henderson2009-07-291-15/+24
* cgraph.h (combined_args_to_skip): New field.Jan Hubicka2009-07-201-0/+25
* re PR c/40401 (ICE: verify_gimple failed)Richard Guenther2009-07-171-0/+3
* cgraph.c (cgraph_make_node_local): Use DECL_COMDAT_GROUP.Rafael Avila de Espindola2009-06-151-1/+1
* cgraphunit.c (cgraph_function_versioning,save_inline_function_body): Use DECL...Rafael Avila de Espindola2009-06-151-1/+1
* cgraph.c (cgraph_node_can_be_local_p): New function.Martin Jambor2009-06-101-0/+28
* re PR middle-end/40102 (Revision 147294 caused ICE: verify_cgraph_node)Jan Hubicka2009-06-081-2/+3
* * cgraph.c (dump_cgraph_node): Honor -fdump-noaddr.Alexandre Oliva2009-05-271-3/+4