aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-18/+16
2012-11-08re PR debug/54499 (GCC produces wrong debugging information, failure while as...Jakub Jelinek1-4/+4
2012-11-06Function MultiversioningSriraman Tallam1-8/+29
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-35/+56
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-11/+2
2012-08-06cgraphunit.c (assemble_thunk): Add source line info.Cary Coutant1-0/+4
2012-08-02tree-flow.h (make_rename_temp): Remove.Richard Guenther1-6/+6
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-7/+2
2012-08-01tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther1-4/+0
2012-07-27cgraphunit.c: Rename varpool_finalize_variable to varpool_finalize_decl in a ...Marek Polacek1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-5/+5
2012-05-24tree.h (alias_diag_flags): Remove.Jan Hubicka1-12/+22
2012-05-22tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.Richard Guenther1-1/+1
2012-05-19cgraphunit.c (handle_alias_pairs): Declare; free alias_pairsJan Hubicka1-0/+4
2012-05-19* cgraphunit.c (handle_alias_pairs): Cleanup; handle all types of aliases.Jan Hubicka1-46/+41
2012-05-18cgraphunit.c (varpool_finalize_decl): Allow external decls.Jan Hubicka1-1/+2
2012-05-17lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...Jan Hubicka1-6/+13
2012-05-15cgraphunit.c (thunk_adjust): Use make_rename_temp.Richard Guenther1-23/+18
2012-05-10cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...Jan Hubicka1-3/+3
2012-05-09cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka1-0/+4
2012-05-08cgraph.c (cgraph_call_edge_duplication_hooks): Export.Jan Hubicka1-367/+0
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-1/+1
2012-04-30re PR middle-end/53136 (Use after free in ipa_make_edge_direct_to_target, cxx...Uros Bizjak1-4/+4
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-75/+86
2012-04-25cgraphunit.c: Update toplevel comment.Jan Hubicka1-511/+129
2012-04-25re PR middle-end/53089 (gfortran.dg/coarray/atomic_1.f90 and gfortran.dg/coar...Jan Hubicka1-16/+21
2012-04-23lto-symtab.c (lto_cgraph_replace_node): Do not call mark_reahcable_node.Jan Hubicka1-42/+4
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-142/+223
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-64/+52
2012-04-18cgraph.h (verify_symtab, [...]): Declare.Jan Hubicka1-36/+5
2012-04-18lto-symtab.c (lto_cgraph_replace_node): Update.Jan Hubicka1-4/+6
2012-04-18cgraph.c (cgraph_node_name): Remove.Jan Hubicka1-8/+4
2012-04-16cgraph.h (symtab_node_base): Add next and previous pointers.Jan Hubicka1-12/+17
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-16/+15
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-118/+122
2012-04-12Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.Richard Guenther1-5/+91
2012-04-10toplev.h (tree_rest_of_compilation): Remove.Richard Guenther1-1/+91
2012-04-10tree-pass.h (tree_lowering_passes): Remove.Richard Guenther1-15/+17
2012-03-29cgraph.h (cgraph_materialize_all_clones): Remove.Richard Guenther1-172/+175
2012-02-16re PR middle-end/51929 (ICE: verify_cgraph_node failed with -O2 -fno-guess-br...Jakub Jelinek1-3/+9
2012-02-16re PR translation/52264 (translatable string typo: "refernece")Jakub Jelinek1-1/+1
2012-02-10re PR translation/52193 (Bad translatable string: failed to reclaim unneeded ...Richard Guenther1-4/+6
2012-02-02re PR middle-end/51998 (compiler hangs on self-recursive alias attribute)Jan Hubicka1-0/+10
2012-01-24re PR c++/51812 (Virtual public inheritance and thunks leads to "undefined re...Jason Merrill1-0/+1
2012-01-11tree.h (build_function_decl_skip_args): Add boolean parameter.Eric Botcazou1-8/+13
2012-01-06re PR target/47333 (g++.dg/lto/20091219 FAILs on Solaris 2 with SUN as)Jakub Jelinek1-2/+2
2011-12-14Revert the previous "Fix flags for edges from/to entry/exit basic blocks"Dmitry Vyukov1-2/+2
2011-12-12Fix flags for edges from/to entry/exit basic blocks.Dmitry Vyukov1-2/+2