summaryrefslogtreecommitdiff
path: root/gcc/ifcvt.cc
Commit message (Expand)AuthorAgeFilesLines
* ifcvt: Improve noce_try_store_flag_mask [PR105314]Jakub Jelinek2022-04-261-3/+3
* ifcvt: Punt if not onlyjump_p for find_if_case_{1,2} [PR104814]Jakub Jelinek2022-03-151-4/+10
* ifcvt: Fix PR104153 and PR104198.Robin Dapp2022-02-081-1/+45
* ifcvt: Run second pass if it is possible to omit a temporary.Robin Dapp2022-01-191-75/+150
* ifcvt: Try re-using CC for conditional moves.Robin Dapp2022-01-191-24/+93
* ifcvt/optabs: Allow using a CC comparison for emit_conditional_move.Robin Dapp2022-01-191-18/+27
* ifcvt: Improve costs handling for noce_convert_multiple.Robin Dapp2022-01-191-4/+27
* ifcvt: Allow constants for noce_convert_multiple.Robin Dapp2022-01-191-5/+8
* ifcvt: Check if cmovs are needed.Robin Dapp2022-01-191-24/+150
* Change references of .c files to .cc filesMartin Liska2022-01-171-2/+2
* Rename .c files to .cc files.Martin Liska2022-01-171-0/+5694