summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/parallel_for_ast_print.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPENMP]Fix PR41767: diagnose DSA for variables in clauses withAlexey Bataev2019-05-061-2/+2
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-271-4/+4
* [OPENMP] Support relational-op != (not-equal) as one of the canonical Kelvin Li2018-11-211-0/+23
* [OpenMP] Fix trailing space when printing pragmas, by Joel. E. DennyAlexey Bataev2018-02-141-1/+1
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-0/+4
* [OPENMP] Fix for PR31428: variable named like directive name modifierAlexey Bataev2016-12-201-3/+3
* Make output of -ast-print a valid C++ code.Serge Pavlov2016-11-101-1/+1
* [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] Codegen for extended format of 'if' clause.Alexey Bataev2015-09-031-2/+2
* [OPENMP 4.1] Support for 'linear' clause in loop directives.Alexey Bataev2015-08-041-29/+29
* [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] Added initial support for 'omp parallel for'.Alexey Bataev2014-07-071-0/+64