| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Patch allows to use allocate directives on the function parameters.
llvm-svn: 358016
|
|
|
|
|
|
|
| |
Functions __kmpc_alloc/__kmpc_free are updated with the new interfaces.
Patch synchronizes the compiler with the runtime.
llvm-svn: 357933
|
|
|
|
|
|
|
| |
Simplified codegen for the allocate directive for local variables,
initial implementation of the codegen for NVPTX target.
llvm-svn: 356710
|
|
|
|
|
|
|
|
| |
If the allocator was specified for the variable and next one is found
with the different allocator, the warning is emitted, and the allocator
is ignored.
llvm-svn: 356513
|
|
Added initial codegen for the local variables with the #pragma omp
allocate directive. Instead of allocating the variables on the stack,
__kmpc_alloc|__kmpc_free functions are used for memory (de-)allocation.
llvm-svn: 356472
|