summaryrefslogtreecommitdiff
path: root/gcc/cgraph.h
Commit message (Expand)AuthorAgeFilesLines
* * asan.c: Remove struct tags when referring to class varpool_node.olegendo2013-12-061-42/+43
* Reverted:kyukhin2013-11-291-4/+0
* * cgraph.h (enum cgraph_simd_clone_arg_type): New.jakub2013-11-271-0/+99
* * sanitizer.def (BUILT_IN_ASAN_BEFORE_DYNAMIC_INIT,jakub2013-11-221-0/+4
* * cgraph.h (varpool_node): Add need_bounds_init field.kyukhin2013-11-201-0/+4
* Small cleanups in cgraph.bernds2013-11-191-1/+1
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+2
* * cgraph.c (cgraph_create_indirect_edge): Use get_polymorphic_call_info.hubicka2013-11-191-1/+3
* remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionstbsaunde2013-11-181-30/+6
* 2013-11-13 Martin Jambor <mjambor@suse.cz>jamborm2013-11-131-1/+0
* Time profiler introduced.marxin2013-11-111-0/+2
* Automated part of renaming of symtab_node_base to symtab_node.dmalcolm2013-10-311-55/+55
* Autogenerated fixes of "->symbol." to "->"dmalcolm2013-10-291-65/+65
* Convert symtab, cgraph and varpool nodes into a real class hierarchydmalcolm2013-10-291-27/+13
* Re-factor inclusion of tree.h.dnovillo2013-10-211-1/+1
* * tree-ssa.h: Don't include gimple-low.h, tree-ssa-address.h, sbitmap.h,amacleod2013-10-181-1/+1
* gcc/rsandifo2013-09-281-3/+3
* * tree-into-ssa.c (gate_into_ssa): New.hubicka2013-09-141-1/+1
* * cgraph.h (varpool_node_hook, varpool_node_hook_list,hubicka2013-09-081-0/+8
* PR middle-end/58094hubicka2013-09-061-0/+1
* * Makefile.in: Add ipa-profile.ohubicka2013-09-011-1/+0
* * cgraph.c (cgraph_turn_edge_to_speculative): Return newlyhubicka2013-08-131-1/+14
* * cgraph.c (cgraph_resolve_speculation): Cut frequency tohubicka2013-08-091-0/+4
* * cgraph.h (cgraph_node): Add profile_id.hubicka2013-08-091-0/+2
* * cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculativehubicka2013-08-091-3/+30
* * cgraph.c (cgraph_get_body): New function based on lto.chubicka2013-08-061-0/+1
* * cgraphunit.c (add_new_function): Fix logic when adding fromhubicka2013-08-031-0/+1
* * cgraph.c (cgraph_function_body_availability): Do not check cgrpah flags.hubicka2013-08-021-0/+6
* * cgraph.h (release_function_body): Declare.hubicka2013-08-011-0/+1
* * cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.hubicka2013-08-011-3/+3
* Fix typos.mrs2013-07-211-1/+1
* 2013-06-25 Martin Jambor <mjambor@suse.cz>jamborm2013-06-251-0/+2
* 2013-06-24 Martin Jambor <mjambor@suse.cz>jamborm2013-06-241-1/+1
* * cgraph.h (const_value_known_p): Replace by ...hubicka2013-06-191-1/+1
* * cgraph.c (verify_edge_corresponds_to_fndecl): Be lax abouthubicka2013-06-121-0/+2
* * lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.hubicka2013-06-121-0/+1
* * c-family/c-common.c (handle_alias_ifunc_attribute): Do not sethubicka2013-06-111-0/+2
* * class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_Phubicka2013-06-051-3/+7
* * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...hubicka2013-06-011-15/+30
* * cgraph.h (symtab_node_base): Add definition, alias and analyzedhubicka2013-05-291-128/+87
* 2013-05-24 Martin Jambor <mjambor@suse.cz>jamborm2013-05-241-0/+1
* PR lto/54095hubicka2013-05-081-0/+2
* * ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p): Drophubicka2013-04-091-1/+1
* * cgraph.h (cgraph_get_create_real_symbol_node): Declare.hubicka2013-03-171-0/+1
* 2013-01-17 Martin Jambor <mjambor@suse.cz>jamborm2013-01-171-0/+1
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* PR lto/54728hubicka2012-12-221-6/+0
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-39/+20
* Function Multiversioningtmsriram2012-11-061-0/+46
* This patch implements generic type query and conversion functions,crowl2012-10-311-55/+59