summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/target_parallel_for_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-05-07[OPENMP]Consider 'omp_null_allocator' as a predefined allocator.Alexey Bataev
2020-04-30[OPENMP50]Basic support for uses_allocators clause.Alexey Bataev
2020-02-03[OPENMP50]Basic parsing/sema analysis for order(concurrent) clause.Alexey Bataev
2019-12-17[OPENMP50]Add parsing/sema analysis for nontemporal clause.Alexey Bataev
2019-12-10[OPENMP50]Add if clause in target parallel for simd directive.Alexey Bataev
2019-12-06[OPENMP]Moved warning fo mapping non-trivially copiable types into aAlexey Bataev
2019-05-09[OPENMP]Fix PR41767: diagnose DSA for variables in clauses with default(none).Alexey Bataev
2019-05-09Revert "[OPENMP]Fix PR41767: diagnose DSA for variables in clauses with defau...Roman Lebedev
2019-05-06[OPENMP]Fix PR41767: diagnose DSA for variables in clauses withAlexey Bataev
2019-03-27[OPENMP]Initial support for 'allocate' clause.Alexey Bataev
2018-02-27[OPENMP] Emit warning for non-trivial types in map clauses.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
2017-11-09[OPENMP] Treat '#pragma omp target parallel for simd' as simd directive.Alexey Bataev
2016-12-20[OPENMP] Fix for PR31428: variable named like directive name modifierAlexey Bataev
2016-11-10Make output of -ast-print a valid C++ code.Serge Pavlov
2016-07-14[OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li