summaryrefslogtreecommitdiff
path: root/gcc/ipa-visibility.c
AgeCommit message (Expand)Author
2020-02-18Typo fixes - functoin -> function [PR93796]Jakub Jelinek
2020-01-09Make cgraph_edge::resolve-speculation staticMartin Jambor
2020-01-08Use cgraph_node::dump_{asm_},name where possible.Martin Liska
2020-01-01Update copyright years.Jakub Jelinek
2019-12-19Fix symver attribute with LTOJan Hubicka
2019-10-30Remove cgraph_local_info structure.Martin Liska
2019-10-30Remove cgraph_global_info.Martin Liska
2019-02-13Clean up MPX-related stuff.Martin Liska
2019-02-09ipa-visibility.c (localize_node): Also do not localize LDPR_PREVAILING_DEF_IR...Jan Hubicka
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-11-09Come up with -fipa-reference-addressable flag.Martin Liska
2018-08-27Come up with fndecl_built_in_p.Martin Liska
2018-06-08Remove MPXMartin Liska
2018-01-03Update copyright years.Jakub Jelinek
2018-01-03Handle noipa attribute in IPA visibility (PR ipa/83594).Martin Liska
2017-08-11Introduce TARGET_SUPPORTS_ALIASESMartin Liska
2017-08-08trans.c: Include header files.Martin Liska
2017-07-27attribs.c (decl_attributes): Imply noinline, noclone and no_icf attributes fo...Jakub Jelinek
2017-07-25Fix wrong condition in ipa-visibility.c (PR ipa/81520).Martin Liska
2017-07-21re PR middle-end/56727 (Recursive call goes through the PLT unnecessarily)Yury Gribov
2017-07-16* ipa-visibility.c (function_and_variable_visibility): Fix pasto.Jan Hubicka
2017-07-07ipa-comdats.c: Remove optimize check from gate.Jan Hubicka
2017-06-28Do not allow to inline ifunc resolvers (PR ipa/81128).Martin Liska
2017-04-13re PR c++/69953 (Using lto causes gtkmm/gparted and gtkmm/inkscape compile to...Jan Hubicka
2017-01-17ipa-visibility.c (localize_node): New function, broken out of ...Nathan Sidwell
2017-01-06ipa-visibility.c (function_and_variable_visibility): Reformat comments and lo...Nathan Sidwell
2017-01-01Update copyright years.Jakub Jelinek
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek
2016-04-04re PR lto/68881 (UNRESOLVED/FAIL: gcc.dg/lto/attr-weakref-1 -O2 -flto)Jan Hubicka
2016-01-04Update copyright years.Jakub Jelinek
2015-12-27ipa-visibility.c (function_and_variable_visibility): Do not dissolve comdat g...Jan Hubicka
2015-12-16ipa-visibility.c (can_replace_by_local_alias): Make static, check ASM_OUTPUT_...Nathan Sidwell
2015-12-09re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka
2015-12-08re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka
2015-12-07re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka
2015-11-29cgraph.c (cgraph_node::make_local): No name is unique during incremental link...Jan Hubicka
2015-11-25re PR lto/67548 (LTO drops weak binding with "ld -r")Jan Hubicka
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-02-27re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)Jan Hubicka
2015-02-17ipa-visibility.c (function_and_variable_visibility): Only check locality if n...Jan Hubicka