summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/for_ast_print.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make output of -ast-print a valid C++ code.Serge Pavlov2016-11-101-3/+4
* Revert "[OPENMP] Allow skip expression after comma in clauses with lists."Alexey Bataev2016-04-011-1/+1
* [OPENMP] Allow skip expression after comma in clauses with lists.Alexey Bataev2016-03-311-1/+1
* [OPENMP 4.5] Initial support for data members in 'linear' clause.Alexey Bataev2016-03-031-2/+22
* [OPENMP 4.5] Initial support for data members in 'lastprivate' clause.Alexey Bataev2016-02-201-1/+18
* [OPENMP] Fix handling loop-based directives with arrays.Alexey Bataev2016-02-171-0/+12
* [OPENMP 4.5] Allow to use non-static data members in non-static member functi...Alexey Bataev2016-01-201-0/+51
* [OPENMP 4.5] Do not allow 'linear' clause along with 'ordered(expr)' clause.Alexey Bataev2015-12-281-2/+2
* [OPENMP 4.1] Support for 'linear' clause in loop directives.Alexey Bataev2015-08-041-26/+26
* [OPENMP 4.1] Initial support for extended 'ordered' clause.Alexey Bataev2015-07-301-2/+12
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-3/+3
* [OPENMP] Additional checking for 'collapse' clause.Alexey Bataev2014-06-241-1/+7
* [OPENMP] Initial support for 'nowait' clause.Alexey Bataev2014-06-201-4/+4
* [OPENMP] Initial support for 'ordered' clause.Alexey Bataev2014-06-201-4/+4
* [OPENMP] Initial support for 'schedule' clause.Alexey Bataev2014-06-201-8/+8
* [OPENMP] Improved diagnostic messages for vars with the predetermined data sh...Alexey Bataev2014-06-191-18/+22
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-181-0/+54
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-171-54/+0
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-171-0/+54