summaryrefslogtreecommitdiff
path: root/test/OpenMP/for_ast_print.cpp
AgeCommit message (Expand)Author
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