summaryrefslogtreecommitdiff
path: root/openmp/runtime/src/kmp_alloc.cpp
AgeCommit message (Expand)Author
2025-10-15[OpenMP] Fix preprocessor mismatches between include and usages of hwloc (#15...Peter Arzt
2025-06-25[OpenMP] Fix various alignment issues (#142376)Rainer Orth
2025-04-02[OpenMP] 6.0 (TR11) Memory Management Update (#97106)Hansang Bae
2025-04-02[OpenMP] Add memory allocation using hwloc (#132843)nawrinsu
2023-02-22[OpenMP] Target memory allocator fallback to default when no device availableNawrin Sultana
2023-02-13[OpenMP] Add check for target allocator regardless of the availability of lib...Nawrin Sultana
2023-01-13[OpenMP][libomptarget][AMDGPU] lock/unlock (pin/unpin) mechanism in libomptar...Carlo Bertolli
2022-12-14[OpenMP] Add API for pinned memoryCarlo Bertolli
2022-12-05[OpenMP] Let predefined allocator fallback to default instead of returning nullNawrin Sultana
2022-09-14[Libomptarget] Change device free routines to accept the allocation kindJoseph Huber
2022-06-02[OpenMP][libomp] do not try to dlopen libmemkind on macOSDaniel Douglas
2022-04-07[OpenMP] Change target memory tests to use allocatorsJoseph Huber
2021-10-11[OpenMP] libomp: add OpenMP 5.1 memory allocation routines.AndreyChurbanov
2021-08-16[OpenMP] libomp: cleanup: minor fixes to silence static analyzer.AndreyChurbanov
2021-07-30[OpenMP][NFC] libomp: silence warnings on unused variables.AndreyChurbanov
2021-03-02[OpenMP] Add allocator support for target memoryHansang Bae
2021-02-20[OpenMP][NFC] clang-format the whole openmp projectShilei Tian
2021-01-12[OpenMP] Use persistent memory for omp_large_cap_memHansang Bae
2021-01-12[OpenMP] Update allocator trait key/value definitionsHansang Bae
2020-12-31[OpenMP] libomp: Handle implicit conversion warningsTerry Wilmarth
2020-11-17[OpenMP] Add omp_realloc implementationNawrin Sultana
2020-11-13[OpenMP] Add omp_calloc implementationNawrin Sultana
2020-04-04[OpenMP] NFC: Fix trivial typoKazuaki Ishizaki
2020-01-23[OpenMP] change omp_atk_* and omp_atv_* enumerators to lowercase [NFC]Kelvin Li
2020-01-03[OpenMP] NFC: Fix trivial typos in commentsKelvin Li
2019-07-12[OpenMP] Remove OMP spec versioningJonathan Peyton
2019-04-08[OpenMP] Implement 5.0 memory managementJonathan Peyton
2019-01-19Update more file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-07[OpenMP] Initial implementation of OMP 5.0 Memory Management routinesJonathan Peyton
2018-08-09[OpenMP] Cleanup codeJonathan Peyton
2018-07-26PR30734: Remove __kmp_ft_page_allocate()Jonas Hahnfeld
2017-10-20Apply formatting changesJonathan Peyton
2017-09-27Remove unnecessary semicolonsJonathan Peyton
2017-07-17OpenMP RTL cleanup: eliminated warnings with -Wcast-qual, patch 2.Andrey Churbanov
2017-07-07remove deprecated register storage class specifierEd Maste
2017-07-03OpenMP RTL cleanup: eliminated warnings with -Wcast-qual.Andrey Churbanov
2017-05-12Clang-format and whitespace cleanup of source codeJonathan Peyton
2016-12-14Follow up to r289732: Update comments in source files to reference .cpp filesJonathan Peyton
2016-12-14Change source files from .c to .cppJonathan Peyton