aboutsummaryrefslogtreecommitdiff
path: root/gcc/generic-match-head.cc
AgeCommit message (Expand)AuthorFilesLines
2023-08-10Fix PR 110954: wrong code with cmp | !cmpAndrew Pinski1-1/+3
2023-07-31tree-optimization: [PR100864] `(a&!b) | b` is not opimized to `a | b` for com...Andrew Pinski1-0/+42
2023-07-27tree-optimization/91838 - fix FAIL of g++.dg/opt/pr91838.CRichard Biener1-0/+2
2023-07-24match.pd: Implement missed optimization (~X | Y) ^ X -> ~(X & Y) [PR109986]Drew Ross1-0/+17
2023-01-04generic-match-head: Don't assume GENERIC folding is done only early [PR108237]Jakub Jelinek1-2/+3
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-11-14middle-end: Add optimized float addsub without needing VEC_PERM_EXPR.Tamar Christina1-0/+1
2022-05-11Implement some of fold_binary_op_with_conditional_arg in match.pdRichard Biener1-0/+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/+101