aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
AgeCommit message (Expand)AuthorFilesLines
2010-07-08cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls): New function.Jan Hubicka1-0/+2
2010-07-05cgraph.h (cgraph_node, [...]): Update docmentation of in_other_partition.Jan Hubicka1-2/+7
2010-06-28cgraph.h (struct varpool_node): new used_from_object_file flag.Bingfeng Mei1-0/+5
2010-06-09cgraph.h (varpool_first_static_initializer, [...]): Make checking only when c...Jan Hubicka1-2/+2
2010-06-04re PR lto/41584 (WHOPR doesn't grok empty units)Richard Guenther1-0/+2
2010-06-01cgraph.h (tree_function_versioning): Update prototype.Jan Hubicka1-2/+4
2010-05-30cgraph.h (cgraph_dump_file): Declare.Jan Hubicka1-0/+1
2010-05-30cgraph.h (cgraph_node_cannot_return, [...]): New functions.Jan Hubicka1-0/+2
2010-05-29cgraph.h (struct varpool_node_set_def, [...]): Remove unused AUX pointer.Jan Hubicka1-4/+2
2010-05-29cgraph.c (clone_function_name): Take SUFFIX argument; export.Jan Hubicka1-2/+4
2010-05-27cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).Jan Hubicka1-2/+3
2010-05-27cgraphunit.c (verify_cgraph_node): Do checking that DECL match edge only when...Jan Hubicka1-0/+4
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-1/+5
2010-05-22decl2.c (maybe_emit_vtables): Produce same comdat group when outputting comda...Jan Hubicka1-0/+2
2010-05-17cgraph.h (struct ipa_replace_map): Add parm_num parameter.Jan Hubicka1-0/+2
2010-05-17cgraph.h (cgraph_indirect_call_info): New fields anc_offset, otr_token and po...Martin Jambor1-0/+11
2010-05-16cgraph.c (dump_cgraph_node): Dump versionable flag.Jan Hubicka1-0/+4
2010-05-16cgraph.c (cgraph_clone_node): Take decl argument and insert clone into hash w...Jan Hubicka1-1/+1
2010-05-14cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.Jan Hubicka1-0/+14
2010-05-13cgraph.c (cgraph_mark_address_taken_node): No longer imply needed flag.Jan Hubicka1-2/+11
2010-05-12cgraphbuild.c (build_cgraph_edges, [...]): Build indrect edges too.Jan Hubicka1-1/+3
2010-05-12cgraph.h (struct varpool_node): Add aux.Jan Hubicka1-0/+2
2010-05-11cgraphbuild.c (cgraph_rebuild_references): New.Jan Hubicka1-0/+1
2010-05-06cgraphbuild.c (record_reference_ctx): Add varpool_node.Jan Hubicka1-1/+6
2010-04-30lto.c (get_filename_for_set): Look for cgraph node and if none found, use def...Jan Hubicka1-0/+14
2010-04-30cgraph.h (cgraph_local_info): Remove for_functions_valid.Jan Hubicka1-25/+0
2010-04-29gengtype.c (open_base_files): Add lto-streamer.hJan Hubicka1-1/+1
2010-04-29* lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka1-3/+104
2010-04-28cgraph.h (struct cgraph_node): New field indirect_calls.Martin Jambor1-3/+24
2010-04-27cgraph.c (cgraph_propagate_frequency): New function.Jan Hubicka1-0/+1
2010-04-26cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka1-0/+18
2010-04-20cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.Jan Hubicka1-1/+5
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-18re PR middle-end/42450 (another GCC 4.5 ICE on C++ templated code)Martin Jambor1-1/+1
2010-03-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill1-1/+6
2010-02-20re PR middle-end/42344 (ICE in rs6000.md with ipa-sra for 252.eon)Alan Modra1-0/+1
2009-12-14cgraph.h (cgraph_set_nothrow_flag, [...]): New prototypes.Jakub Jelinek1-0/+5
2009-12-10re PR c++/42317 (Issues with comdat virtual dtors)Jakub Jelinek1-0/+2
2009-12-10re PR middle-end/42228 (verify_cgraph_node failed:node has wrong clone_of)Jan Hubicka1-1/+1
2009-12-01cgraph.h (struct cgraph_edge): Reorder fields.Martin Jambor1-8/+8
2009-11-29cgraph.c (same_body_alias_1): Break out ofJan Hubicka1-4/+19
2009-11-25Remove trailing white spaces.H.J. Lu1-3/+3
2009-11-19tree.c (need_assembler_name_p): Use cgraph_get_node instead of cgraph_node_fo...Jakub Jelinek1-1/+0
2009-11-18re PR c++/3187 (gcc lays down two copies of constructors)Jakub Jelinek1-0/+8
2009-11-16cgraph.c (cgraph_release_function_body): Update use of ipa_transforms_to_apply.Jan Hubicka1-4/+17
2009-11-12cgraph.h (varpool_node_name): Declare.Jan Hubicka1-0/+1
2009-10-08Fix 41626 from Jan HubickaJan Hubicka1-1/+1
2009-10-07lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...Jan Hubicka1-0/+20
2009-10-03Merge lto branch into trunk.Diego Novillo1-2/+34
2009-10-01cgraph.c (cgraph_clone_node): Add redirect_callers parameter.Jan Hubicka1-1/+1