aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-15/+15
2013-10-30ipa.c (cgraph_build_static_cdtor_1): Support contructors with "chkp ctor" and...Ilya Enkovich1-6/+24
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-214/+214
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-29/+30
2013-09-17re PR ipa/58329 (ld: Invalid symbol type for plabel (.libs/libstdc++.lax/libc...Jan Hubicka1-1/+1
2013-09-09ipa.c (walk_polymorphic_call_targets): Fix redirection before IPA summary gen...Jan Hubicka1-2/+2
2013-09-08* ipa.c (walk_polymorphic_call_targets): Fix inliner summary update.Jan Hubicka1-3/+3
2013-09-08devirt-11.C: Update template.Jan Hubicka1-4/+96
2013-09-04Makefile.in (ipa-devirt.o): Add dependency on diagnostic.hJan Hubicka1-0/+2
2013-09-01Makefile.in: Add ipa-profile.oJan Hubicka1-507/+1
2013-08-26ipa.c (comdat_can_be_unshared_p_1): C++ constructors and destructors can be u...Jan Hubicka1-2/+6
2013-08-22ipa.c (function_and_variable_visibility): First remember function was global ...Jan Hubicka1-1/+1
2013-08-21* ipa.c (ipa_profile_read_summary): Fix buffer overflow.Martin Liska1-1/+2
2013-08-13cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix...Jan Hubicka1-52/+104
2013-08-09cgraph.c (cgraph_resolve_speculation): Cut frequency to CGRAPH_FREQ_MAX.Jan Hubicka1-2/+82
2013-08-06cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-112/+206
2013-08-05re PR lto/57602 (Runfails for several C/C++ benchmarks from spec2000 for i686...Jan Hubicka1-2/+10
2013-08-03lto-cgraph.c (compute_ltrans_boundary): Add abstract origins into boundaries.Jan Hubicka1-2/+2
2013-08-02cgraph.c (cgraph_function_body_availability): Do not check cgrpah flags.Jan Hubicka1-1/+45
2013-08-02ipa.c (symtab_remove_unreachable_nodes): Nodes in other partitions are not ne...Jan Hubicka1-0/+1
2013-08-01cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.Jan Hubicka1-14/+24
2013-07-25lto-symtab.c (lto_cgraph_replace_node): Release function body.Jan Hubicka1-16/+22
2013-07-21Fix typo.Mike Stump1-2/+2
2013-06-19cgraph.h (const_value_known_p): Replace by ...Jan Hubicka1-2/+7
2013-06-13ipa.c (cgraph_externally_visible_p, [...]): Local comdats are not externally ...Jan Hubicka1-4/+3
2013-06-11c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka1-11/+9
2013-06-05class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...Jan Hubicka1-19/+56
2013-06-04lto-cgraph.c (get_alias_symbol): Remove weakref sanity check.Jan Hubicka1-1/+5
2013-06-01lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka1-3/+2
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-92/+89
2013-05-08re PR lto/54095 (Unnecessary static variable renaming)Jan Hubicka1-0/+6
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-5/+3
2013-04-09ipa.c (cgraph_externally_visible_p, [...]): Drop aliased parameter.Jan Hubicka1-55/+6
2013-03-29lto-cgraph.c (output_profile_summary, [...]): Use gcov streaming; stream hot ...Jan Hubicka1-3/+273
2013-01-17re PR tree-optimization/55264 (ICE: in ipa_make_edge_direct_to_target, at ipa...Martin Jambor1-2/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-25/+25
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+5
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-13/+11
2012-08-02Add free inline summary pass after pass_early_local_passes H.J. Lu1-0/+33
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-07-04re PR middle-end/53321 (LTO bootstrap failed with bootstrap-profiled)Uros Bizjak1-5/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-4/+4
2012-05-24tree.h (alias_diag_flags): Remove.Jan Hubicka1-4/+0
2012-05-18cgraphunit.c (varpool_finalize_decl): Allow external decls.Jan Hubicka1-1/+0
2012-05-17lto-symtab.c (lto_symtab_resolve_symbols): Preffer decl with constructor over...Jan Hubicka1-2/+27
2012-05-10* ipa.c (symtab_remove_unreachable_nodes): Fix marking of clones.Jan Hubicka1-2/+2