aboutsummaryrefslogtreecommitdiff
path: root/gcc/ifcvt.cc
AgeCommit message (Expand)AuthorFilesLines
2022-08-29ifcvt: Fix up noce_convert_multiple_sets [PR106590]Jakub Jelinek1-4/+37
2022-06-28ifcvt: Don't introduce trapping or faulting reads in noce_try_sign_mask [PR10...Jakub Jelinek1-7/+8
2022-04-26ifcvt: Improve noce_try_store_flag_mask [PR105314]Jakub Jelinek1-3/+3
2022-03-15ifcvt: Punt if not onlyjump_p for find_if_case_{1,2} [PR104814]Jakub Jelinek1-4/+10
2022-02-08ifcvt: Fix PR104153 and PR104198.Robin Dapp1-1/+45
2022-01-19ifcvt: Run second pass if it is possible to omit a temporary.Robin Dapp1-75/+150
2022-01-19ifcvt: Try re-using CC for conditional moves.Robin Dapp1-24/+93
2022-01-19ifcvt/optabs: Allow using a CC comparison for emit_conditional_move.Robin Dapp1-18/+27
2022-01-19ifcvt: Improve costs handling for noce_convert_multiple.Robin Dapp1-4/+27
2022-01-19ifcvt: Allow constants for noce_convert_multiple.Robin Dapp1-5/+8
2022-01-19ifcvt: Check if cmovs are needed.Robin Dapp1-24/+150
2022-01-17Change references of .c files to .cc filesMartin Liska1-2/+2
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+5694