summaryrefslogtreecommitdiffstats
path: root/clang/test/OpenMP/parallel_ast_print.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP 4.1] Sema analysis for array sections in 'reduction' clause.Alexey Bataev2015-09-301-12/+17
| | | | | | OpenMP 4.1 allows to use array sections|subscript expressions in 'reduction' clauses. Added sema analysis, updated tests. llvm-svn: 248880
* [OPENMP 4.1] Codegen for extended format of 'if' clause.Alexey Bataev2015-09-031-6/+10
| | | | | | Fixed codegen for extended format of 'if' clauses with special 'directive-name-modifier' + ast-print tests for extended format of 'if' clause. llvm-svn: 246748
* [OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev2015-05-201-3/+3
| | | | | | | -fopenmp turns on OpenMP support and links libiomp5 as OpenMP library. Also there is -fopenmp={libiomp5|libgomp} option that allows to override effect of -fopenmp and link libgomp library (if -fopenmp=libgomp is specified). Differential Revision: http://reviews.llvm.org/D9736 llvm-svn: 237769
* [OPENMP] Initial support of 'reduction' clauseAlexey Bataev2014-06-161-10/+10
| | | | llvm-svn: 211007
* [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP ↵Alexey Bataev2014-05-061-10/+10
| | | | | | clause 'proc_bind' llvm-svn: 208060
* [OPENMP] Implemented 'copyin' clauseAlexey Bataev2014-03-311-6/+23
| | | | llvm-svn: 205164
* [OPENMP] Clause 'num_threads'Alexey Bataev2014-03-061-17/+28
| | | | llvm-svn: 203087
* [OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev2014-03-061-3/+3
| | | | llvm-svn: 203081
* [OPNEMP] Fixed instantiation of 'if' clauseAlexey Bataev2014-03-051-5/+13
| | | | llvm-svn: 202940
* [OPENMP] 'if' clause support (no CodeGen support)Alexey Bataev2014-02-131-6/+6
| | | | llvm-svn: 201297
* [OpenMP] Added parsing and semantic analysis for firstprivate clauseAlexey Bataev2013-10-011-3/+37
| | | | llvm-svn: 191730
* OpenMP: basic support for #pragma omp parallelAlexey Bataev2013-07-191-0/+26
llvm-svn: 186647
OpenPOWER on IntegriCloud