aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite
AgeCommit message (Expand)AuthorFilesLines
2024-06-06nvptx, libgfortran: Switch out of "minimal" modeThomas Schwinge8-25/+114
2024-06-06Clean up after newlib "nvptx: In offloading execution, map '_exit' to 'abort'...Thomas Schwinge6-18/+37
2024-06-05openmp: OpenMP loop transformation supportJakub Jelinek54-0/+2986
2024-05-31testsuite: Adjust several dg-additional-files-options calls [PR115294]Rainer Orth1-1/+1
2024-05-02libgomp: Add gfx90c, 1036 and 1103 declare variant testsJakub Jelinek4-0/+48
2024-04-16OpenACC 2.7: Adjust acc_map_data/acc_unmap_data interaction with reference co...Chung-Lin Tang2-1/+37
2024-04-05nvptx: In mkoffload.cc, call diagnostic_color_init + gcc_init_libintl: Restor...Thomas Schwinge1-0/+3
2024-04-05c++: Fix ICE with weird copy assignment operator [PR114572]Jakub Jelinek1-0/+24
2024-03-22openmp: Change to using a hashtab to lookup offload target addresses for indi...Kwok Cheung Yeung2-8/+7
2024-03-14Fix 'char' initialization, copy, check in 'libgomp.oacc-fortran/acc-memcpy.f90'Thomas Schwinge1-5/+3
2024-03-13OpenMP/Fortran: Fix defaultmap(none) issue with dummy procedures [PR114283]Tobias Burnus1-0/+43
2024-03-06Revert "Set num_threads to 50 on 32-bit hppa in two libgomp loop tests"John David Anglin2-14/+2
2024-03-01OpenMP/C++: Fix (first)private clause with member variables [PR110347]Jakub Jelinek8-4/+1076
2024-02-27OpenACC: Add Fortran routines acc_{alloc,free,hostptr,deviceptr,memcpy_{to,fr...Tobias Burnus6-0/+138
2024-02-15openmp, fortran: Add Fortran support for indirect clause on the declare targe...Kwok Cheung Yeung3-0/+128
2024-02-12libgomp: testsuite: Don't XPASS libgomp.c/alloc-pinned-1.c etc. on non-Linux ...Rainer Orth2-2/+8
2024-02-01Set num_threads to 50 on 32-bit hppa in two libgomp loop testsJohn David Anglin2-2/+14
2024-01-29libgomp.c/declare-variant-4.h: Fix used variant function for gfx1030/gfx1100Tobias Burnus1-2/+2
2024-01-26amdgcn: config.gcc - enable gfx1030 and gfx1100 multilib; add them to the docsTobias Burnus3-0/+32
2024-01-22xfail libgomp.c/declare-variant-4-{fiji,gfx803}.cTobias Burnus2-0/+4
2024-01-20Increase timeout by 2 in libgomp.fortran/alloc-comp-3.f90 on hppa*-*-*John David Anglin1-0/+1
2024-01-20Don't run libgomp.c/simd-math-1.c on hppa*-*-hpux*John David Anglin1-1/+1
2024-01-17openmp: Add OpenMP _BitInt support [PR113409]Jakub Jelinek1-0/+65
2024-01-11OpenMP: lvalue parsing for map/to/from clauses (C)Julian Brown2-0/+66
2024-01-09OpenMP: lvalue parsing for map/to/from clauses (C++)Julian Brown12-18/+3919
2024-01-03Update copyright years.Jakub Jelinek4-4/+4
2023-12-21OpenMP/OpenACC: Reorganise OMP map clause handling in gimplify.ccJulian Brown1-10/+0
2023-12-20OpenMP, NVPTX: memcpy[23]D bias correctionJulian Brown1-0/+61
2023-12-18libgomp: Make libgomp.c/declare-variant-1.c test x86 specificJakub Jelinek1-9/+8
2023-12-15Fix tests for gompAndre Vieira2-16/+9
2023-12-15In 'libgomp.fortran/map-subarray-5.f90', restrict 'dg-output's to 'target off...Thomas Schwinge1-2/+2
2023-12-15OpenMP/OpenACC: Unordered/non-constant component offset runtime diagnosticJulian Brown4-0/+231
2023-12-13OpenMP: Pointers and member mappingsJulian Brown9-3/+552
2023-12-13OpenMP/OpenACC: Rework clause expansion and nested struct handlingJulian Brown23-9/+4284
2023-12-13libgomp: basic pinned memory on LinuxAndrew Stubbs4-0/+541
2023-12-11libgfortran: Replace mutex with rwlockLipeng Zhu3-0/+73
2023-12-11aarch64: enable mixed-types for aarch64 simdclonesAndre Vieira2-3/+13
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus5-0/+278
2023-12-06amdgcn, libgomp: low-latency allocatorAndrew Stubbs1-1/+1
2023-12-06openmp, nvptx: low-lat memory access traitsAndrew Stubbs7-6/+107
2023-12-06libgomp, nvptx: low-latency memory allocatorAndrew Stubbs6-0/+544
2023-11-30Fix 'libgomp.c/declare-variant-4-*.c', add 'libgomp.c/declare-variant-4.c'Thomas Schwinge8-12/+31
2023-11-30Spin 'dg-do run' part of 'libgomp.c/declare-variant-3-sm30.c' off into new 'l...Thomas Schwinge3-1/+14
2023-11-30In 'libgomp.c/declare-variant-{3,4}-*.c', restrict 'scan-offload-tree-dump's ...Thomas Schwinge12-12/+12
2023-11-30Fix 'libgomp.c/declare-variant-3-*.c' compilation for configurations where GC...Thomas Schwinge6-0/+6
2023-11-29In 'libgomp.c/target-simd-clone-{1,2,3}.c', restrict 'scan-offload-ipa-dump's...Thomas Schwinge3-5/+5
2023-11-22Adjust 'libgomp.c/declare-variant-{3,4}-[...]' for inter-procedural value ran...Thomas Schwinge2-0/+15
2023-11-07openmp: Add support for the 'indirect' clause in C/C++Kwok Cheung Yeung3-0/+77
2023-10-31Add OpenACC 'acc_map_data' variant to 'libgomp.oacc-c-c++-common/deep-copy-8.c'Thomas Schwinge1-2/+27
2023-10-25Handle OpenACC 'self' clause for compute constructs in OpenACC 'kernels' deco...Thomas Schwinge1-8/+7