]> git.ipfire.org Git - thirdparty/gcc.git/history - libgomp/allocator.c
Daily bump.
[thirdparty/gcc.git] / libgomp / allocator.c
2024-01-03  Jakub JelinekUpdate copyright years.
2023-12-13  Andrew Stubbslibgomp: basic pinned memory on Linux
2023-12-08  Tobias BurnusOpenMP/Fortran: Implement omp allocators/allocate for...
2023-12-06  Andrew Stubbsopenmp, nvptx: low-lat memory access traits
2023-12-06  Andrew Stubbslibgomp, nvptx: low-latency memory allocator
2023-08-17  Tobias Burnuslibgomp: call numa_available first when using libnuma
2023-07-14  Tobias Burnuslibgomp: Fix allocator handling for Linux when libnuma...
2023-07-12  Tobias Burnuslibgomp: Use libnuma for OpenMP's partition=nearest...
2023-07-11  Tobias Burnuslibgomp: Update OpenMP memory allocation doc, fix omp_h...
2023-01-16  Jakub JelinekUpdate copyright years.
2022-06-10  Jakub Jelinekopenmp: Call dlopen with "libmemkind.so.0" rather than...
2022-06-09  Jakub Jelinekopenmp: Add support for HBW or large capacity or interl...
2022-01-03  Jakub JelinekUpdate copyright years.
2021-10-11  Marcel Vollweilerlibgomp: Add tests for omp_atv_serialized and deprecate...
2021-09-30  Jakub Jelinekopenmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc
2021-01-04  Jakub JelinekUpdate copyright years.
2020-11-12  Jakub Jelinekopenmp: Implement allocate clause in omp lowering.
2020-07-15  Tobias Burnuslibgomp: Add Fortran routine support for allocators
2020-07-09  Jakub Jelinekopenmp: Change omp_atv_default value and rename omp_atv...
2020-06-02  Jakub Jelinekopenmp: Fix up build if HAVE_SYNC_BUILTINS is not defined.
2020-05-30  Jakub Jelinekopenmp: omp_alloc(0, ...) should return NULL.
2020-05-19  Jakub Jelinekopenmp: Add basic library allocator support.