aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-visibility.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-24IPA C++ refactoring 2/NMartin Liska1-19/+19
2014-07-24IPA C++ refactoring 1/NMartin Liska1-30/+32
2014-07-11vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.hJan Hubicka1-0/+2
2014-07-09ipa-visibility.c (function_and_variable_visibility): Remove temporary hack di...Jan Hubicka1-7/+1
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-06-25IPA REF refactoringMartin Liska1-8/+7
2014-06-21localalias.c: New testcase.Jan Hubicka1-1/+5
2014-06-16revert: symtab.c (symtab_node::reset_section): New method.Jan Hubicka1-19/+14
2014-06-12symtab.c (symtab_node::reset_section): New method.Jan Hubicka1-14/+19
2014-06-11ipa-visibility.c (function_and_variable_visibility): Disable virtual table re...Jan Hubicka1-2/+5
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-4/+6
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-0/+6
2014-06-08ipa-visibility.c: Include varasm.hJan Hubicka1-0/+2
2014-06-04Enhancement of call graph APIMartin Liska1-1/+1
2014-05-25ipa-visibility.c (can_replace_by_local_alias_in_vtable): New function.Jan Hubicka1-0/+58