aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-05bb-reorder.c (fix_crossing_unconditional_branches): Remove a set-but-unused v...Steven Bosscher1-1/+5
2013-03-17cgraph.h (cgraph_get_create_real_symbol_node): Declare.Jan Hubicka1-0/+43
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-12-27* cgraph.c (verify_cgraph_node): Don't allocate/free visited_nodes set.Steven Bosscher1-4/+0
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-11/+8
2012-11-13cgraph.c (insert_new_cgraph_node_version): Use cgraph_get_node instead of cgr...Sriraman Tallam1-1/+1
2012-11-06Handle null current_function_decl in cgraph_debug_gimple_stmtAldy Hernandez1-0/+9
2012-11-06Function MultiversioningSriraman Tallam1-0/+138
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-5/+8
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