aboutsummaryrefslogtreecommitdiff
path: root/libgomp/config
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-22openmp: Change omp_get_initial_device () to match OpenMP 5.1 requirementsJakub Jelinek2-0/+14
2020-10-11aix: remove libgomp and libatomic archives before creating FAT archivesClément Chigot1-0/+3
2020-09-29libgomp: disable barriers in nested teamsAndrew Stubbs2-11/+22
2020-09-27aix: Use $(AR) without -X32_64 to build FAT libraries.Clément Chigot1-2/+3
2020-09-14[libgomp, nvptx] Add __sync_compare_and_swap_16Tom de Vries1-0/+18
2020-07-14aix: FAT libraries: test native compiler mode directlyDavid Edelsohn1-1/+1
2020-06-21aix: Add GCC64 configuration and FAT target libraries.David Edelsohn1-0/+9
2020-04-29[OpenACC] Set 'acc_device_current = -1'Thomas Schwinge1-1/+1
2020-02-19libgomp: Fixes + cleanup for OpenACC's Fortran module + openacc_lib.hTobias Burnus1-11/+8
2020-01-17Rename acc_device_gcn to acc_device_radeonAndrew Stubbs1-2/+2
2020-01-01Update copyright years.Jakub Jelinek83-83/+83
2019-12-17libgomp/openacc.f90 – clean-up public/private attributesTobias Burnus1-6/+12
2019-12-11libgomp – spelling fixes, incl. omp_lib.h.inTobias Burnus4-5/+5
2019-12-06Fix Fortran linker errors on AMD GCNKwok Cheung Yeung1-0/+2
2019-11-13Optimize GCN OpenMP malloc performanceAndrew Stubbs1-4/+16
2019-11-13GCN libgomp portAndrew Stubbs12-0/+1034
2019-11-13Move generic libgomp files from nvptx to accelAndrew Stubbs19-0/+0
2019-01-09libgomp: Reduce copy and paste for RTEMSSebastian Huber1-181/+2
2019-01-09libgomp: Avoid complex dependencies for RTEMSSebastian Huber1-0/+49
2019-01-01Update copyright years.Jakub Jelinek71-71/+71
2018-12-13[libgomp, nvptx] Fix libgomp.c/target-5.c compilationTom de Vries1-0/+51
2018-12-12Don't mark stack pointer as clobbered in asmAndreas Schwab1-2/+2
2018-11-20re PR bootstrap/88106 (Bootstrap failure on mingw32)Jakub Jelinek1-0/+68
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek5-17/+135
2018-08-01[libgomp] Truncate config/nvptx/oacc-parallel.cCesar Philippidis1-358/+0
2018-01-03Update copyright years.Jakub Jelinek69-69/+69
2017-05-30re PR libgomp/80822 (libgomp incorrect affinity when OMP_PLACES=threads)Jakub Jelinek1-83/+90
2017-04-04re PR libgomp/79876 (FAIL: libgomp.fortran/strassen.f90 -O execution test ...Jakub Jelinek3-0/+83
2017-01-01Update copyright years.Jakub Jelinek66-66/+66
2016-12-02[RTEMS] Use spin lock for pool managementSebastian Huber2-6/+6
2016-12-02[RTEMS] Fix libgomp for nthreads == 1Sebastian Huber1-15/+11
2016-11-30libgomp: move data definitions from icv.c back to env.cAlexander Monakov1-0/+0
2016-11-28libgomp: remove config/nvptx/critical.cAlexander Monakov1-0/+0
2016-11-28libgomp: fix OpenMP offloading to NVPTX and correct location of generic affin...Jonas Hahnfeld2-1/+1
2016-11-23OpenMP offloading to NVPTX: libgomp changesAlexander Monakov32-248/+1312
2016-01-04Update copyright years.Jakub Jelinek51-51/+51
2015-11-17priority_queue.c: New file.Cesar Philippidis1-0/+1
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek4-0/+182
2015-10-02nvptx offloading linkingThomas Schwinge4-0/+542