aboutsummaryrefslogtreecommitdiff
path: root/libgomp/allocator.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-06Merge branch 'master' into devel/modula-2.Gaius Mulley1-1/+1
2022-06-09openmp: Add support for HBW or large capacity or interleaved memory through t...Jakub Jelinek1-12/+353
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-10-11libgomp: Add tests for omp_atv_serialized and deprecate omp_atv_sequential.Marcel Vollweiler1-1/+1
2021-09-30openmp: Add omp_aligned_{,c}alloc and omp_{c,re}allocJakub Jelinek1-16/+382
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-11-12openmp: Implement allocate clause in omp lowering.Jakub Jelinek1-5/+37
2020-07-15libgomp: Add Fortran routine support for allocatorsTobias Burnus1-0/+3
2020-07-09openmp: Change omp_atv_default value and rename omp_atv_sequential to omp_atv...Jakub Jelinek1-1/+9
2020-06-02openmp: Fix up build if HAVE_SYNC_BUILTINS is not defined.Jakub Jelinek1-1/+1
2020-05-30openmp: omp_alloc(0, ...) should return NULL.Jakub Jelinek1-0/+3
2020-05-19openmp: Add basic library allocator support.Jakub Jelinek1-0/+354