Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP 4.1] Allow variables with reference types in private clauses. | Alexey Bataev | 2015-08-18 | 1 | -4/+4 |
| | | | | | | OpenMP 4.1 allows to use variables with reference types in all private clauses (private, firstprivate, lastprivate, linear etc.). Patch allows to use such variables and fixes codegen for linear variables with reference types. llvm-svn: 245268 | ||||
* | [OPENMP 4.1] Support for 'linear' clause in loop directives. | Alexey Bataev | 2015-08-04 | 1 | -0/+214 |
OpenMP 4.1 allows 'linear' clause in loop directives. Patch adds support for it. llvm-svn: 243969 |