aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-isel.cc
AgeCommit message (Expand)AuthorFilesLines
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-06-27Add 'final' and 'override' to opt_pass vfunc implsDavid Malcolm1-2/+2
2022-05-10isel: Fix up gimple_expand_vec_set_expr [PR105528]Jakub Jelinek1-1/+2
2022-05-05tree-optimization/105484 - VEC_SET and EHRichard Biener1-7/+12
2022-04-20tree-optimization/105312 - fix ISEL VCOND expansionRichard Biener1-0/+8
2022-02-09middle-end/104464 - ISEL and non-call EH #2Richard Biener1-14/+14
2022-02-09middle-end/104450 - ISEL and non-call EHRichard Biener1-10/+14
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-06[gimple-isel] Remove redundant if condition.prathamesh.kulkarni1-3/+0
2021-01-07gimple-isel: Check whether IFN_VCONDEQ is supported [PR98560]Richard Sandiford1-1/+5
2021-01-07gimple-isel: Fall back to using vcond_mask [PR98560]Richard Sandiford1-7/+19
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-08gimple-isel: Fold x CMP y ? -1 : 0 to x CMP y [PR97872]Prathamesh Kulkarni1-0/+14
2020-11-30gimple ISEL: fix BB stmt iterationMartin Liska1-0/+2
2020-11-26tree-optimization/98015 - fix VEC_COND_EXPR lowering conditionRichard Biener1-3/+3
2020-11-25middle-end/97579 - lower VECTOR_BOOLEAN_TYPE_P VEC_COND_EXPRsRichard Biener1-2/+20
2020-11-11vect: Allow vconds between different vector sizesRichard Sandiford1-3/+2
2020-11-03middle-end/97579 - fix VEC_COND_EXPR ISEL optab queryRichard Biener1-2/+3
2020-09-27IFN: Implement IFN_VEC_SET for ARRAY_REF with VIEW_CONVERT_EXPRXionghu Luo1-2/+73
2020-09-23middle-end/96453 - relax gimple_expand_vec_cond_exprRichard Biener1-13/+2
2020-06-25VEC_COND_EXPR: clean up first argumentMartin Liska1-2/+10
2020-06-17Lower VEC_COND_EXPR into internal functions.Martin Liska1-0/+244