aboutsummaryrefslogtreecommitdiff
path: root/libgomp/config
AgeCommit message (Expand)AuthorFilesLines
2024-06-06Clean up after newlib "nvptx: In offloading execution, map '_exit' to 'abort'...Thomas Schwinge1-7/+0
2024-03-22openmp: Change to using a hashtab to lookup offload target addresses for indi...Kwok Cheung Yeung3-43/+56
2024-01-26amdgcn: additional gfx1030/gfx1100 supportAndrew Stubbs1-0/+10
2024-01-03Update copyright years.Jakub Jelinek91-91/+91
2023-12-13Fix 'libgomp/config/linux/allocator.c' 'size_t' vs. '%ld' format string mismatchThomas Schwinge1-2/+10
2023-12-13libgomp: basic pinned memory on LinuxAndrew Stubbs3-20/+133
2023-12-06amdgcn, libgomp: low-latency allocatorAndrew Stubbs3-0/+145
2023-12-06openmp, nvptx: low-lat memory access traitsAndrew Stubbs1-0/+21
2023-12-06libgomp, nvptx: low-latency memory allocatorAndrew Stubbs2-0/+138
2023-11-07Fix libgomp build on targets that are not Linux-based or acceleratorsKwok Cheung Yeung1-32/+0
2023-11-07openmp: Add support for the 'indirect' clause in C/C++Kwok Cheung Yeung4-0/+167
2023-10-12x86: set spincount 1 for x86 hybrid platformZhang, Jun1-0/+49
2023-07-12libgomp: Use libnuma for OpenMP's partition=nearest allocation traitTobias Burnus1-0/+1
2023-05-21libgomp: Honor OpenMP's nteams-var ICV as upper limit on num teams [PR109875]Tobias Burnus2-2/+6
2023-02-02amdgcn, libgomp: Manually allocated stacksAndrew Stubbs2-3/+39
2023-01-16Update copyright years.Jakub Jelinek87-87/+87
2023-01-07Always define `WIN32_LEAN_AND_MEAN` before <windows.h>LIU Hao1-0/+1
2022-12-21nvptx: reimplement libgomp barriers [PR99555]Chung-Lin Tang2-103/+124
2022-12-06OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_lim...Marcel Vollweiler2-0/+30
2022-11-21libgomp/gcn: fix/improve struct outputTobias Burnus2-11/+8
2022-11-19libgomp/gcn: Prepare for reverse-offload callback handlingTobias Burnus2-7/+98
2022-11-16gcn: Add __builtin_gcn_kernarg_ptrTobias Burnus1-1/+1
2022-10-24libgomp/nvptx: Prepare for reverse-offload callback handlingTobias Burnus3-8/+99
2022-09-08OpenMP, libgomp: Environment variable syntax extensionMarcel Vollweiler2-12/+42
2022-06-09openmp: Fix up include of the generic allocator.cJakub Jelinek1-1/+1
2022-06-09openmp: Add support for HBW or large capacity or interleaved memory through t...Jakub Jelinek1-0/+36
2022-03-18openmp: Fix up gomp_affinity_init_numa_domainsJakub Jelinek1-1/+1
2022-02-22[libgomp, nvptx] Fix hang in gomp_team_barrier_wait_endTom de Vries2-147/+105
2022-01-19libgomp, OpenMP: Fix issue for omp_get_device_num on gcn targets.Marcel Vollweiler1-1/+1
2022-01-03Update copyright years.Jakub Jelinek84-84/+84
2021-11-15openmp: Add support for thread_limit clause on targetJakub Jelinek1-0/+1
2021-11-15libgomp, nvptx: Honor OpenMP 5.1 num_teams lower boundJakub Jelinek3-12/+27
2021-11-12libgomp: Unbreak gcn offload buildJakub Jelinek2-14/+54
2021-11-12openmp: Honor OpenMP 5.1 num_teams lower boundJakub Jelinek2-20/+28
2021-10-18openmp: Fix handling of numa_domains(1)Jakub Jelinek1-1/+1
2021-10-15openmp: Fix up strtoul and strtoull uses in libgompJakub Jelinek2-18/+28
2021-10-15openmp: Fix up handling of OMP_PLACES=threads(1)Jakub Jelinek1-2/+7
2021-10-15openmp: Add support for OMP_PLACES=numa_domainsJakub Jelinek1-2/+101
2021-10-15openmp: Add support for OMP_PLACES=ll_cachesJakub Jelinek1-4/+62
2021-08-22Make the OpenMP 'error' directive work for nvptx offloadingThomas Schwinge1-3/+29
2021-08-05openmp: Implement omp_get_device_num routineChung-Lin Tang2-0/+22
2021-07-20[gcn] Work-around libgomp 'error: array subscript 0 is outside array bounds o...Thomas Schwinge1-3/+0
2021-07-19[gcn] Work-around libgomp 'error: array subscript 0 is outside array bounds o...Thomas Schwinge1-0/+3
2021-07-13libgomp: Don't include limits.h instead of hidden visibility blockJakub Jelinek2-3/+2
2021-05-26openmp: Fix up handling of target constructs in offloaded routines [PR100573]Jakub Jelinek2-0/+130
2021-02-12libgomp/i386: Revert the type of syscall wrappers output back to long.Uros Bizjak1-12/+12
2021-02-11libgomp/i386: Move syscall asms to static inline wrapper.Uros Bizjak1-52/+45
2021-01-18RTEMS: Fix libgomp buildSebastian Huber1-0/+5
2021-01-18libgomp: Don't access gomp_sem_t as int using atomics unconditionallyJakub Jelinek4-0/+48
2021-01-04Update copyright years.Jakub Jelinek83-83/+83