aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-comdats.c
AgeCommit message (Expand)AuthorFilesLines
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