summaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-3/+2
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-1/+5
* expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher2012-07-111-2/+2
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-4/+4
* lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...Jan Hubicka2012-05-171-0/+1
* cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...Jan Hubicka2012-05-101-1/+1
* cgraph.c (cgraph_call_edge_duplication_hooks): Export.Jan Hubicka2012-05-081-489/+86
* re PR middle-end/53136 (Use after free in ipa_make_edge_direct_to_target, cxx...Uros Bizjak2012-04-301-2/+2
* cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka2012-04-301-164/+8
* cgraphunit.c: Update toplevel comment.Jan Hubicka2012-04-251-60/+400
* lto-symtab.c (lto_cgraph_replace_node): Do not call mark_reahcable_node.Jan Hubicka2012-04-231-27/+1
* lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka2012-04-221-23/+2
* lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka2012-04-201-8/+6
* lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka2012-04-181-17/+15
* cgraph.c (cgraph_node_name): Remove.Jan Hubicka2012-04-181-49/+22
* cgraph.c (cgraph_hash, [...]): Remove.Jan Hubicka2012-04-171-309/+98
* cgraph.h (symtab_node_base): Add next and previous pointers.Jan Hubicka2012-04-161-44/+9
* cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka2012-04-161-2/+2
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-141/+149
* Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.Richard Guenther2012-04-121-83/+0
* cgraph.h: Remove misledaing comment on ipa-ref.h.Jan Hubicka2012-04-101-0/+1
* toplev.h (tree_rest_of_compilation): Remove.Richard Guenther2012-04-101-1/+1
* tree-pass.h (tree_lowering_passes): Remove.Richard Guenther2012-04-101-3/+2
* loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther2012-03-281-1/+7
* re PR tree-optimization/51737 (g++ crashes (internal compiler error: Segmenta...Jan Hubicka2012-03-221-4/+12
* tree.h (build_function_decl_skip_args): Add boolean parameter.Eric Botcazou2012-01-111-1/+1
* cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from th...Richard Guenther2011-12-051-8/+9
* re PR middle-end/51273 (ICE: vector VEC(inline_summary_t,base) index domain e...Patrick Marlier2011-12-011-1/+1
* re PR tree-optimization/51012 (ICE: in fold_convert_loc, at fold-const.c:1897...Richard Guenther2011-11-081-0/+7
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+2
* cgraph.c (dump_cgraph_node): Dump alias flag.Jan Hubicka2011-10-211-1/+3
* re PR lto/47247 (Linker plugin specification makes it difficult to handle COM...Jan Hubicka2011-10-021-1/+2
* cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.Martin Jambor2011-09-021-4/+2
* cgraph.h (cgraph_get_node_or_alias): Removed declaration.Martin Jambor2011-07-121-26/+3
* cgraph.c (cgraph_add_to_same_comdat_group): New.Jason Merrill2011-07-081-0/+25
* cgraph.c (cgraph_make_decl_local): Handle DECL_ONE_ONLY similarly to DECL_COM...Jan Hubicka2011-06-141-1/+1
* cgraph.c (cgraph_for_node_thunks_and_aliases, [...]): Fix thinko in recursive...Jan Hubicka2011-06-131-4/+40
* lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka2011-06-111-112/+68
* cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after setting the nothrow...Jan Hubicka2011-06-101-0/+6
* cgraph.h (cgraph_only_called_directly_or_aliased_p): Rename from ...Jan Hubicka2011-06-101-76/+225
* re PR c++/49264 (Internal compiler error: segmentation fault)Jakub Jelinek2011-06-061-4/+8
* cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.Jan Hubicka2011-05-081-4/+13
* cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka2011-05-061-16/+30
* varasm.c (output_constructor_regular_field): Compute zero-based index with do...Richard Guenther2011-05-021-2/+3
* cgraph.c (cgraph_create_virtual_clone): Clear constructor/destructor flags.Jan Hubicka2011-04-301-0/+2
* cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr...Jan Hubicka2011-04-261-32/+18
* Remove cgraph pidXinliang David Li2011-04-221-6/+1
* re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jan Hubicka2011-04-171-1/+0
* cgraphbuild.c: Include ipa-inline.h.Jan Hubicka2011-04-161-29/+1