summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/simd_ast_print.cpp
AgeCommit message (Expand)Author
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song
2023-10-24[OpenMP 5.2] Initial parsing and semantic analysis suppport for 'step' modifi...Fazlay Rabbi
2023-06-15[OpenMP] Update the default version of OpenMP to 5.1Animesh Kumar
2022-12-12[OpenMP] Basic parse and sema support for modifiers in order clauseChi Chun Chen
2020-02-03[OPENMP50]Basic parsing/sema analysis for order(concurrent) clause.Alexey Bataev
2019-12-24[OPENMP50]Basic support for conditional lastprivate.Alexey Bataev
2019-12-17[OPENMP50]Add parsing/sema analysis for nontemporal clause.Alexey Bataev
2019-11-19[OPENMP50]Add if clause in simd directive.Alexey Bataev
2019-03-27[OPENMP]Initial support for 'allocate' clause.Alexey Bataev
2018-02-14[OpenMP] Fix trailing space when printing pragmas, by Joel. E. DennyAlexey Bataev
2017-12-29[OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev
2016-11-10Make output of -ast-print a valid C++ code.Serge Pavlov
2016-03-29[OPENMP 4.5] Allow data members in 'aligned' clause.Alexey Bataev
2015-08-21[OPENMP 4.1] Add ast-print tests for 'val', 'uval' and 'ref' modifiers.Alexey Bataev
2015-08-21[OPENMP 4.1] Initial support for 'simdlen' clause.Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2014-06-04[OPENMP] Parsing/Sema for OMPLasprivateClause.Alexander Musman
2014-05-29Parsing/Sema for OMPAlignedClause.Alexander Musman
2014-05-27Parsing/Sema for OMPCollapseClause.Alexander Musman
2014-04-22[OPENMP] parsing 'linear' clause (for directive 'omp simd')Alexander Musman
2014-03-21[OPENMP] parsing of clause 'safelen' (for directive 'omp simd')Alexey Bataev
2014-03-06[OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev
2014-03-05[OPENMP] allow clause 'private' on directive 'omp simd'Alexey Bataev
2014-02-27[OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev