aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+4
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-14tree-into-ssa.c (gate_into_ssa): New.Jan Hubicka1-19/+46
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-10cgraphunit.c (analyze_functions): Save input_location, set it to UNKNOWN_LOCA...Jan Hubicka1-0/+4
2013-09-08devirt-11.C: Update template.Jan Hubicka1-4/+10
2013-09-07cgraphunit.c (expand_thunk): Get body before touching arguments.Jan Hubicka1-1/+5
2013-09-05cgraphunit.c (walk_polymorphic_call_targets): Break out from ...Jan Hubicka1-62/+74
2013-09-05re PR c++/58201 (Undefined reference to `B::B(void const**)')Jan Hubicka1-0/+7
2013-08-23devirt-13.C: New testcase.Jan Hubicka1-20/+67
2013-08-22* cgraphunit.c (analyze_functions) Use update_type_inheritance_graph.Jan Hubicka1-0/+2
2013-08-19Makeifle-in (ipa-devirt.o): New.Jan Hubicka1-4/+29
2013-08-18cgraphunit.c (handle_alias_pairs): Reset the alias flag after the error messa...Eric Botcazou1-5/+9
2013-08-08cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.Jan Hubicka1-0/+1
2013-08-06cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka1-0/+1
2013-08-06re PR fortran/57987 (Fortran finalizers considered extern-inline by middle-end)Martin Jambor1-3/+6
2013-08-05Handwritten part of conversion of passes to C++ classesDavid Malcolm1-3/+3
2013-08-03cgraphunit.c (add_new_function): Fix logic when adding from late IPA pass.Jan Hubicka1-60/+74
2013-08-01cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.Jan Hubicka1-1/+1
2013-07-30Introduce beginnings of a pass_manager class.David Malcolm1-8/+14
2013-07-21Fix typos.Ondřej Bílka1-1/+1
2013-06-19cgraph.h (const_value_known_p): Replace by ...Jan Hubicka1-2/+1
2013-06-18Makefile.in (cgraphunit.o): Add $(CFGLOOP_H) dependency.Richard Biener1-3/+13
2013-06-11c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka1-13/+4
2013-06-05class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...Jan Hubicka1-38/+32
2013-06-03re PR middle-end/57500 (Segfault in ipa_record_reference)Jan Hubicka1-2/+5
2013-06-01re PR middle-end/57366 (gcc.dg/lto/attr-weakref-1 FAILs)Jan Hubicka1-0/+26
2013-06-01lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka1-89/+56
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-64/+53
2013-05-17lto-symtab.c (lto_symtab_merge_cgraph_nodes): Resolve cross module weakrefs.Jan Hubicka1-4/+12
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