Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix possible crash on null base or type for array elements. | Alexey Bataev | 2015-08-25 | 1 | -1/+3 |
| | | | | llvm-svn: 245939 | ||||
* | [OPENMP 4.0] Initial support for array sections. | Alexey Bataev | 2015-08-25 | 1 | -1/+16 |
| | | | | | | | | Adds parsing/sema analysis/serialization/deserialization for array sections in OpenMP constructs (introduced in OpenMP 4.0). Currently it is allowed to use array sections only in OpenMP clauses that accepts list of expressions. Differential Revision: http://reviews.llvm.org/D10732 llvm-svn: 245937 | ||||
* | [OPENMP] Initial support for 'depend' clause (4.0). | Alexey Bataev | 2015-06-23 | 1 | -0/+39 |
Parsing and sema analysis (without support for array sections in arguments) for 'depend' clause (used in 'task' directive, OpenMP 4.0). llvm-svn: 240409 |