summaryrefslogtreecommitdiff
path: root/libgomp/config
Commit message (Expand)AuthorAgeFilesLines
* amdgcn, libgomp: Manually allocated stacksAndrew Stubbs2023-02-022-3/+39
* Update copyright years.Jakub Jelinek2023-01-1687-87/+87
* Always define `WIN32_LEAN_AND_MEAN` before <windows.h>LIU Hao2023-01-071-0/+1
* nvptx: reimplement libgomp barriers [PR99555]Chung-Lin Tang2022-12-212-103/+124
* OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_lim...Marcel Vollweiler2022-12-062-0/+30
* libgomp/gcn: fix/improve struct outputTobias Burnus2022-11-212-11/+8
* libgomp/gcn: Prepare for reverse-offload callback handlingTobias Burnus2022-11-192-7/+98
* gcn: Add __builtin_gcn_kernarg_ptrTobias Burnus2022-11-161-1/+1
* libgomp/nvptx: Prepare for reverse-offload callback handlingTobias Burnus2022-10-243-8/+99
* OpenMP, libgomp: Environment variable syntax extensionMarcel Vollweiler2022-09-082-12/+42
* openmp: Fix up include of the generic allocator.cJakub Jelinek2022-06-091-1/+1
* openmp: Add support for HBW or large capacity or interleaved memory through t...Jakub Jelinek2022-06-091-0/+36
* openmp: Fix up gomp_affinity_init_numa_domainsJakub Jelinek2022-03-181-1/+1
* [libgomp, nvptx] Fix hang in gomp_team_barrier_wait_endTom de Vries2022-02-222-147/+105
* libgomp, OpenMP: Fix issue for omp_get_device_num on gcn targets.Marcel Vollweiler2022-01-191-1/+1
* Update copyright years.Jakub Jelinek2022-01-0384-84/+84
* openmp: Add support for thread_limit clause on targetJakub Jelinek2021-11-151-0/+1
* libgomp, nvptx: Honor OpenMP 5.1 num_teams lower boundJakub Jelinek2021-11-153-12/+27
* libgomp: Unbreak gcn offload buildJakub Jelinek2021-11-122-14/+54
* openmp: Honor OpenMP 5.1 num_teams lower boundJakub Jelinek2021-11-122-20/+28
* openmp: Fix handling of numa_domains(1)Jakub Jelinek2021-10-181-1/+1
* openmp: Fix up strtoul and strtoull uses in libgompJakub Jelinek2021-10-152-18/+28
* openmp: Fix up handling of OMP_PLACES=threads(1)Jakub Jelinek2021-10-151-2/+7
* openmp: Add support for OMP_PLACES=numa_domainsJakub Jelinek2021-10-151-2/+101
* openmp: Add support for OMP_PLACES=ll_cachesJakub Jelinek2021-10-151-4/+62
* Make the OpenMP 'error' directive work for nvptx offloadingThomas Schwinge2021-08-221-3/+29
* openmp: Implement omp_get_device_num routineChung-Lin Tang2021-08-052-0/+22
* [gcn] Work-around libgomp 'error: array subscript 0 is outside array bounds o...Thomas Schwinge2021-07-201-3/+0
* [gcn] Work-around libgomp 'error: array subscript 0 is outside array bounds o...Thomas Schwinge2021-07-191-0/+3
* libgomp: Don't include limits.h instead of hidden visibility blockJakub Jelinek2021-07-132-3/+2
* openmp: Fix up handling of target constructs in offloaded routines [PR100573]Jakub Jelinek2021-05-262-0/+130
* libgomp/i386: Revert the type of syscall wrappers output back to long.Uros Bizjak2021-02-121-12/+12
* libgomp/i386: Move syscall asms to static inline wrapper.Uros Bizjak2021-02-111-52/+45
* RTEMS: Fix libgomp buildSebastian Huber2021-01-181-0/+5
* libgomp: Don't access gomp_sem_t as int using atomics unconditionallyJakub Jelinek2021-01-184-0/+48
* Update copyright years.Jakub Jelinek2021-01-0483-83/+83
* openmp: Change omp_get_initial_device () to match OpenMP 5.1 requirementsJakub Jelinek2020-10-222-0/+14
* aix: remove libgomp and libatomic archives before creating FAT archivesClément Chigot2020-10-111-0/+3
* libgomp: disable barriers in nested teamsAndrew Stubbs2020-09-292-11/+22
* aix: Use $(AR) without -X32_64 to build FAT libraries.Clément Chigot2020-09-271-2/+3
* [libgomp, nvptx] Add __sync_compare_and_swap_16Tom de Vries2020-09-141-0/+18
* aix: FAT libraries: test native compiler mode directlyDavid Edelsohn2020-07-141-1/+1
* aix: Add GCC64 configuration and FAT target libraries.David Edelsohn2020-06-211-0/+9
* [OpenACC] Set 'acc_device_current = -1'Thomas Schwinge2020-04-291-1/+1
* libgomp: Fixes + cleanup for OpenACC's Fortran module + openacc_lib.hTobias Burnus2020-02-191-11/+8
* Rename acc_device_gcn to acc_device_radeonAndrew Stubbs2020-01-171-2/+2
* Update copyright years.Jakub Jelinek2020-01-0183-83/+83
* libgomp/openacc.f90 – clean-up public/private attributesTobias Burnus2019-12-171-6/+12
* libgomp – spelling fixes, incl. omp_lib.h.inTobias Burnus2019-12-114-5/+5
* Fix Fortran linker errors on AMD GCNKwok Cheung Yeung2019-12-061-0/+2