aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloopmanip.cc
AgeCommit message (Expand)AuthorFilesLines
2024-03-26cfgloopmanip, i386: Fix comment typosJakub Jelinek1-1/+1
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-08-10Fix profile update in duplicat_loop_body_to_header_edge for loops with 0 coun...Jan Hubicka1-1/+13
2023-08-03Fix profiledbootstrapJan Hubicka1-1/+1
2023-08-02More profile updating clenaupsJan Hubicka1-29/+2
2023-07-28Cleanup profile updating code in unrolling and splittingHonza1-93/+183
2023-07-27Fix profile update in tree_transform_and_unroll_loopJan Hubicka1-21/+43
2023-07-21Cleanup expected_loop_iterationsJan Hubicka1-4/+5
2023-07-08Add missing profile_dump checkJan Hubicka1-3/+4
2023-07-08Fix tree-ssa/update-cunroll.cJan Hubicka1-5/+52
2023-07-07Fix epilogue loop profileJan Hubicka1-5/+10
2023-07-06Improve scale_loop_profileJan Hubicka1-81/+98
2023-05-11VECT: Add tree_code into "creat_iv" and allow it can handle MINUS_EXPR IVPan Li1-1/+1
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-06-20Add operators / and * for profile_{count,probability}.Martin Liska1-3/+2
2022-05-17Do not clear bb->aux in duplicate_loop_body_to_header_edgeRichard Biener1-1/+0
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+1714