aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-store-merging.cc
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-09-29Remove poly_int_podRichard Sandiford1-1/+1
2023-08-30store-merging: Fix up >= 64 bit insertion [PR111015]Jakub Jelinek1-4/+5
2023-06-30tree-optimization/110496 - TYPE_PRECISION issue with store-mergingRichard Biener1-1/+4
2023-06-03Don't try bswap + rotate when TYPE_PRECISION(n->type) > n->range.liuhongt1-0/+3
2023-05-30Detect bswap + rotate for byte permutation in pass_bswap.liuhongt1-27/+103
2023-01-25store-merging: Disable string_concatenate mode if start or end aren't byte al...Jakub Jelinek1-2/+6
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-08-10tree-optimization/106513 - fix mistake in bswap symbolic number shiftsRichard Biener1-1/+1
2022-06-27Add 'final' and 'override' to opt_pass vfunc implsDavid Malcolm1-5/+5
2022-03-30store-merging: Avoid ICEs on roughly ~0ULL/8 sized stores [PR105094]Jakub Jelinek1-1/+1
2022-01-28store-merging: Fix up a -fcompare-debug bug in get_status_for_store_merging [...Jakub Jelinek1-1/+4
2022-01-19Update per-file selftest and finalization hooks for .c to .cc renamingDavid Malcolm1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+5645