aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-manip.cc
AgeCommit message (Expand)AuthorFilesLines
2023-07-28Cleanup profile updating code in unrolling and splittingHonza1-24/+6
2023-07-27Fix profile update after RTL unrollingJan Hubicka1-17/+24
2023-07-27Fix profile update in tree_transform_and_unroll_loopJan Hubicka1-192/+64
2023-05-29Fix incorrect SLOC inherited by induction variable incrementEric Botcazou1-4/+4
2023-05-11VECT: Add tree_code into "creat_iv" and allow it can handle MINUS_EXPR IVPan Li1-10/+12
2023-05-04Rename last_stmt to last_nondebug_stmtRichard Biener1-1/+1
2023-04-26More last_stmt removalRichard Biener1-5/+2
2023-04-19tree-optimization/44794 - avoid excessive RTL unrolling on epiloguesRichard Biener1-0/+6
2023-04-19Avoid unnecessary epilogues from tree_unroll_loopRichard Biener1-1/+1
2023-02-20tree-optimization/108825 - checking ICE with unroll-and-jamRichard Biener1-3/+8
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-07-13tree-optimization/106249 - unroll-and-jam and LC SSA upateRichard Biener1-2/+3
2022-07-07Speed up LC SSA rewrite moreRichard Biener1-9/+21
2022-07-07Speed up LC SSA rewriteRichard Biener1-39/+56
2022-07-05Remove dead loop-based LC SSA rewriteRichard Biener1-105/+4
2022-07-04Put virtual operands into loop-closed SSARichard Biener1-16/+7
2022-06-20Add operators / and * for profile_{count,probability}.Martin Liska1-6/+5
2022-04-29Fix is_gimple_condexpr vs is_gimple_condexpr_for_condRichard Biener1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+1677