summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/parallel_for_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
2022-12-12[OpenMP] Basic parse and sema support for modifiers in order clauseChi Chun Chen
2020-08-27[OpenMP] Ensure testing for versions 4.5 and default - Part 3Saiyedul Islam
2020-04-30[OPENMP50]Support 'task' modifier in reduction clauses.Alexey Bataev
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-09-11[OPENMP] Update the diagnosis message for canonical loop form, by ChiAlexey 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-11-21[OPENMP] Support relational-op != (not-equal) as one of the canonical Kelvin Li
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-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-01-20[OPENMP 4.5] Allow to use non-static data members in non-static member functi...Alexey Bataev
2015-12-28[OPENMP 4.5] Do not allow 'linear' clause along with 'ordered(expr)' clause.Alexey Bataev
2015-09-03[OPENMP 4.1] Codegen for extended format of 'if' clause.Alexey Bataev
2015-08-04[OPENMP 4.1] Support for 'linear' clause in loop directives.Alexey Bataev
2015-07-30[OPENMP 4.1] Initial support for extended 'ordered' clause.Alexey Bataev
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2014-07-07[OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev