aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm/arm-builtins.cc
AgeCommit message (Expand)AuthorFilesLines
2023-05-24arm: PR target/109939 Correct signedness of return type of __ssat intrinsicsKyrylo Tkachov1-1/+1
2023-05-03arm: [MVE intrinsics] Add new frameworkChristophe Lyon1-2/+13
2023-05-03arm: move builtin function codes into general numberspaceChristophe Lyon1-77/+149
2023-02-02arm: Fix MVE predicates synthesis [PR 108443]Andre Vieira1-4/+30
2023-02-02arm: Fix sign of MVE predicate mve_pred16_t [PR 107674]Andre Vieira1-8/+8
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-07-18arm: Replace arm_builtin_vectorized_function [PR106253]Richard Sandiford1-123/+0
2022-05-16Use more ARRAY_SIZE.Martin Liska1-2/+2
2022-03-08arm: Remove unused variable arm_binop_none_none_unone_qualifiersChristophe Lyon1-6/+0
2022-03-07translation: reuse string and use switch for codesMartin Liska1-50/+77
2022-02-22arm: Convert more MVE/CDE builtins to predicate qualifiersChristophe Lyon1-23/+3
2022-02-22arm: Convert more load/store MVE builtins to predicate qualifiersChristophe Lyon1-9/+9
2022-02-22arm: Convert more MVE builtins to predicate qualifiersChristophe Lyon1-52/+78
2022-02-22arm: Convert remaining MVE vcmp builtins to predicate qualifiersChristophe Lyon1-10/+11
2022-02-22arm: Implement auto-vectorized MVE comparisons with vectors of boolean predic...Christophe Lyon1-0/+25
2022-02-22arm: Implement MVE predicates as vectors of booleansChristophe Lyon1-2/+37
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+4174