summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/driver.c
AgeCommit message (Expand)Author
2025-01-29[OpenMP] Allow OMP6.0 features. (#122108)Zahira Ammarguellat
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2023-01-20[Clang][test] Avoid FileCheck error when matching `-cc1`hezuoqiang
2021-11-17[OpenMP] Add version macro support for 5.1 and 5.2Mike Rice
2020-10-19[OpenMP] Fixing OpenMP/driver.c failing on 32-bit hostsJoseph Huber
2020-07-12[OpenMP] Add firstprivate as a default data-sharing attribute to clangAtmn Patel
2020-06-25[OpenMP] Upgrade default version of OpenMP to 5.0Saiyedul Islam
2019-08-07[OPENMP]Set default version to OpenMP 4.5.Alexey Bataev
2019-08-07[OPENMP]Add standard macro value _OPENMP for OpenMP 5.0.Alexey Bataev
2018-07-26[OPENMP] Force OpenMP 4.5 when compiling for offloading.Alexey Bataev
2018-05-21[OPENMP-SIMD] Fix PR37536: Fix definition of _OPENMP macro.Alexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2017-12-29[OPENMP] Initial support for `-fopenmp-simd` option.Alexey Bataev
2016-05-27[OPENMP] Fixed processing of '-fopenmp-version=' option and test.Alexey Bataev
2016-05-26[OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosingAlexey Bataev
2015-09-10[OPENMP] Generate threadprivates as TLS variables by default.Alexey Bataev