aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-unswitch.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-11tree-optimization/117510 - fix guard hoisting validity checkRichard Biener1-1/+5
2024-09-27unswitch: Replace manual ondemand maybe_undef with ssa_name_maybe_undef_p/mar...Andrew Pinski1-59/+2
2024-08-29Use std::unique_ptr for optinfo_itemDavid Malcolm1-0/+1
2024-05-23Gori_compute inherits from gimple_outgoing_range.Andrew MacLeod1-2/+2
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-10-23tree-optimization/111917 - bougs IL after guard hoistingRichard Biener1-4/+1
2023-06-12Remove type from range_op_handler table selectionAndrew MacLeod1-1/+1
2023-05-04Rename last_stmt to last_nondebug_stmtRichard Biener1-5/+5
2023-05-03More last_stmt removalRichard Biener1-5/+5
2023-05-01Conversion to irange wide_int API.Aldy Hernandez1-8/+9
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-12-02Add --param max-unswitch-depthRichard Biener1-1/+3
2022-11-28tree-optimization/107876 - unswitching of switchRichard Biener1-1/+9
2022-11-10unswitching of outer loopsRichard Biener1-79/+124
2022-11-07unswitch most profitable condition firstRichard Biener1-12/+54
2022-07-04Put virtual operands into loop-closed SSARichard Biener1-3/+1
2022-07-04Remove some deprecated irange methods.Aldy Hernandez1-2/+2
2022-06-27Add 'final' and 'override' to opt_pass vfunc implsDavid Malcolm1-2/+2
2022-06-03Implement vrange::supports_type_p.Aldy Hernandez1-3/+3
2022-06-02tree-optimization/105802 - another unswitching type issueRichard Biener1-10/+7
2022-06-01unswitch: Fold case label lo/hi values to index type [PR105770]Jakub Jelinek1-3/+6
2022-06-01Convert ranger and clients to vrange.Aldy Hernandez1-7/+7
2022-06-01tree-optimization/105763 - avoid abnormals with ranger queriesRichard Biener1-2/+1
2022-05-25Add GIMPLE switch support to loop unswitchingMartin Liska1-241/+821
2022-01-21tree-optimization/104156 - fix unswitching compare-debug issueRichard Biener1-16/+34
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+1042