aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-devirt.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-10auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka1-3/+2
2017-10-22Rename inchash::hash::add_wide_intRichard Sandiford1-4/+4
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-21Remove TYPE_METHODS.Nathan Sidwell1-56/+0
2017-06-11tree.h (id_equal): New.Jason Merrill1-1/+1
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-15/+32
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska1-7/+8
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka1-1/+1
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka1-1/+1
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-1/+1
2017-05-16Fix 2 typos in ipa-devirt.c.Martin Liska1-2/+2
2017-05-09ipa-devirt.c (default_hash_traits<type_pair>): Skip struct-scope typedefs.Nathan Sidwell1-3/+4
2017-04-24Fix (PR middle-end/79931)Martin Liska1-1/+7
2017-03-11Simplify uses of "%<%s%>" to "%qs" (PR translation/79848)David Malcolm1-1/+1
2017-03-03Properly handle __cxa_pure_virtual visibility (PR lto/79760).Jan Hubicka1-4/+13
2017-01-24re PR translation/79208 (Typo in gcc/ipa-devirt.c:1631)Richard Biener1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
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