| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-11-17 | [OpenMP] Initial parsing/sema for 'strict' modifier with 'grainsize' clause | Fazlay Rabbi | |
| This patch gives basic parsing and semantic analysis support for 'strict' modifier with 'grainsize' clause of 'taskloop' construct introduced in OpenMP 5.1 (section 2.12.2) Differential Revision: https://reviews.llvm.org/D138217 | |||
| 2019-10-14 | [OPENMP50]Add support for 'parallel master taskloop' construct. | Alexey Bataev | |
| Added parsing/sema/codegen support for 'parallel master taskloop' constructs. Some of the clauses, like 'grainsize', 'num_tasks', 'final' and 'priority' are not supported in full, only constant expressions can be used currently in these clauses. llvm-svn: 374791 | |||
