aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-sra.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-25Make IPA-SRA follow comdat-local rules (PR 91956)Martin Jambor1-0/+3
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-5/+4
2019-11-09symtab.c: Fix comment typos.Jakub Jelinek1-40/+40
2019-11-05hsa-brig.c: Include alloc-pool.hJan Hubicka1-0/+1
2019-11-04Come up with ggc_delete.Martin Liska1-2/+1
2019-10-30Use symtab_node::order in LTO sections with body.Martin Liska1-2/+2
2019-10-30Remove cgraph_local_info structure.Martin Liska1-2/+2
2019-10-29Release function and edge summaries allocated with GGC.Martin Liska1-4/+5
2019-10-25arc.c (hwloop_optimize): Add missing space in string literal.Jakub Jelinek1-4/+4
2019-09-26[PATCH] Fix quoting in a call to internal_errorMartin Jambor1-1/+1
2019-09-26[PATCH] Fix continue condition in IPA-SRA's process_scan_resultsMartin Jambor1-1/+1
2019-09-24[PR 91832] Do not ICE on negative offsets in ipa-sraMartin Jambor1-1/+6
2019-09-20New IPA-SRAMartin Jambor1-0/+4049