summaryrefslogtreecommitdiff
path: root/clang/test/OpenMP/for_ast_print.cpp
AgeCommit message (Expand)Author
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song
2023-10-25[OpenMP 5.2] Deprecate old syntax of linear clause (#70152)Fazlay Rabbi
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-12-04[OPENMP]Fix PR48387: disable warning messages caused by internal conversions.Alexey Bataev
2020-08-27[OpenMP] Ensure testing for versions 4.5 and default - Part 3Saiyedul Islam
2020-06-18[OPENMP50]Allow nonmonotonic modifier for all schedule kinds.Alexey Bataev
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-11-04[OPENMP50]Support for imperfectly nested loops.Alexey Bataev
2019-10-07[OPENMP50]Treat range-based for as canonical loop.Alexey Bataev
2019-03-27[OPENMP]Initial support for 'allocate' clause.Alexey Bataev
2018-09-28[OPENMP]Fix PR39084: Check datasharing attributes of reduction variables only.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-04-01Revert "[OPENMP] Allow skip expression after comma in clauses with lists."Alexey Bataev
2016-03-31[OPENMP] Allow skip expression after comma in clauses with lists.Alexey Bataev
2016-03-03[OPENMP 4.5] Initial support for data members in 'linear' clause.Alexey Bataev
2016-02-20[OPENMP 4.5] Initial support for data members in 'lastprivate' clause.Alexey Bataev
2016-02-17[OPENMP] Fix handling loop-based directives with arrays.Alexey Bataev
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-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-06-24[OPENMP] Additional checking for 'collapse' clause.Alexey Bataev
2014-06-20[OPENMP] Initial support for 'nowait' clause.Alexey Bataev
2014-06-20[OPENMP] Initial support for 'ordered' clause.Alexey Bataev
2014-06-20[OPENMP] Initial support for 'schedule' clause.Alexey Bataev
2014-06-19[OPENMP] Improved diagnostic messages for vars with the predetermined data sh...Alexey Bataev
2014-06-18[OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev
2014-06-17Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola
2014-06-17[OPENMP] Initial support for '#pragma omp for'.Alexey Bataev