aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-23Change is-a.h to support typedefs of pointersDavid Malcolm1-21/+21
2014-04-04re PR ipa/60640 (ICE edge points to wrong declaration / verify_cgraph_node fa...Martin Jambor1-1/+1
2014-03-21re PR ipa/59176 (ICE edge points to wrong declaration / verify_cgraph_node fa...Martin Jambor1-1/+3
2014-02-07re PR ipa/59469 (LLVM build failure with gcc LTO)Jan Hubicka1-0/+15
2014-01-24typoJason Merrill1-1/+1
2014-01-20Add type to DEFCIFCODE to describe the inline failureH.J. Lu1-1/+8
2014-01-08* cgraph.h (varpool_variable_node): Do not choke on null node.Eric Botcazou1-2/+6
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-0/+21
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo1-7/+7
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-42/+43
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-4/+0
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez1-0/+99
2013-11-22sanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT, [...]): New.Jakub Jelinek1-0/+4
2013-11-20cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-0/+4
2013-11-19Small cleanups in cgraph.Bernd Schmidt1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-19cgraph.c (cgraph_create_indirect_edge): Use get_polymorphic_call_info.Jan Hubicka1-1/+3
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-30/+6
2013-11-13cgraph.c (cgraph_get_create_node): Do what cgraph_get_create_real_symbol_node...Martin Jambor1-1/+0
2013-11-11Time profiler introduced.Martin Liska1-0/+2
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-55/+55
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-65/+65
2013-10-29Convert symtab, cgraph and varpool nodes into a real class hierarchyDavid Malcolm1-27/+13
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-1/+1
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-3/+3
2013-09-14tree-into-ssa.c (gate_into_ssa): New.Jan Hubicka1-1/+1
2013-09-08cgraph.h (varpool_node_hook, [...]): Declare.Jan Hubicka1-0/+8
2013-09-06re PR middle-end/58094 (IPA devirt testsuite errors)Jan Hubicka1-0/+1
2013-09-01Makefile.in: Add ipa-profile.oJan Hubicka1-1/+0
2013-08-13cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix...Jan Hubicka1-1/+14
2013-08-09cgraph.c (cgraph_resolve_speculation): Cut frequency to CGRAPH_FREQ_MAX.Jan Hubicka1-0/+4
2013-08-09cgraph.h (cgraph_node): Add profile_id.Jan Hubicka1-0/+2