summaryrefslogtreecommitdiff
path: root/gcc/ipa-utils.h
AgeCommit message (Expand)Author
2025-01-02Update copyright years.Jakub Jelinek
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek
2024-01-10libgccjit: Fix GGC segfault when using -fltoAntoni Boucher
2024-01-03Update copyright years.Jakub Jelinek
2023-11-20inter-procedural value range propagationJan Hubicka
2023-01-16Fix wrong code issues with ipa-sraJan Hubicka
2023-01-02Update copyright years.Jakub Jelinek
2022-05-10Replace PTR with 'void *' in compiler.Martin Liska
2022-01-17Change references of .c files to .cc filesMartin Liska
2022-01-03Update copyright years.Jakub Jelinek
2021-11-11Enable pure-const discovery in modref.Jan Hubicka
2021-11-10Extend modref by side-effect analysisJan Hubicka
2021-01-04Update copyright years.Jakub Jelinek
2020-11-17Make ltrans type canonicals compatible with WPA onesJan Hubicka
2020-11-13Improve handling of memory operands in ipa-icf 2/4Jan Hubicka
2020-06-03Optimize ODR enum streamingJan Hubicka
2020-05-26[LTO/offloading] Fix offloading-compilation ICE without -flto (PR84320)Tobias Burnus
2020-01-01Update copyright years.Jakub Jelinek
2019-12-10Check for TYPE_DECL in get_odr_name_for_typeRichard Sandiford
2019-12-02Refactor IPA devirt a bit.Martin Liska
2019-11-15ipa: Remove stray declarationMartin Jambor
2019-11-04ipa-inline-transform.c: Include ipa-utils.hJan Hubicka
2019-06-27class.c (layout_class_type): Set TYPE_CXX_ODR_P for as-base type copy.Jan Hubicka
2019-06-24ipa-utils.h (type_with_linkage_p): Verify that type is CXX_ODR_P.Jan Hubicka
2019-06-17Remove dead code (PR ipa/90874).Martin Liska
2019-06-10Reduce SCCs in IPA postorder.Martin Liska
2019-06-07common.opt (flto-odr-type-merging): Ignore.Jan Hubicka
2019-06-01alias.c: Include ipa-utils.h.Jan Hubicka
2019-02-11Construct ipa_reduced_postorder always for overwritable (PR ipa/89009).Martin Liska
2019-01-01Update copyright years.Jakub Jelinek
2018-12-24ipa-devirt.c (dump_targets): Cap number of targets printed.Jan Hubicka
2018-12-24lto-symtab.c (lto_symtab_merge_decls_2): Do not report ODR violations for met...Jan Hubicka
2018-10-26ipa-devirt.c (warn_odr): Make static.Jan Hubicka
2018-10-24ipa-utils.h (type_with_linkage_p): No longer check for TYPE_STUB_DECL; it is ...Jan Hubicka
2018-08-30lto-streamer-out.c (DFS::DFS_write_tree_body): Do not follow TYPE_STUB_DECL.Jan Hubicka
2018-04-10re PR lto/85078 (LTO ICE: tree check: expected tree that contains 'decl minim...Jan Hubicka
2018-01-03Update copyright years.Jakub Jelinek
2017-10-11[PATCH] DECL_ASSEMBLER_NAME and friendsNathan Sidwell
2017-07-14Remove Java references in source code.Martin Liska
2017-01-01Update copyright years.Jakub Jelinek
2016-04-14re PR c++/70594 (-fcompare-debug failure)Jakub Jelinek
2016-01-04Update copyright years.Jakub Jelinek
2015-12-01ipa-devirt.c (type_with_linkage_p, [...]): Move to ...Jan Hubicka
2015-09-20switch from gimple to gimple*Trevor Saunders
2015-06-08re PR lto/65378 (Tweak to wording of -Wodr message)Jan Hubicka
2015-05-24ipa-utils.h (method_class_type): Remove.Jan Hubicka
2015-05-19ipa-devirt.c (type_in_anonymous_namespace_p): Return true or implicit declara...Jan Hubicka
2015-05-16ipa-utils.h (warn_types_mismatch, [...]): Declare.Jan Hubicka
2015-05-12ipa-devirt.c (type_with_linkage_p): New function.Jan Hubicka
2015-03-30re PR ipa/65610 (Compare debug failure with -g3 -fsanitize=undefined -fno-san...Jakub Jelinek