Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP 4.1] Sema analysis for array sections in 'reduction' clause. | Alexey Bataev | 2015-09-30 | 1 | -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 Bataev | 2015-09-03 | 1 | -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 Bataev | 2015-05-20 | 1 | -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' clause | Alexey Bataev | 2014-06-16 | 1 | -10/+10 |
| | | | | llvm-svn: 211007 | ||||
* | [OPENMP] 'proc_bind' clause support - Parsing and sema analysis for OpenMP ↵ | Alexey Bataev | 2014-05-06 | 1 | -10/+10 |
| | | | | | | clause 'proc_bind' llvm-svn: 208060 | ||||
* | [OPENMP] Implemented 'copyin' clause | Alexey Bataev | 2014-03-31 | 1 | -6/+23 |
| | | | | llvm-svn: 205164 | ||||
* | [OPENMP] Clause 'num_threads' | Alexey Bataev | 2014-03-06 | 1 | -17/+28 |
| | | | | llvm-svn: 203087 | ||||
* | [OPENMP] Added option -fopenmp=libiomp5|libgomp | Alexey Bataev | 2014-03-06 | 1 | -3/+3 |
| | | | | llvm-svn: 203081 | ||||
* | [OPNEMP] Fixed instantiation of 'if' clause | Alexey Bataev | 2014-03-05 | 1 | -5/+13 |
| | | | | llvm-svn: 202940 | ||||
* | [OPENMP] 'if' clause support (no CodeGen support) | Alexey Bataev | 2014-02-13 | 1 | -6/+6 |
| | | | | llvm-svn: 201297 | ||||
* | [OpenMP] Added parsing and semantic analysis for firstprivate clause | Alexey Bataev | 2013-10-01 | 1 | -3/+37 |
| | | | | llvm-svn: 191730 | ||||
* | OpenMP: basic support for #pragma omp parallel | Alexey Bataev | 2013-07-19 | 1 | -0/+26 |
llvm-svn: 186647 |