summaryrefslogtreecommitdiff
path: root/libgomp/allocator.c
Commit message (Expand)AuthorAgeFilesLines
* openmp: Implement allocate clause in omp lowering.Jakub Jelinek2020-11-121-5/+37
* libgomp: Add Fortran routine support for allocatorsTobias Burnus2020-07-151-0/+3
* openmp: Change omp_atv_default value and rename omp_atv_sequential to omp_atv...Jakub Jelinek2020-07-091-1/+9
* openmp: Fix up build if HAVE_SYNC_BUILTINS is not defined.Jakub Jelinek2020-06-021-1/+1
* openmp: omp_alloc(0, ...) should return NULL.Jakub Jelinek2020-05-301-0/+3
* openmp: Add basic library allocator support.Jakub Jelinek2020-05-191-0/+354