aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-loop-interchange.cc
AgeCommit message (Expand)AuthorFilesLines
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-27Add 'final' and 'override' to opt_pass vfunc implsDavid Malcolm1-3/+3
2022-05-23Force the selection operand of a GIMPLE COND_EXPR to be a registerRichard Biener1-1/+3
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-07-29Use range-based for loops for traversing loopsKewen Lin1-2/+1
2021-07-02tree-optimization/101280 - re-revise interchange fix for PR101173Richard Biener1-2/+2
2021-07-01tree-optimization/101280 - revise interchange fix for PR101173Richard Biener1-2/+5
2021-06-28tree-optimization/101173 - fix interchange dependence checkingRichard Biener1-2/+2
2021-04-26tree-optimization/99956 - improve loop interchangeRichard Biener1-28/+40
2021-02-02fix memory leaksRichard Biener1-2/+8
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-13loops: Invoke lim after successful loop interchangeMartin Jambor1-2/+7
2020-07-29more SCEV cache clearingRichard Biener1-0/+2
2020-01-08re PR tree-optimization/93199 (Compile time hog in sink_clobbers)Richard Biener1-2/+7
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-11-12Apply mechanical replacement (generated patch).Martin Liska1-3/+3
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-31/+31
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-01-24re PR tree-optimization/88964 (ICE in wide_int_to_tree_1, at tree.c:1561)Jakub Jelinek1-2/+2
2019-01-23re PR tree-optimization/88964 (ICE in wide_int_to_tree_1, at tree.c:1561)Jakub Jelinek1-1/+6
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-11-13Ensure that dump calls are guarded with dump_enabled_pDavid Malcolm1-1/+1
2018-06-26Introduce dump_location_tDavid Malcolm1-2/+2
2018-01-11re PR tree-optimization/83695 (ICE on valid code at -O3: Segmentation fault)Bin Cheng1-3/+4
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-15gimple-loop-interchange.cc (STMT_COST_RATIO): New macro.Bin Cheng1-81/+98
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-2/+2
2017-12-11re PR tree-optimization/83320 (Mismatched free() / delete / delete [] in gim...Bin Cheng1-2/+2
2017-12-10re PR tree-optimization/83337 (ICE at -O3 x86_64-linux-gnu: in interpret_rhs_...Jakub Jelinek1-0/+24
2017-12-08gimple-loop-interchange.cc (tree_loop_interchange::interchange): Provide -fop...Richard Biener1-1/+6
2017-12-07re PR tree-optimization/81303 (410.bwaves regression caused by r249919)Bin Cheng1-0/+2039