aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-01replaceoJason Merrill1-1/+1
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-3/+0
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-3/+2
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+5
2012-07-11expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher1-2/+2
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-4/+4
2012-05-17lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...Jan Hubicka1-0/+1
2012-05-10cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...Jan Hubicka1-1/+1
2012-05-08cgraph.c (cgraph_call_edge_duplication_hooks): Export.Jan Hubicka1-489/+86
2012-04-30re PR middle-end/53136 (Use after free in ipa_make_edge_direct_to_target, cxx...Uros Bizjak1-2/+2
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-164/+8
2012-04-25cgraphunit.c: Update toplevel comment.Jan Hubicka1-60/+400
2012-04-23lto-symtab.c (lto_cgraph_replace_node): Do not call mark_reahcable_node.Jan Hubicka1-27/+1
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-23/+2
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-8/+6
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-17/+15
2012-04-18cgraph.c (cgraph_node_name): Remove.Jan Hubicka1-49/+22
2012-04-17cgraph.c (cgraph_hash, [...]): Remove.Jan Hubicka1-309/+98
2012-04-16cgraph.h (symtab_node_base): Add next and previous pointers.Jan Hubicka1-44/+9
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-2/+2
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-141/+149
2012-04-12Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.Richard Guenther1-83/+0
2012-04-10cgraph.h: Remove misledaing comment on ipa-ref.h.Jan Hubicka1-0/+1
2012-04-10toplev.h (tree_rest_of_compilation): Remove.Richard Guenther1-1/+1
2012-04-10tree-pass.h (tree_lowering_passes): Remove.Richard Guenther1-3/+2
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-1/+7
2012-03-22re PR tree-optimization/51737 (g++ crashes (internal compiler error: Segmenta...Jan Hubicka1-4/+12
2012-01-11tree.h (build_function_decl_skip_args): Add boolean parameter.Eric Botcazou1-1/+1
2011-12-05cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from th...Richard Guenther1-8/+9
2011-12-01re PR middle-end/51273 (ICE: vector VEC(inline_summary_t,base) index domain e...Patrick Marlier1-1/+1
2011-11-08re PR tree-optimization/51012 (ICE: in fold_convert_loc, at fold-const.c:1897...Richard Guenther1-0/+7
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+2
2011-10-21cgraph.c (dump_cgraph_node): Dump alias flag.Jan Hubicka1-1/+3
2011-10-02re PR lto/47247 (Linker plugin specification makes it difficult to handle COM...Jan Hubicka1-1/+2
2011-09-02cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.Martin Jambor1-4/+2
2011-07-12cgraph.h (cgraph_get_node_or_alias): Removed declaration.Martin Jambor1-26/+3
2011-07-08cgraph.c (cgraph_add_to_same_comdat_group): New.Jason Merrill1-0/+25
2011-06-14cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY similarly to DECL_COM...Jan Hubicka1-1/+1
2011-06-13cgraph.c (cgraph_for_node_thunks_and_aliases, [...]): Fix thinko in recursive...Jan Hubicka1-4/+40
2011-06-11lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka1-112/+68
2011-06-10cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after setting the nothrow...Jan Hubicka1-0/+6
2011-06-10cgraph.h (cgraph_only_called_directly_or_aliased_p): Rename from ...Jan Hubicka1-76/+225
2011-06-06re PR c++/49264 (Internal compiler error: segmentation fault)Jakub Jelinek1-4/+8
2011-05-08cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.Jan Hubicka1-4/+13
2011-05-06cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka1-16/+30
2011-05-02varasm.c (output_constructor_regular_field): Compute zero-based index with do...Richard Guenther1-2/+3
2011-04-30cgraph.c (cgraph_create_virtual_clone): Clear constructor/destructor flags.Jan Hubicka1-0/+2
2011-04-26cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr...Jan Hubicka1-32/+18
2011-04-22Remove cgraph pidXinliang David Li1-6/+1