Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [OPENMP]Improve detection of omp_allocator_handle_t type and predefined | Alexey Bataev | 2019-03-20 | 1 | -0/+7 |
| | | | | | | | | | | | allocators. It is better to deduce omp_allocator_handle_t type from the predefined allocators, because omp.h header might not define it explicitly. Plus, it allows to identify the predefined allocators correctly when trying to build the allcoator for the global variables. llvm-svn: 356607 | ||||
* | [OPENMP 5.0]Initial support for 'allocator' clause. | Alexey Bataev | 2019-03-12 | 1 | -2/+5 |
| | | | | | | | Added parsing/sema analysis/serialization/deserialization for the 'allocator' clause of the 'allocate' directive. llvm-svn: 355952 | ||||
* | [OPENMP 5.0]Add initial support for 'allocate' directive. | Alexey Bataev | 2019-03-07 | 1 | -0/+36 |
Added parsing/sema analysis/serialization/deserialization support for 'allocate' directive. llvm-svn: 355614 |