| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [OpenMP] Allow negative lower bound in array sections based on pointers | Kelvin Li | 2016-07-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | OpenMP 4.5 removed the restriction that array section lower bound must be non negative. This change is to allow negative values for array section based on pointers. For array section based on array type there is still a restriction: "The array section must be a subset of the original array." Patch by David S. Differential Revision: https://reviews.llvm.org/D22481 llvm-svn: 276177 | ||||
| * | [OpenMP] Add the depend clause to target update construct (sema and parsing) | Kelvin Li | 2016-06-22 | 1 | -0/+112 |
| Differential Revision: http://reviews.llvm.org/D21532 llvm-svn: 273369 | |||||

