aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-devirt.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-18remove need for store_values_directlyTrevor Saunders1-21/+22
2015-03-31tree.c (need_assembler_name_p): Artificial types have no ODR names.Jan Hubicka1-1/+2
2015-03-27re PR lto/65536 (LTO line number information garbled)Jan Hubicka1-0/+6
2015-03-23re PR bootstrap/65522 (Svn revision 221590 fails bootstrap - ../libiberty/lib...Jakub Jelinek1-1/+0
2015-03-23re PR lto/65475 (ICE in odr_vtable_hasher::equal (Segmentation fault))Jan Hubicka1-99/+278
2015-03-20re PR lto/65475 (ICE in odr_vtable_hasher::equal (Segmentation fault))Jan Hubicka1-5/+15
2015-03-09re PR lto/65361 (LTO: tree check: expected tree that contains ‘decl minimal...Jakub Jelinek1-3/+3
2015-03-09re PR lto/65316 (LTO: Uninitialized memory / ICE with -g -fno-lto-odr-type-me...Jan Hubicka1-276/+450
2015-03-02re PR lto/65276 (LTO: ICE add_type_duplicate, at ipa-devirt.c:1462)Jan Hubicka1-1/+0
2015-02-18ipa-devirt.c (odr_subtypes_equivalent_p): Fix formating.Jan Hubicka1-63/+210
2015-02-14ipa-chkp.c: Use iterate_direct_aliases.Jan Hubicka1-1/+0
2015-02-09ipa-devirt.c (odr_types_equivalent_p): Fix formating.Jan Hubicka1-1/+4
2015-02-09ipa-devirt.c (odr_types_equivalent_p): Fix formating.Jan Hubicka1-20/+96
2015-01-19ipa-devirt.c (ipa_devirt): Drop polymorphic call info in hopeless cases.Jan Hubicka1-3/+26
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-2/+13
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-5/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2015-01-02invoke.texi (Option Summary): Fix spelling of -fdevirtualize-at-ltrans.Sandra Loosemore1-56/+57
2014-12-22ipa-prop uses symbol_summary class.Martin Liska1-0/+1
2014-12-12ipa-devirt.c (possible_polymorphic_call_targets): Return early if otr_type ha...Jan Hubicka1-1/+1
2014-11-20tree.c (free_lang_data_in_type): If BINFO has no important information in it,...Jan Hubicka1-4/+2
2014-11-18ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.Jan Hubicka1-1/+7
2014-11-14cgraph.h (clear_outer_type): Make public.Martin Jambor1-4/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-2/+13
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+2
2014-10-02ipa-prop.h (ipa_get_controlled_uses): Add hack to avoid ICE when speculation ...Jan Hubicka1-0/+40
2014-09-27re PR ipa/60665 (gcc/ipa-devirt.c:1510:7: warning: variable 'can_refer' is us...Jan Hubicka1-1/+1
2014-09-25ipa-utils.h (subbinfo_with_vtable_at_offset, [...]): Declare.Jan Hubicka1-1492/+16
2014-09-25ipa-devirt.c (polymorphic_call_target_d): Add SPECULATIVE; reorder for better...Jan Hubicka1-150/+162
2014-09-25ipa-devirt.c (possible_polymorphic_call_targets): Remove forgotten debug outp...Jan Hubicka1-1/+10
2014-09-25Fix previous commit.Jan Hubicka1-8/+8
2014-09-25cgraph.h (class ipa_polymorphic_call_context): Move here from ipa-utils.h; ad...Jan Hubicka1-1/+69
2014-09-24ipa-utils.h (polymorphic_call_context): Add metdhos dump, debug and clear_out...Jan Hubicka1-116/+268
2014-09-20ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors.Jan Hubicka1-112/+144
2014-09-20diagnostic.c (warning_n): New function.Jan Hubicka1-19/+64
2014-09-19PR ipa/61998 Fix crash -Wsuggest-final-types crashMarkus Trippelsdorf1-0/+3
2014-09-19re PR ipa/63298 (internal compiler error: in types_same_for_odr, at ipa-devir...Jan Hubicka1-2/+4
2014-09-17ipa-devirt.c (type_pair, [...]): New types.Jan Hubicka1-49/+124
2014-09-11common.opt (flto-odr-type-merging): New flag.Jan Hubicka1-48/+101
2014-09-11re PR c++/58678 (pykde4-4.11.2 link error (devirtualization too trigger happy))Jason Merrill1-2/+1
2014-08-25IPA C++ refactoring 4/NMartin Liska1-20/+20
2014-08-21re PR tree-optimization/62091 (ice in before_dom_children)Jan Hubicka1-31/+133
2014-08-16ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors.Jan Hubicka1-107/+91
2014-08-14re PR tree-optimization/62091 (ice in before_dom_children)Jan Hubicka1-0/+2
2014-08-14ipa-utils.h (compare_virtual_tables): Declare.Jan Hubicka1-0/+114
2014-08-14ipa-devirt.c (get_polymorphic_call_info): Use fndecl instead of current_funct...Ilya Enkovich1-1/+1
2014-08-09devirt-35.C: Fix template.Jan Hubicka1-5/+14
2014-08-07ipa-devirt.c: Include gimple-pretty-print.hJan Hubicka1-6/+521
2014-08-03ipa-devirt.c (odr_type_warn_count): Add type.Jan Hubicka1-3/+7
2014-08-02invoke.texi (Wsuggest-final-types, [...]): Document.Jan Hubicka1-43/+245