summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/declare_simd_codegen.cpp
AgeCommit message (Expand)Author
2022-05-13[OpenMP] Fix declare simd use on in-class member template functionMike Rice
2022-05-11[OpenMP] Fix mangling for linear parameters with negative strideMike Rice
2022-05-10[OpenMP] Fix mangling for linear modifiers with variable strideMike Rice
2022-05-10[OpenMP] Add mangling support for linear modifiers (ref,uval,val)Mike Rice
2022-03-24Eliminate extra set of simd variant function attribute.Jennifer Yu
2020-05-01[clang][OpenMP] Fix mangling of linear parameters.Francesco Petrogalli
2020-03-02[OpenMP] Allow const parameters in declare simd linear clauseGraham Hunter
2018-03-02[OPENMP] Scan all redeclarations looking for `declare simd` attribute.Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-12-15[OPENMP] Codegen `declare simd` for function declarations.Alexey Bataev
2016-10-21Remove unnecessary x86 backend requirements from OpenMP testsReid Kleckner
2016-05-06[OPENMP 4.0] Codegen for 'declare simd' directive.Alexey Bataev