summaryrefslogtreecommitdiff
path: root/gcc/ipa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.jakub2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-25/+25
* 2012-11-01 Sharad Singhai <singhai@google.com>singhai2012-11-011-0/+5
* This patch implements generic type query and conversion functions,crowl2012-10-311-13/+11
* Add free inline summary pass after pass_early_local_passes hjl2012-08-021-0/+33
* gcc/steven2012-07-161-1/+0
* PR middle-end/53321uros2012-07-041-5/+0
* * LANGUAGES: Fix typos.jsm282012-05-291-4/+4
* * tree.h (alias_diag_flags): Remove.hubicka2012-05-241-4/+0
* * cgraphunit.c (varpool_finalize_decl): Allow external decls.hubicka2012-05-181-1/+0
* * lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructorhubicka2012-05-171-2/+27
* * ipa.c (symtab_remove_unreachable_nodes): Fix marking of clones.hubicka2012-05-101-2/+2
* * cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...hubicka2012-05-101-187/+166
* PR middle-end/53106hubicka2012-05-031-1/+1
* * cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.chubicka2012-04-301-23/+8