summaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
Commit message (Expand)AuthorAgeFilesLines
* tree.h (DECL_HAS_IMPLICIT_SECTION_NAME_P): New macro.Jan Hubicka2010-11-231-14/+0
* cgraph.c (ld_plugin_symbol_resolution_names): New.Jan Hubicka2010-11-201-0/+2
* cgraph.h (+varpool_can_remove_if_no_refs): Move here from ......Jan Hubicka2010-11-161-0/+12
* re PR lto/45736 (ICE: in cgraph_remove_unreachable_nodes, at ipa.c:245 with -...Jan Hubicka2010-10-261-3/+6
* cgraph.c (dump_cgraph_node): Dump same_comdat_group, only_called_at_startup a...Jan Hubicka2010-10-161-0/+4
* re PR rtl-optimization/45621 (ICE: verify_cgraph_node failed: inlined_to poin...Jan Hubicka2010-10-151-5/+2
* lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka2010-09-241-14/+14
* re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka2010-09-201-1/+1
* cgraph.h (struct varpool_node): Add const_value_known.Jan Hubicka2010-09-031-0/+3
* 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