aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+30
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-19/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-16/+0
2014-10-22cfgbuild.h: New.Andrew MacLeod1-0/+13
2014-10-21State cleanups from jit branchDavid Malcolm1-0/+3
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-10-16IPA ICF pass, part 3/5Martin Liska1-0/+8
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-13/+81
2014-10-07cgraph.h (cgraph_node::get_fun): Declare.Eric Botcazou1-0/+3
2014-10-05ipa-polymorphic-call.c (walk_ssa_copies): Recognize NULL pointer checks.Jan Hubicka1-0/+3
2014-10-03cgraph.h (struct indirect_call_info): Add IN_POLYMORPHIC_CDTORJan Hubicka1-1/+4
2014-10-03cgraph.h (ipa_polymorphic_call_context): Turn bools into bitfields...Jan Hubicka1-10/+11
2014-10-02* ipa-polymorphic-call.cJan Hubicka1-2/+50
2014-09-26cgraph.c (cgraph_node::release_body): New argument keep_arguments introduced.Martin Liska1-1/+1
2014-09-25cgraph.h (class ipa_polymorphic_call_context): Move here from ipa-utils.h; ad...Jan Hubicka1-9/+111
2014-09-24cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P.Aldy Hernandez1-1/+1
2014-09-24Add an no_reorder attribute for LTOAndi Kleen1-3/+2
2014-09-19re PR c++/61825 (g++.dg/cpp0x/static_assert9.C FAILs)Jan Hubicka1-1/+15
2014-09-02support ggc hash_map and hash_setTrevor Saunders1-2/+1
2014-08-25IPA C++ refactoring 4/NMartin Liska1-230/+675
2014-08-18re PR ipa/61800 (ICE: Segmentation fault during Firefox build)Ilya Enkovich1-1/+2
2014-08-04IPA C++ refactoring 3/NMartin Liska1-119/+1
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-2/+3
2014-07-29cgraph.c (cgraph_node::create_indirect_edge): Copy speculative data.Jan Hubicka1-2/+3
2014-07-24IPA C++ refactoring 2/NMartin Liska1-64/+134
2014-07-24IPA C++ refactoring 1/NMartin Liska1-542/+893
2014-07-14cgraph.h (decl_in_symtab_p): Make inline.Richard Biener1-1/+1
2014-07-13cgraph.h (symtab_node): Add nonzero_address.Jan Hubicka1-6/+15
2014-07-11vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.hJan Hubicka1-0/+2
2014-07-01IPA REF alias refactoringMartin Liska1-0/+7
2014-06-25IPA REF refactoringMartin Liska1-5/+67
2014-06-24varpool.c (dump_varpool_node): Dump used_by_single_function.Jan Hubicka1-0/+6
2014-06-21cgraph.h (tls_model_names): New variable.Jan Hubicka1-0/+1
2014-06-20cgraph.h (struct symtab_node): Add field in_init_priority_hash (set_init_prio...Jan Hubicka1-0/+9
2014-06-16revert: symtab.c (symtab_node::reset_section): New method.Jan Hubicka1-1/+0
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka1-0/+2
2014-06-12symtab.c (symtab_node::reset_section): New method.Jan Hubicka1-0/+1
2014-06-12symtab.c (section_hash): New hash.Jan Hubicka1-27/+24
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-4/+22
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-0/+18
2014-06-04New callgraph wrapper function creation addedMartin Liska1-0/+2
2014-06-04Enhancement of call graph APIMartin Liska1-1/+2
2014-05-28re PR c++/47202 (Endless recursion during mangling)Jason Merrill1-0/+7
2014-05-28-fuse-caller-save - Collect register usage informationRadovan Obradovic1-0/+7
2014-05-27tree.h (decl_comdat_group): Declare.Jan Hubicka1-10/+0
2014-05-25ipa.c (cgraph_non_local_node_p_1, [...]): Move to ipa-visibility.cJan Hubicka1-0/+4
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-4/+49
2014-05-19ipa.c (symtab_remove_unreachable_nodes): Remove symbol from comdat group if i...Jan Hubicka1-0/+1
2014-05-18cgraph.h (symtab_first_defined_symbol, [...]): New functions.Jan Hubicka1-4/+44
2014-05-16varpool.c (dump_varpool_node): Dump write-only flag.Jan Hubicka1-0/+2