aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-visibility.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-1002/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-23Move thunks out of cgraph_nodeJan Hubicka1-3/+3
2020-02-18Typo fixes - functoin -> function [PR93796]Jakub Jelinek1-1/+1
2020-01-09Make cgraph_edge::resolve-speculation staticMartin Jambor1-3/+5
2020-01-08Use cgraph_node::dump_{asm_},name where possible.Martin Liska1-4/+4
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-19Fix symver attribute with LTOJan Hubicka1-7/+14
2019-10-30Remove cgraph_local_info structure.Martin Liska1-3/+3
2019-10-30Remove cgraph_global_info.Martin Liska1-1/+1
2019-02-13Clean up MPX-related stuff.Martin Liska1-1/+0
2019-02-09ipa-visibility.c (localize_node): Also do not localize LDPR_PREVAILING_DEF_IR...Jan Hubicka1-1/+2
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-9/+9
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-09Come up with -fipa-reference-addressable flag.Martin Liska1-1/+1
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-1/+1
2018-06-08Remove MPXMartin Liska1-4/+0
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-03Handle noipa attribute in IPA visibility (PR ipa/83594).Martin Liska1-1/+2
2017-08-11Introduce TARGET_SUPPORTS_ALIASESMartin Liska1-10/+5
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-27attribs.c (decl_attributes): Imply noinline, noclone and no_icf attributes fo...Jakub Jelinek1-1/+4
2017-07-25Fix wrong condition in ipa-visibility.c (PR ipa/81520).Martin Liska1-4/+7
2017-07-21re PR middle-end/56727 (Recursive call goes through the PLT unnecessarily)Yury Gribov1-0/+31
2017-07-16* ipa-visibility.c (function_and_variable_visibility): Fix pasto.Jan Hubicka1-1/+1
2017-07-07ipa-comdats.c: Remove optimize check from gate.Jan Hubicka1-3/+6
2017-06-28Do not allow to inline ifunc resolvers (PR ipa/81128).Martin Liska1-1/+2
2017-04-13re PR c++/69953 (Using lto causes gtkmm/gparted and gtkmm/inkscape compile to...Jan Hubicka1-4/+34
2017-01-17ipa-visibility.c (localize_node): New function, broken out of ...Nathan Sidwell1-82/+50
2017-01-06ipa-visibility.c (function_and_variable_visibility): Reformat comments and lo...Nathan Sidwell1-19/+20
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-2/+1
2016-04-04re PR lto/68881 (UNRESOLVED/FAIL: gcc.dg/lto/attr-weakref-1 -O2 -flto)Jan Hubicka1-0/+82
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-27ipa-visibility.c (function_and_variable_visibility): Do not dissolve comdat g...Jan Hubicka1-2/+6
2015-12-16ipa-visibility.c (can_replace_by_local_alias): Make static, check ASM_OUTPUT_...Nathan Sidwell1-7/+12
2015-12-09re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka1-1/+1
2015-12-08re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka1-1/+8
2015-12-07re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka1-10/+22
2015-11-29cgraph.c (cgraph_node::make_local): No name is unique during incremental link...Jan Hubicka1-18/+19
2015-11-25re PR lto/67548 (LTO drops weak binding with "ld -r")Jan Hubicka1-13/+33
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-2/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-5/+5
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-10/+9
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-3/+11
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-11/+3
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0