summaryrefslogtreecommitdiff
path: root/libgomp/allocator.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* openmp: Call dlopen with "libmemkind.so.0" rather than "libmemkind.so"Jakub Jelinek2022-06-101-1/+1
* openmp: Add support for HBW or large capacity or interleaved memory through t...Jakub Jelinek2022-06-091-12/+353
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* libgomp: Add tests for omp_atv_serialized and deprecate omp_atv_sequential.Marcel Vollweiler2021-10-111-1/+1
* openmp: Add omp_aligned_{,c}alloc and omp_{c,re}allocJakub Jelinek2021-09-301-16/+382
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* 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