aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-visibility.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-02-27re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)Jan Hubicka1-32/+10
2015-02-17ipa-visibility.c (function_and_variable_visibility): Only check locality if n...Jan Hubicka1-1/+2
2015-02-11re PR ipa/65005 (FAIL: c-c++-common/torture/builtin-arith-overflow-12.c)Jan Hubicka1-3/+3
2015-02-10Tolerate different definitions of symbols in ltoTrevor Saunders1-5/+13
2015-02-08re PR ipa/63566 (i686 bootstrap fails: ICE RTL flag check: INSN_UID used with...Jan Hubicka1-12/+11
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+5
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+11
2014-09-24Add an no_reorder attribute for LTOAndi Kleen1-0/+3
2014-09-20ipa-visibility.c (varpool_node::externally_visible_p): Do not privatize dynam...Jan Hubicka1-0/+7
2014-08-25IPA C++ refactoring 4/NMartin Liska1-3/+3
2014-08-19ipa-visibility.c (update_visibility_by_resolution_info): Fix assert.Jan Hubicka1-1/+1
2014-08-18ipa-visibility.c (update_visibility_by_resolution_info): Do no turn UNDEF com...Jan Hubicka1-0/+2
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-3/+2