aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-devirt.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-15gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod1-2/+0
2015-07-13Fix double word typos.Aldy Hernandez1-2/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-11/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-traits.h (default_hash_traits): New structure.Richard Sandiford1-6/+9
2015-06-25cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.Richard Sandiford1-5/+3
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev1-6/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-7/+0
2015-06-08re PR lto/65378 (Tweak to wording of -Wodr message)Jan Hubicka1-106/+167
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-24re PR lto/66180 (many -Wodr false positives when building LLVM with -flto)Jan Hubicka1-18/+51
2015-05-24ipa-utils.h (method_class_type): Remove.Jan Hubicka1-16/+2
2015-05-19ipa-devirt.c (type_in_anonymous_namespace_p): Return true or implicit declara...Jan Hubicka1-3/+7
2015-05-16ipa-utils.h (warn_types_mismatch, [...]): Declare.Jan Hubicka1-13/+100
2015-05-12ipa-devirt.c (type_with_linkage_p): New function.Jan Hubicka1-52/+103
2015-05-10ipa-devirt.c (warn_types_mismatch): Do not ICE when warning about mismatch be...Jan Hubicka1-19/+28
2015-04-30re PR tree-optimization/65948 (FAIL: g++.dg/lto/20101010-4 cp_lto_20101010-4_...Jan Hubicka1-0/+1
2015-04-30ipa-devirt.c (odr_subtypes_equivalent_p): Compare TYPE_NAME only for aggregat...Jan Hubicka1-4/+9
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