aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-devirt.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-18Fix coding style and typos.Martin Liska1-1/+1
2018-04-18Revert r258133.Martin Liska1-8/+3
2018-04-18Revert r25841.Martin Liska1-2/+0
2018-04-17Fix coding style and add a new test-case (PR lto/85405).Martin Liska1-1/+1
2018-04-17Support bitfields in Wodr machinery (PR lto/85405).Martin Liska1-2/+9
2018-04-10re PR lto/85078 (LTO ICE: tree check: expected tree that contains 'decl minim...Jan Hubicka1-0/+18
2018-03-13re PR lto/84805 (ICE in get_odr_type, at ipa-devirt.c:2096 since r258133)Eric Botcazou1-2/+4
2018-03-02re PR ipa/83983 (FAIL: g++.dg/lto/pr83121 (test for LTO warnings, pr83121_0....Eric Botcazou1-3/+8
2018-01-17lto, testsuite: Fix ICE in -Wodr (PR lto/83121)David Malcolm1-1/+6
2018-01-12Initialize type_warnings::dyn_count with a default value (PR ipa/83054).Martin Liska1-5/+20
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
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