aboutsummaryrefslogtreecommitdiff
path: root/gcc/regcprop.cc
AgeCommit message (Expand)AuthorFilesLines
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek1-2/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-08-07cprop_hardreg: Allow propagation of stack pointer in more cases.Manolis Tsamis1-33/+23
2023-06-28cprop_hardreg: fix ORIGINAL_REGNO/REG_ATTRS/REG_POINTER handlingManolis Tsamis1-16/+36
2023-06-15cprop_hardreg: Enable propagation of the stack pointer if possibleManolis Tsamis1-1/+6
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-06-27Add 'final' and 'override' to opt_pass vfunc implsDavid Malcolm1-2/+2
2022-06-25Iterating cprop_hardreg... Third time's a charm.Roger Sayle1-7/+16
2022-02-08Don't propagate for a more expensive reg-reg move.liuhongt1-1/+16
2022-02-01PR101260 regcprop: Add mode change check for copy regAndreas Krebbel1-1/+2
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+1432