summaryrefslogtreecommitdiffstats
path: root/test/OpenMP/for_reduction_messages.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] fix segfault when a variable referenced in reduction clause is a ref...David Sheinkman2016-10-041-0/+7
* Revert "[OPENMP] Allow skip expression after comma in clauses with lists."Alexey Bataev2016-04-011-2/+2
* [OPENMP] Allow skip expression after comma in clauses with lists.Alexey Bataev2016-03-311-2/+2
* [OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses.Alexey Bataev2016-03-171-10/+10
* [OPENMP 4.5] Allow arrays in 'reduction' clause.Alexey Bataev2016-01-261-6/+6
* [Lit Test] Updated 34 Lit tests to be C++11 compatible.Charles Li2015-11-171-0/+5
* [OPENMP 4.1] Codegen for array sections/subscripts in 'reduction' clause.Alexey Bataev2015-10-081-0/+18
* [OPENMP 4.1] Sema analysis for array sections in 'reduction' clause.Alexey Bataev2015-09-301-16/+16
* Allow static local variables specified on data-sharing attribute clauses.Kelvin Li2015-09-151-0/+4
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-1/+1
* [OPENMP] Fix for checking of data-sharing attributes for canonical var decls ...Alexey Bataev2015-04-161-0/+12
* [OPENMP] Codegen for 'reduction' clause in 'parallel' directive.Alexey Bataev2015-04-101-25/+25
* [OPENMP] Improved diagnostic messages for vars with the predetermined data sh...Alexey Bataev2014-06-191-1/+1
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-181-0/+350
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-171-350/+0
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-171-0/+350