aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-comdats.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-23Move thunks out of cgraph_nodeJan Hubicka1-2/+2
2020-04-20Fix ICE on invalid calls_comdat_local flag [pr94582]Jan Hubicka1-0/+9
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-15Fix comments typoLuo Xiong Hu1-1/+1
2019-10-30Remove cgraph_global_info.Martin Liska1-4/+4
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-3/+3
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-01-09re PR c++/80763 (-O3 causes error: inline clone in same comdat group list)Jan Hubicka1-2/+5
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-07-07ipa-comdats.c: Remove optimize check from gate.Jan Hubicka1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-04re PR ipa/78188 (AIX Bootstrap broken by tree-vrp.c change)David Edelsohn1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-3/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-4/+4
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-5/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-04-08ipa-comdats.c (propagate_comdat_group): Walk through thunks.Ilya Enkovich1-4/+6
2015-04-07ipa-comdats.c (ipa_comdats): Visit all thunks to set proper comdat group.Ilya Enkovich1-1/+1
2015-03-22re PR ipa/65502 (pure-const should play well with clobbers.)Jan Hubicka1-8/+36
2015-02-16re PR ipa/65059 (Chrome LTO: lto1: internal compiler error: in ipa_comdats, a...Jan Hubicka1-0/+5
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-3/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-11re PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -...Jan Hubicka1-1/+8
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-1/+11
2014-07-24IPA C++ refactoring 1/NMartin Liska1-10/+10
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-06-25IPA REF refactoringMartin Liska1-3/+3
2014-06-24add hash_map classTrevor Saunders1-13/+13
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-1/+1
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-6/+7
2014-05-19tree-pass.h (make_pass_ipa_comdats): New pass.Jan Hubicka1-0/+387