aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
AgeCommit message (Expand)AuthorFilesLines
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
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