Backport from GCC mainline.
[platform/upstream/linaro-gcc.git] / gcc / ipa-devirt.c
2016-04-05 hubicka PR ipa/66223
2016-04-04 hubicka PR ipa/66223
2016-03-29 hubicka PR ipa/70283
2016-03-16 vriesSafely use nodes[0] in possible_polymorphic_call_targets
2016-03-10 hubicka PR ipa/69630
2016-03-08 jakub * ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling
2016-02-25 hubicka PR ipa/69630
2016-01-23 jakub * tree-ssanames.c (release_free_names_and_compact_live...
2016-01-19 hubicka PR ipa/66223
2016-01-04 jakub Update copyright years.
2015-12-01 hubicka * ipa-devirt.c (type_with_linkage_p, type_in_anonymous...
2015-11-29 hubicka * ipa-devirt.c (add_type_duplicate): Remove redundant...
2015-11-27 marxinFix memory leaks in IPA devirt
2015-10-30 amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29 amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-10-28 law[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-09-20 tbsaundeswitch from gimple to gimple*
2015-08-19 tbsaunderemove useless typedefs
2015-07-27 mpolacek * ipa-devirt.c (types_same_for_odr): Fix typo.
2015-07-15 amacleod * gimple-pretty-print.h: Don't include pretty-print.h.
2015-07-13 aldyhFix double word typos.
2015-07-08 amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-25 amacleod2015-06-25 Andrew MacLeod <amacleod@redhat.com>
2015-06-25 rsandifogcc/
2015-06-25 rsandifogcc/
2015-06-22 miyukiUse std::swap instead of manual swaps.
2015-06-17 amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08 amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-08 hubicka PR lto/65378
2015-06-04 amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-05-24 hubicka PR lto/66180
2015-05-24 hubicka * ipa-utils.h (method_class_type): Remove.
2015-05-19 hubicka * ipa-devirt.c (type_in_anonymous_namespace_p): Return...
2015-05-16 hubicka * ipa-utils.h (warn_types_mismatch, odr_or_derived_type_p,
2015-05-12 hubicka * ipa-devirt.c (type_with_linkage_p): New function.
2015-05-10 hubicka * ipa-devirt.c (warn_types_mismatch): Do not ICE when...
2015-04-30 hubicka PR lto/65948
2015-04-30 hubicka * ipa-devirt.c (odr_subtypes_equivalent_p): Compare...
2015-04-18 tbsaunderemove need for store_values_directly
2015-03-31 hubicka * tree.c (need_assembler_name_p): Artificial types...
2015-03-27 hubicka PR lto/65536
2015-03-23 jakub PR bootstrap/65522
2015-03-23 hubicka PR ipa/65475
2015-03-20 hubicka PR ipa/65475
2015-03-09 jakub PR lto/65361
2015-03-09 hubicka PR lto/65316
2015-03-02 aldyh PR lto/65276
2015-02-18 hubicka * ipa-devirt.c (odr_subtypes_equivalent_p): Fix formating.
2015-02-14 hubicka * ipa-chkp.c: Use iterate_direct_aliases.
2015-02-09 hubicka * ipa-devirt.c (odr_types_equivalent_p): Fix formating.
2015-02-09 hubicka * ipa-devirt.c (odr_types_equivalent_p): Fix formating.
2015-01-19 hubicka * ipa-devirt.c (ipa_devirt): Drop polymorphic call...
2015-01-15 prathamesh34922015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni...
2015-01-09 prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05 jakub Update copyright years.
2015-01-03 sandra2015-01-02 Sandra Loosemore <sandra@codesourcery...
2014-12-22 marxinipa-prop uses symbol_summary class.
2014-12-12 hubicka * ipa-devirt.c (possible_polymorphic_call_targets...
2014-11-20 hubicka * tree.c (free_lang_data_in_type): If BINFO has no...
2014-11-18 hubicka * ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.
2014-11-14 jamborm2014-11-14 Martin Jambor <mjambor@suse.cz>
2014-10-28 amacleod * cgraph.h: Flatten. Remove all include files.
2014-10-27 amacleod2014-10-27 Andrew MacLeod <amacleod@redhat.com>
2014-10-02 hubicka * ipa-prop.h (ipa_get_controlled_uses): Add hack to...
2014-09-27 hubicka PR ipa/60665
2014-09-25 hubicka * ipa-utils.h (subbinfo_with_vtable_at_offset, type_al...
2014-09-25 hubicka * ipa-devirt.c (polymorphic_call_target_d): Add SPECUL...
2014-09-25 hubicka * ipa-devirt.c (possible_polymorphic_call_targets...
2014-09-25 hubickaFix previous commit.
2014-09-25 hubicka * cgraph.h (class ipa_polymorphic_call_context): Move...
2014-09-24 hubicka * ipa-utils.h (polymorphic_call_context): Add
2014-09-20 hubicka * ipa-utils.h (ipa_polymorphic_call_context): Turn...
2014-09-20 hubicka * diagnostic.c (warning_n): New function.
2014-09-19 trippelsPR ipa/61998 Fix crash -Wsuggest-final-types crash
2014-09-19 hubicka PR lto/63298
2014-09-17 hubicka * ipa-devirt.c (type_pair, default_hashset_traits...
2014-09-11 hubicka * common.opt (flto-odr-type-merging): New flag.
2014-09-11 jason PR c++/58678
2014-08-25 marxinIPA C++ refactoring 4/N
2014-08-21 hubicka PR tree-optimization/62091
2014-08-16 hubicka * ipa-utils.h (ipa_polymorphic_call_context): Turn...
2014-08-14 hubicka PR tree-optimization/62091
2014-08-14 hubicka * ipa-utils.h (compare_virtual_tables): Declare.
2014-08-14 kyukhingcc/
2014-08-09 hubicka * g++.dg/ipa/devirt-35.C: Fix template.
2014-08-07 hubicka * ipa-devirt.c: Include gimple-pretty-print.h
2014-08-03 hubicka * ipa-devirt.c (odr_type_warn_count): Add type.
2014-08-02 hubicka * doc/invoke.texi (Wsuggest-final-types, Wsuggest...
2014-08-02 tbsaundeadd a hash_set based on hash_table
2014-08-01 akConvert ipa-devirt to inchash
2014-07-30 hubicka * g++.dg/ipa/devirt-34.C: New testcase.
2014-07-29 hubicka * cgraph.c (cgraph_node::create_indirect_edge): Copy...
2014-07-25 akAdd an abstract incremental hash data type
2014-07-24 marxinIPA C++ refactoring 2/N
2014-07-24 marxinIPA C++ refactoring 1/N
2014-07-13 hubicka * ipa-devirt.c (odr_subtypes_equivalent_p): Disable...
2014-07-12 hubicka * tree.c (type_in_anonymous_namespace_p): Ignore TREE_...
2014-07-11 hubicka * ipa-prop.c (ipa_binfo_from_known_type_jfunc): In...
2014-07-09 hubicka * ipa-devirt.c (record_node): Walk through aliases.
2014-07-09 tbsaunderemove has_execute
next