aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa.c
AgeCommit message (Expand)Author
2015-02-04backport: [multiple changes]Matthias Klose
2015-01-21backport: re PR ipa/63970 (gcc-4_9 inlines less funcs than gcc-4_8 because of...Wei Mi
2014-05-19ipa.c (symtab_remove_unreachable_nodes): Remove symbol from comdat group if i...Jan Hubicka
2014-05-17re PR ipa/60854 (inline constructor of extern template)Jan Hubicka
2014-04-10re PR lto/60567 (lto1 ICE in add_symbol_to_partition, at lto/lto-partition.c:...Jakub Jelinek
2014-04-04re PR lto/59626 (/usr/include/bits/unistd.h:173:1: error: inlining failed in ...Jan Hubicka
2014-04-03ipa-cp.c (ipcp_verify_propagated_values): Also dump symtab and mention gcc_un...Martin Jambor
2014-03-21re PR ipa/59176 (ICE edge points to wrong declaration / verify_cgraph_node fa...Martin Jambor
2014-03-21re PR middle-end/60419 (ICE Segmentation fault)Martin Jambor
2014-03-10re PR ipa/60457 (ICE in cgraph_get_node)Jakub Jelinek
2014-03-02re PR lto/60150 (ICE in function_and_variable_visibility, at ipa.c:1000)Jan Hubicka
2014-02-26re PR ipa/60327 (xalanbmk and dealII ICE in ipa-inline-analysis.c:3555)Richard Biener
2014-02-19ipa.c (function_and_variable_visibility): Also clear WEAK flag when disolving...Jan Hubicka
2014-02-04ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLY groups when...Jan Hubicka
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez
2013-11-22ipa.c (symtab_remove_unreachable_nodes): Fix up comment typos.Aldy Hernandez
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders
2013-11-14gimplify-be.h: New file.Andrew MacLeod
2013-11-13cgraph.c (cgraph_get_create_node): Do what cgraph_get_create_real_symbol_node...Martin Jambor
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm
2013-10-30ipa.c (cgraph_build_static_cdtor_1): Support contructors with "chkp ctor" and...Ilya Enkovich
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm
2013-10-21Re-factor inclusion of tree.h.Diego Novillo
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-17re PR ipa/58329 (ld: Invalid symbol type for plabel (.libs/libstdc++.lax/libc...Jan Hubicka
2013-09-09ipa.c (walk_polymorphic_call_targets): Fix redirection before IPA summary gen...Jan Hubicka
2013-09-08* ipa.c (walk_polymorphic_call_targets): Fix inliner summary update.Jan Hubicka
2013-09-08devirt-11.C: Update template.Jan Hubicka
2013-09-04Makefile.in (ipa-devirt.o): Add dependency on diagnostic.hJan Hubicka
2013-09-01Makefile.in: Add ipa-profile.oJan Hubicka
2013-08-26ipa.c (comdat_can_be_unshared_p_1): C++ constructors and destructors can be u...Jan Hubicka
2013-08-22ipa.c (function_and_variable_visibility): First remember function was global ...Jan Hubicka
2013-08-21* ipa.c (ipa_profile_read_summary): Fix buffer overflow.Martin Liska
2013-08-13cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix...Jan Hubicka
2013-08-09cgraph.c (cgraph_resolve_speculation): Cut frequency to CGRAPH_FREQ_MAX.Jan Hubicka
2013-08-06cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm
2013-08-05re PR lto/57602 (Runfails for several C/C++ benchmarks from spec2000 for i686...Jan Hubicka
2013-08-03lto-cgraph.c (compute_ltrans_boundary): Add abstract origins into boundaries.Jan Hubicka
2013-08-02cgraph.c (cgraph_function_body_availability): Do not check cgrpah flags.Jan Hubicka
2013-08-02ipa.c (symtab_remove_unreachable_nodes): Nodes in other partitions are not ne...Jan Hubicka
2013-08-01cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.Jan Hubicka
2013-07-25lto-symtab.c (lto_cgraph_replace_node): Release function body.Jan Hubicka