summaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/45307 (Stores expanding to no RTL not removed by tree optimi...Jan Hubicka2010-08-211-13/+9
* cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls): New function.Jan Hubicka2010-07-081-0/+2
* cgraph.h (cgraph_node, [...]): Update docmentation of in_other_partition.Jan Hubicka2010-07-051-2/+7
* cgraph.h (struct varpool_node): new used_from_object_file flag.Bingfeng Mei2010-06-281-0/+5
* cgraph.h (varpool_first_static_initializer, [...]): Make checking only when c...Jan Hubicka2010-06-091-2/+2
* re PR lto/41584 (WHOPR doesn't grok empty units)Richard Guenther2010-06-041-0/+2
* cgraph.h (tree_function_versioning): Update prototype.Jan Hubicka2010-06-011-2/+4
* cgraph.h (cgraph_dump_file): Declare.Jan Hubicka2010-05-301-0/+1
* cgraph.h (cgraph_node_cannot_return, [...]): New functions.Jan Hubicka2010-05-301-0/+2
* cgraph.h (struct varpool_node_set_def, [...]): Remove unused AUX pointer.Jan Hubicka2010-05-291-4/+2
* cgraph.c (clone_function_name): Take SUFFIX argument; export.Jan Hubicka2010-05-291-2/+4
* cgraph.h (struct cgraph_node): Mark former_clone_of by GTY ((skip)).Jan Hubicka2010-05-271-2/+3
* cgraphunit.c (verify_cgraph_node): Do checking that DECL match edge only when...Jan Hubicka2010-05-271-0/+4
* coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher2010-05-221-1/+5
* decl2.c (maybe_emit_vtables): Produce same comdat group when outputting comda...Jan Hubicka2010-05-221-0/+2
* cgraph.h (struct ipa_replace_map): Add parm_num parameter.Jan Hubicka2010-05-171-0/+2
* cgraph.h (cgraph_indirect_call_info): New fields anc_offset, otr_token and po...Martin Jambor2010-05-171-0/+11
* 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-1/+1
* cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.Jan Hubicka2010-05-141-0/+14
* cgraph.c (cgraph_mark_address_taken_node): No longer imply needed flag.Jan Hubicka2010-05-131-2/+11
* cgraphbuild.c (build_cgraph_edges, [...]): Build indrect edges too.Jan Hubicka2010-05-121-1/+3
* cgraph.h (struct varpool_node): Add aux.Jan Hubicka2010-05-121-0/+2
* cgraphbuild.c (cgraph_rebuild_references): New.Jan Hubicka2010-05-111-0/+1
* cgraphbuild.c (record_reference_ctx): Add varpool_node.Jan Hubicka2010-05-061-1/+6
* lto.c (get_filename_for_set): Look for cgraph node and if none found, use def...Jan Hubicka2010-04-301-0/+14
* cgraph.h (cgraph_local_info): Remove for_functions_valid.Jan Hubicka2010-04-301-25/+0
* gengtype.c (open_base_files): Add lto-streamer.hJan Hubicka2010-04-291-1/+1
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka2010-04-291-3/+104
* cgraph.h (struct cgraph_node): New field indirect_calls.Martin Jambor2010-04-281-3/+24
* cgraph.c (cgraph_propagate_frequency): New function.Jan Hubicka2010-04-271-0/+1
* cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka2010-04-261-0/+18
* cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.Jan Hubicka2010-04-201-1/+5
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR middle-end/42450 (another GCC 4.5 ICE on C++ templated code)Martin Jambor2010-03-181-1/+1
* re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill2010-03-031-1/+6
* re PR middle-end/42344 (ICE in rs6000.md with ipa-sra for 252.eon)Alan Modra2010-02-201-0/+1
* cgraph.h (cgraph_set_nothrow_flag, [...]): New prototypes.Jakub Jelinek2009-12-141-0/+5
* re PR c++/42317 (Issues with comdat virtual dtors)Jakub Jelinek2009-12-101-0/+2
* re PR middle-end/42228 (verify_cgraph_node failed:node has wrong clone_of)Jan Hubicka2009-12-101-1/+1
* cgraph.h (struct cgraph_edge): Reorder fields.Martin Jambor2009-12-011-8/+8
* cgraph.c (same_body_alias_1): Break out ofJan Hubicka2009-11-291-4/+19
* Remove trailing white spaces.H.J. Lu2009-11-251-3/+3
* tree.c (need_assembler_name_p): Use cgraph_get_node instead of cgraph_node_fo...Jakub Jelinek2009-11-191-1/+0
* re PR c++/3187 (gcc lays down two copies of constructors)Jakub Jelinek2009-11-181-0/+8
* cgraph.c (cgraph_release_function_body): Update use of ipa_transforms_to_apply.Jan Hubicka2009-11-161-4/+17
* cgraph.h (varpool_node_name): Declare.Jan Hubicka2009-11-121-0/+1
* Fix 41626 from Jan HubickaJan Hubicka2009-10-081-1/+1
* lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...Jan Hubicka2009-10-071-0/+20
* Merge lto branch into trunk.Diego Novillo2009-10-031-2/+34