aboutsummaryrefslogtreecommitdiff
path: root/gcc/fwprop.cc
AgeCommit message (Expand)AuthorFilesLines
2025-01-02Update copyright years.Jakub Jelinek1-1/+1
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski1-1/+0
2024-11-19Avoid repeated calls to temporarily_undo_changes [PR117297]Richard Sandiford1-14/+16
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-07-25rtl-ssa: Define INCLUDE_ARRAYRichard Sandiford1-0/+1
2024-06-24fwprop: invoke change_is_worthwhile to judge if a replacement is worthwhileHaochen Gui1-23/+14
2024-03-09fwprop: Restore previous behavior for forward propagation of RTL with MEMs [P...Jakub Jelinek1-0/+1
2024-03-08fwprop: Avoid volatile rtx to be propagatedHaochen Gui1-0/+2
2024-01-21PR rtl-optimization/111267: Improved forward propagation.Roger Sayle1-5/+9
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-07-14cprop: Do not set REG_EQUAL note when simplifying paradoxical subreg [PR110206]Uros Bizjak1-15/+1
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-06-27Add 'final' and 'override' to opt_pass vfunc implsDavid Malcolm1-4/+4
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+1079