aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill1-1/+2
2013-12-17Time profile-based function reordering (phase 2).Martin Liska1-1/+39
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-7/+7
2013-12-06cgraphunit.c: Remove struct tags when referring to class ipa_opt_pass_d or cl...Oleg Endo1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+6
2013-11-22add auto_vecTrevor Saunders1-3/+1
2013-11-21gimplify.h (gimplify_hasher : typed_free_remove, [...]): Move to gimplify.c.Andrew MacLeod1-0/+2
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-5/+5
2013-11-19Small cleanups in cgraph.Bernd Schmidt1-14/+13
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-19bootstrap-ubsan.mk (POSTSTAGE1_LDFLAGS): Add -ldl.Marek Polacek1-1/+2
2013-11-18Remove all_lto_gen_passes, replace with plain function callsBernd Schmidt1-3/+0
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-2/+2
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod1-0/+1
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-17/+17
2013-10-30Split symtab_node declarations onto multiple linesDavid Malcolm1-1/+2
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-151/+151
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