aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-devirt.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-3/+3
2016-09-20Add IPA VRPKugan Vivekanandarajah1-0/+1
2016-09-05re PR rtl-optimization/77425 (Pointer test follows dereference in sched-int.h)Jakub Jelinek1-2/+1
2016-04-05re PR ipa/66223 (Diagnostic of pure virtual function call broken, including _...Jan Hubicka1-2/+2
2016-04-04re PR ipa/66223 (Diagnostic of pure virtual function call broken, including _...Jan Hubicka1-3/+6
2016-03-29re PR lto/70283 (bogus vtable mismatch warnings)Jan Hubicka1-10/+34
2016-03-16Safely use nodes[0] in possible_polymorphic_call_targetsTom de Vries1-2/+1
2016-03-10re PR lto/69630 (LTO ICE in types_same_for_odr at ipa-devirt.c:402)Jan Hubicka1-2/+2
2016-03-08ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling - becuase -> because.Jakub Jelinek1-1/+1
2016-02-25re PR lto/69630 (LTO ICE in types_same_for_odr at ipa-devirt.c:402)Jan Hubicka1-0/+1
2016-01-23tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the...Jakub Jelinek1-2/+2
2016-01-19re PR ipa/66223 (Diagnostic of pure virtual function call broken, including _...Jan Hubicka1-2/+32
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-01ipa-devirt.c (type_with_linkage_p, [...]): Move to ...Jan Hubicka1-87/+0
2015-11-29ipa-devirt.c (add_type_duplicate): Remove redundant ODR violation dumpJan Hubicka1-9/+0
2015-11-27Fix memory leaks in IPA devirtMartin Liska1-4/+3
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-14/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-10/+9
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-21/+15
2015-09-20switch from gimple to gimple*Trevor Saunders1-1/+1
2015-08-19remove useless typedefsTrevor Saunders1-2/+2
2015-07-27* ipa-devirt.c (types_same_for_odr): Fix typo.Marek Polacek1-1/+1
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