aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
AgeCommit message (Expand)AuthorFilesLines
2013-04-09ipa.c (cgraph_externally_visible_p, [...]): Drop aliased parameter.Jan Hubicka1-1/+1
2013-03-17cgraph.h (cgraph_get_create_real_symbol_node): Declare.Jan Hubicka1-0/+1
2013-01-17re PR tree-optimization/55264 (ICE: in ipa_make_edge_direct_to_target, at ipa...Martin Jambor1-0/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-22re PR lto/54728 (ICE in input_gimple_stmt, at gimple-streamer-in.c:254)Jan Hubicka1-6/+0
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-39/+20
2012-11-06Function MultiversioningSriraman Tallam1-0/+46
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-55/+59
2012-09-28cgraph.h (symtab_node_base): Re-order and pack fields.Richard Guenther1-19/+27
2012-09-19symtab.c (insert_to_assembler_name_hash): Do not insert register vars.Jan Hubicka1-0/+25
2012-08-11cgraph.h (vector types for symtab_node): Add.Jan Hubicka1-0/+4
2012-08-09cgraph.h (cgraph_indirect_call_info): Field anc_offse renamd to offset, updat...Martin Jambor1-3/+11
2012-06-26re PR lto/53572 (Some public symbols don't get to serialized LTO)Jan Hubicka1-1/+2
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-3/+3
2012-05-17lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...Jan Hubicka1-3/+4
2012-05-10cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...Jan Hubicka1-1/+1
2012-05-09cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka1-0/+1
2012-05-08cgraph.c (cgraph_call_edge_duplication_hooks): Export.Jan Hubicka1-25/+31
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-14/+14
2012-04-25cgraphunit.c: Update toplevel comment.Jan Hubicka1-29/+33
2012-04-23lto-symtab.c (lto_cgraph_replace_node): Do not call mark_reahcable_node.Jan Hubicka1-12/+0
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-43/+54
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-14/+9
2012-04-18cgraph.h (verify_symtab, [...]): Declare.Jan Hubicka1-0/+3
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-6/+2
2012-04-18cgraph.c (cgraph_node_name): Remove.Jan Hubicka1-2/+35
2012-04-17cgraph.c (cgraph_hash, [...]): Remove.Jan Hubicka1-5/+32
2012-04-16cgraph.h (symtab_node_base): Add next and previous pointers.Jan Hubicka1-40/+106
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-1/+9
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-84/+104
2012-04-12Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.Richard Guenther1-1/+0
2012-04-10cgraph.h: Remove misledaing comment on ipa-ref.h.Jan Hubicka1-1/+36
2012-04-10toplev.h (tree_rest_of_compilation): Remove.Richard Guenther1-0/+1
2012-03-29cgraph.h (cgraph_materialize_all_clones): Remove.Richard Guenther1-2/+0
2012-03-25re PR middle-end/51663 (Desirable/undesirable elimination of unused variables...Jan Hubicka1-2/+0
2012-03-22re PR tree-optimization/51737 (g++ crashes (internal compiler error: Segmenta...Jan Hubicka1-1/+1
2012-01-11tree.h (build_function_decl_skip_args): Add boolean parameter.Eric Botcazou1-4/+4
2012-01-06correct commentJason Merrill1-1/+1
2011-12-01re PR middle-end/51273 (ICE: vector VEC(inline_summary_t,base) index domain e...Patrick Marlier1-0/+2
2011-11-14sw-1.c: Force rep;movsb.Zolotukhin Michael1-0/+2
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+20
2011-09-06ipa-inline.h (struct inline_summary): Move versionable flag...Martin Jambor1-1/+4
2011-09-02cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.Martin Jambor1-5/+1
2011-07-12cgraph.h (cgraph_get_node_or_alias): Removed declaration.Martin Jambor1-1/+0
2011-07-08cgraph.c (cgraph_add_to_same_comdat_group): New.Jason Merrill1-0/+1
2011-07-01re PR middle-end/49596 (FAIL: gcc.dg/torture/pr43879_1.c)Richard Guenther1-1/+2
2011-06-22re PR tree-optimization/49493 (ICE: in insert_vi_for_tree, at tree-ssa-struct...Richard Guenther1-4/+4
2011-06-18lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka1-3/+49
2011-06-13cgraph.c (cgraph_for_node_thunks_and_aliases, [...]): Fix thinko in recursive...Jan Hubicka1-14/+1
2011-06-11lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka1-11/+43