summaryrefslogtreecommitdiff
path: root/gcc/ipa-devirt.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek2016-10-091-3/+3
* Add IPA VRPKugan Vivekanandarajah2016-09-201-0/+1
* re PR rtl-optimization/77425 (Pointer test follows dereference in sched-int.h)Jakub Jelinek2016-09-051-2/+1
* re PR ipa/66223 (Diagnostic of pure virtual function call broken, including _...Jan Hubicka2016-04-051-2/+2
* re PR ipa/66223 (Diagnostic of pure virtual function call broken, including _...Jan Hubicka2016-04-041-3/+6
* re PR lto/70283 (bogus vtable mismatch warnings)Jan Hubicka2016-03-291-10/+34
* Safely use nodes[0] in possible_polymorphic_call_targetsTom de Vries2016-03-161-2/+1
* re PR lto/69630 (LTO ICE in types_same_for_odr at ipa-devirt.c:402)Jan Hubicka2016-03-101-2/+2
* ipa-polymorphic-call.c (walk_ssa_copies): Fix spelling - becuase -> because.Jakub Jelinek2016-03-081-1/+1
* re PR lto/69630 (LTO ICE in types_same_for_odr at ipa-devirt.c:402)Jan Hubicka2016-02-251-0/+1
* tree-ssanames.c (release_free_names_and_compact_live_names): Replace "the the...Jakub Jelinek2016-01-231-2/+2
* re PR ipa/66223 (Diagnostic of pure virtual function call broken, including _...Jan Hubicka2016-01-191-2/+32
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* ipa-devirt.c (type_with_linkage_p, [...]): Move to ...Jan Hubicka2015-12-011-87/+0
* ipa-devirt.c (add_type_duplicate): Remove redundant ODR violation dumpJan Hubicka2015-11-291-9/+0
* Fix memory leaks in IPA devirtMartin Liska2015-11-271-4/+3
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-14/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-10/+9
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev2015-10-271-21/+15
* switch from gimple to gimple*Trevor Saunders2015-09-201-1/+1
* remove useless typedefsTrevor Saunders2015-08-191-2/+2
* * ipa-devirt.c (types_same_for_odr): Fix typo.Marek Polacek2015-07-271-1/+1
* gimple-pretty-print.h: Don't include pretty-print.h.Andrew MacLeod2015-07-151-2/+0
* Fix double word typos.Aldy Hernandez2015-07-131-2/+2
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-11/+4
* function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod2015-06-251-2/+0
* hash-traits.h (default_hash_traits): New structure.Richard Sandiford2015-06-251-6/+9
* cgraph.h (asmname_hasher): Inherit from ggc_ptr_hash.Richard Sandiford2015-06-251-5/+3
* Use std::swap instead of manual swaps.Mikhail Maltsev2015-06-221-6/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-2/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-7/+0
* re PR lto/65378 (Tweak to wording of -Wodr message)Jan Hubicka2015-06-081-106/+167
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* re PR lto/66180 (many -Wodr false positives when building LLVM with -flto)Jan Hubicka2015-05-241-18/+51
* ipa-utils.h (method_class_type): Remove.Jan Hubicka2015-05-241-16/+2
* ipa-devirt.c (type_in_anonymous_namespace_p): Return true or implicit declara...Jan Hubicka2015-05-191-3/+7
* ipa-utils.h (warn_types_mismatch, [...]): Declare.Jan Hubicka2015-05-161-13/+100
* ipa-devirt.c (type_with_linkage_p): New function.Jan Hubicka2015-05-121-52/+103
* ipa-devirt.c (warn_types_mismatch): Do not ICE when warning about mismatch be...Jan Hubicka2015-05-101-19/+28
* re PR tree-optimization/65948 (FAIL: g++.dg/lto/20101010-4 cp_lto_20101010-4_...Jan Hubicka2015-04-301-0/+1
* ipa-devirt.c (odr_subtypes_equivalent_p): Compare TYPE_NAME only for aggregat...Jan Hubicka2015-04-301-4/+9
* remove need for store_values_directlyTrevor Saunders2015-04-181-21/+22
* tree.c (need_assembler_name_p): Artificial types have no ODR names.Jan Hubicka2015-03-311-1/+2
* re PR lto/65536 (LTO line number information garbled)Jan Hubicka2015-03-271-0/+6
* re PR bootstrap/65522 (Svn revision 221590 fails bootstrap - ../libiberty/lib...Jakub Jelinek2015-03-231-1/+0
* re PR lto/65475 (ICE in odr_vtable_hasher::equal (Segmentation fault))Jan Hubicka2015-03-231-99/+278
* re PR lto/65475 (ICE in odr_vtable_hasher::equal (Segmentation fault))Jan Hubicka2015-03-201-5/+15
* re PR lto/65361 (LTO: tree check: expected tree that contains ‘decl minimal...Jakub Jelinek2015-03-091-3/+3
* re PR lto/65316 (LTO: Uninitialized memory / ICE with -g -fno-lto-odr-type-me...Jan Hubicka2015-03-091-276/+450