summaryrefslogtreecommitdiff
path: root/gcc/ipa.c
Commit message (Expand)AuthorAgeFilesLines
* * ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLYhubicka2014-02-041-0/+30
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* PR c++/41090jason2013-12-231-4/+7
* * asan.c: Remove struct tags when referring to class varpool_node.olegendo2013-12-061-5/+5
* Reverted:kyukhin2013-11-291-24/+6
* * cgraph.h (enum cgraph_simd_clone_arg_type): New.jakub2013-11-271-0/+13
* * ipa.c (symtab_remove_unreachable_nodes): Fix up comment typos.jakub2013-11-221-2/+2
* * gimple.h: Remove all includes.amacleod2013-11-221-3/+2
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+2
* remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionstbsaunde2013-11-181-12/+12
* * gimplify-be.h: New file. Add prototypes.amacleod2013-11-141-0/+1
* 2013-11-13 Martin Jambor <mjambor@suse.cz>jamborm2013-11-131-1/+1
* 2013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod2013-11-121-1/+1
* Automated part of renaming of symtab_node_base to symtab_node.dmalcolm2013-10-311-15/+15
* * ipa.c (cgraph_build_static_cdtor_1): Support contructorskyukhin2013-10-301-6/+24
* Autogenerated fixes of "->symbol." to "->"dmalcolm2013-10-291-214/+214
* Re-factor inclusion of tree.h.dnovillo2013-10-211-0/+1
* gcc/rsandifo2013-09-281-29/+30
* PR middle-end/58329hubicka2013-09-171-1/+1
* * ipa.c (walk_polymorphic_call_targets): Fix redirection before IPAhubicka2013-09-091-2/+2
* * ipa.c (walk_polymorphic_call_targets): Fix inliner summary update.hubicka2013-09-081-3/+3
* * testsuite/g++.dg/ipa/devirt-11.C: Update template.hubicka2013-09-081-4/+96
* * Makefile.in (ipa-devirt.o): Add dependency on diagnostic.hhubicka2013-09-041-0/+2
* * Makefile.in: Add ipa-profile.ohubicka2013-09-011-507/+1
* * ipa.c (comdat_can_be_unshared_p_1): C++ constructors and destructorshubicka2013-08-261-2/+6
* * ipa.c (function_and_variable_visibility): First remember function was globalhubicka2013-08-221-1/+1
* * ipa.c (ipa_profile_read_summary): Fix buffer overflow.hubicka2013-08-211-1/+2
* * cgraph.c (cgraph_turn_edge_to_speculative): Return newlyhubicka2013-08-131-52/+104
* * cgraph.c (cgraph_resolve_speculation): Cut frequency tohubicka2013-08-091-2/+82
* * cgraph.c (cgraph_get_body): New function based on lto.chubicka2013-08-061-1/+1
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-112/+206
* PR lto/57602hubicka2013-08-051-2/+10
* * lto-cgraph.c (compute_ltrans_boundary): Add abstract origins intohubicka2013-08-031-2/+2
* * cgraph.c (cgraph_function_body_availability): Do not check cgrpah flags.hubicka2013-08-021-1/+45
* * ipa.c (symtab_remove_unreachable_nodes): Nodes in other partitions arehubicka2013-08-021-0/+1
* * cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.hubicka2013-08-011-14/+24
* * lto-symtab.c (lto_cgraph_replace_node): Release function body.hubicka2013-07-251-16/+22
* Fix typo.mrs2013-07-211-2/+2
* * cgraph.h (const_value_known_p): Replace by ...hubicka2013-06-191-2/+7
* * ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p):hubicka2013-06-131-4/+3
* * c-family/c-common.c (handle_alias_ifunc_attribute): Do not sethubicka2013-06-111-11/+9
* * class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_Phubicka2013-06-051-19/+56
* * lto-cgraph.c (get_alias_symbol): Remove weakref sanity check.hubicka2013-06-041-1/+5
* * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...hubicka2013-06-011-3/+2
* * cgraph.h (symtab_node_base): Add definition, alias and analyzedhubicka2013-05-291-92/+89
* PR lto/54095hubicka2013-05-081-0/+6
* 2013-04-10 Richard Biener <rguenther@suse.de>rguenth2013-04-101-5/+3
* * ipa.c (cgraph_externally_visible_p, varpool_externally_visible_p): Drophubicka2013-04-091-55/+6
* * lto-cgraph.c (output_profile_summary, input_profile_summary): Usehubicka2013-03-291-3/+273
* 2013-01-17 Martin Jambor <mjambor@suse.cz>jamborm2013-01-171-2/+1