aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgrtl.cc
AgeCommit message (Expand)AuthorFilesLines
2024-05-03cfgrtl: Fix MEM_EXPR update in duplicate_insn_chain [PR114924]Alex Coplan1-1/+2
2024-02-21Allow mode-switching to introduce internal loops [PR113220]Richard Sandiford1-6/+21
2024-02-15expand: Fix handling of asm goto outputs vs. PHI argument adjustments [PR113921]Jakub Jelinek1-2/+22
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-20-finline-stringops: allow expansion into edges [PR113002]Alexandre Oliva1-1/+7
2023-12-04middle-end/112785 - guard against last_clique overflowRichard Biener1-1/+1
2023-07-27Fix profile update after RTL unrollingJan Hubicka1-1/+1
2023-07-11cfg+gcse: Change return type of predicate functions from int to boolUros Bizjak1-83/+87
2023-01-03cfgrtl: Don't try to redirect asm goto to EXIT [PR108263]Jakub Jelinek1-2/+6
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-10-11[PR rtl-optimization/107182] Clear EDGE_CROSSING for jump->ret optimizationJeff Law1-0/+1
2022-09-27Fix ICEs due to recent jump-to-return optimizationJeff Law1-1/+2
2022-09-26[RFA] Minor improvement to coremark, avoid unconditional jump to returnJeff Law1-1/+28
2022-06-27Add 'final' and 'override' to opt_pass vfunc implsDavid Malcolm1-3/+3
2022-06-20Add operators / and * for profile_{count,probability}.Martin Liska1-2/+2
2022-05-11rtl-optimization/105559 - avoid quadratic behavior in delete_insn_and_edgesRichard Biener1-1/+1
2022-03-02cfgrtl: Fix up -g vs. -g0 code generation -flto differences in fixup_reorder_...Jakub Jelinek1-2/+2
2022-01-28cfgrtl: Fix up locus comparison in unique_locus_on_edge_between_p [PR104237]Jakub Jelinek1-2/+25
2022-01-17Change references of .c files to .cc filesMartin Liska1-5/+5
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+5366