summaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
Commit message (Expand)AuthorAgeFilesLines
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-39/+20
* Function MultiversioningSriraman Tallam2012-11-061-0/+46
* This patch implements generic type query and conversion functions,Lawrence Crowl2012-10-311-55/+59
* cgraph.h (symtab_node_base): Re-order and pack fields.Richard Guenther2012-09-281-19/+27
* symtab.c (insert_to_assembler_name_hash): Do not insert register vars.Jan Hubicka2012-09-191-0/+25
* cgraph.h (vector types for symtab_node): Add.Jan Hubicka2012-08-111-0/+4
* cgraph.h (cgraph_indirect_call_info): Field anc_offse renamd to offset, updat...Martin Jambor2012-08-091-3/+11
* re PR lto/53572 (Some public symbols don't get to serialized LTO)Jan Hubicka2012-06-261-1/+2
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-3/+3
* lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...Jan Hubicka2012-05-171-3/+4
* cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...Jan Hubicka2012-05-101-1/+1
* cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka2012-05-091-0/+1
* cgraph.c (cgraph_call_edge_duplication_hooks): Export.Jan Hubicka2012-05-081-25/+31
* cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka2012-04-301-14/+14
* cgraphunit.c: Update toplevel comment.Jan Hubicka2012-04-251-29/+33
* lto-symtab.c (lto_cgraph_replace_node): Do not call mark_reahcable_node.Jan Hubicka2012-04-231-12/+0
* lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka2012-04-221-43/+54
* lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka2012-04-201-14/+9
* cgraph.h (verify_symtab, [...]): Declare.Jan Hubicka2012-04-181-0/+3
* lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka2012-04-181-6/+2
* cgraph.c (cgraph_node_name): Remove.Jan Hubicka2012-04-181-2/+35
* cgraph.c (cgraph_hash, [...]): Remove.Jan Hubicka2012-04-171-5/+32
* cgraph.h (symtab_node_base): Add next and previous pointers.Jan Hubicka2012-04-161-40/+106
* cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka2012-04-161-1/+9
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-84/+104
* Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.Richard Guenther2012-04-121-1/+0
* cgraph.h: Remove misledaing comment on ipa-ref.h.Jan Hubicka2012-04-101-1/+36
* toplev.h (tree_rest_of_compilation): Remove.Richard Guenther2012-04-101-0/+1
* cgraph.h (cgraph_materialize_all_clones): Remove.Richard Guenther2012-03-291-2/+0
* re PR middle-end/51663 (Desirable/undesirable elimination of unused variables...Jan Hubicka2012-03-251-2/+0
* re PR tree-optimization/51737 (g++ crashes (internal compiler error: Segmenta...Jan Hubicka2012-03-221-1/+1
* tree.h (build_function_decl_skip_args): Add boolean parameter.Eric Botcazou2012-01-111-4/+4
* correct commentJason Merrill2012-01-061-1/+1
* re PR middle-end/51273 (ICE: vector VEC(inline_summary_t,base) index domain e...Patrick Marlier2011-12-011-0/+2
* sw-1.c: Force rep;movsb.Zolotukhin Michael2011-11-141-0/+2
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+20
* ipa-inline.h (struct inline_summary): Move versionable flag...Martin Jambor2011-09-061-1/+4
* cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.Martin Jambor2011-09-021-5/+1
* cgraph.h (cgraph_get_node_or_alias): Removed declaration.Martin Jambor2011-07-121-1/+0
* cgraph.c (cgraph_add_to_same_comdat_group): New.Jason Merrill2011-07-081-0/+1
* re PR middle-end/49596 (FAIL: gcc.dg/torture/pr43879_1.c)Richard Guenther2011-07-011-1/+2
* re PR tree-optimization/49493 (ICE: in insert_vi_for_tree, at tree-ssa-struct...Richard Guenther2011-06-221-4/+4
* lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka2011-06-181-3/+49
* cgraph.c (cgraph_for_node_thunks_and_aliases, [...]): Fix thinko in recursive...Jan Hubicka2011-06-131-14/+1
* lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka2011-06-111-11/+43
* cgraph.h (cgraph_only_called_directly_or_aliased_p): Rename from ...Jan Hubicka2011-06-101-12/+62
* cgraph.h (cgraph_inline_failed_t): Give enum a nameJan Hubicka2011-05-311-1/+1
* cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.Jan Hubicka2011-05-081-1/+2
* cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka2011-05-061-0/+73
* cgraph.h (cgraph_node_set_def, [...]): Move out of GTY; replace hash by point...Jan Hubicka2011-05-031-30/+10