aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite
AgeCommit message (Expand)Author
2024-04-16OpenACC 2.7: Adjust acc_map_data/acc_unmap_data interaction with reference co...Chung-Lin Tang
2024-04-05nvptx: In mkoffload.cc, call diagnostic_color_init + gcc_init_libintl: Restor...Thomas Schwinge
2024-04-05c++: Fix ICE with weird copy assignment operator [PR114572]Jakub Jelinek
2024-03-22openmp: Change to using a hashtab to lookup offload target addresses for indi...Kwok Cheung Yeung
2024-03-14Fix 'char' initialization, copy, check in 'libgomp.oacc-fortran/acc-memcpy.f90'Thomas Schwinge
2024-03-13OpenMP/Fortran: Fix defaultmap(none) issue with dummy procedures [PR114283]Tobias Burnus
2024-03-06Revert "Set num_threads to 50 on 32-bit hppa in two libgomp loop tests"John David Anglin
2024-03-01OpenMP/C++: Fix (first)private clause with member variables [PR110347]Jakub Jelinek
2024-02-27OpenACC: Add Fortran routines acc_{alloc,free,hostptr,deviceptr,memcpy_{to,fr...Tobias Burnus
2024-02-15openmp, fortran: Add Fortran support for indirect clause on the declare targe...Kwok Cheung Yeung
2024-02-12libgomp: testsuite: Don't XPASS libgomp.c/alloc-pinned-1.c etc. on non-Linux ...Rainer Orth
2024-02-01Set num_threads to 50 on 32-bit hppa in two libgomp loop testsJohn David Anglin
2024-01-29libgomp.c/declare-variant-4.h: Fix used variant function for gfx1030/gfx1100Tobias Burnus
2024-01-26amdgcn: config.gcc - enable gfx1030 and gfx1100 multilib; add them to the docsTobias Burnus
2024-01-22xfail libgomp.c/declare-variant-4-{fiji,gfx803}.cTobias Burnus
2024-01-20Increase timeout by 2 in libgomp.fortran/alloc-comp-3.f90 on hppa*-*-*John David Anglin
2024-01-20Don't run libgomp.c/simd-math-1.c on hppa*-*-hpux*John David Anglin
2024-01-17openmp: Add OpenMP _BitInt support [PR113409]Jakub Jelinek
2024-01-11OpenMP: lvalue parsing for map/to/from clauses (C)Julian Brown
2024-01-09OpenMP: lvalue parsing for map/to/from clauses (C++)Julian Brown
2024-01-03Update copyright years.Jakub Jelinek
2023-12-21OpenMP/OpenACC: Reorganise OMP map clause handling in gimplify.ccJulian Brown
2023-12-20OpenMP, NVPTX: memcpy[23]D bias correctionJulian Brown
2023-12-18libgomp: Make libgomp.c/declare-variant-1.c test x86 specificJakub Jelinek
2023-12-15Fix tests for gompAndre Vieira
2023-12-15In 'libgomp.fortran/map-subarray-5.f90', restrict 'dg-output's to 'target off...Thomas Schwinge
2023-12-15OpenMP/OpenACC: Unordered/non-constant component offset runtime diagnosticJulian Brown
2023-12-13OpenMP: Pointers and member mappingsJulian Brown
2023-12-13OpenMP/OpenACC: Rework clause expansion and nested struct handlingJulian Brown
2023-12-13libgomp: basic pinned memory on LinuxAndrew Stubbs
2023-12-11libgfortran: Replace mutex with rwlockLipeng Zhu
2023-12-11aarch64: enable mixed-types for aarch64 simdclonesAndre Vieira
2023-12-08OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatablesTobias Burnus
2023-12-06amdgcn, libgomp: low-latency allocatorAndrew Stubbs
2023-12-06openmp, nvptx: low-lat memory access traitsAndrew Stubbs
2023-12-06libgomp, nvptx: low-latency memory allocatorAndrew Stubbs
2023-11-30Fix 'libgomp.c/declare-variant-4-*.c', add 'libgomp.c/declare-variant-4.c'Thomas Schwinge
2023-11-30Spin 'dg-do run' part of 'libgomp.c/declare-variant-3-sm30.c' off into new 'l...Thomas Schwinge
2023-11-30In 'libgomp.c/declare-variant-{3,4}-*.c', restrict 'scan-offload-tree-dump's ...Thomas Schwinge
2023-11-30Fix 'libgomp.c/declare-variant-3-*.c' compilation for configurations where GC...Thomas Schwinge
2023-11-29In 'libgomp.c/target-simd-clone-{1,2,3}.c', restrict 'scan-offload-ipa-dump's...Thomas Schwinge
2023-11-22Adjust 'libgomp.c/declare-variant-{3,4}-[...]' for inter-procedural value ran...Thomas Schwinge
2023-11-07openmp: Add support for the 'indirect' clause in C/C++Kwok Cheung Yeung
2023-10-31Add OpenACC 'acc_map_data' variant to 'libgomp.oacc-c-c++-common/deep-copy-8.c'Thomas Schwinge
2023-10-25Handle OpenACC 'self' clause for compute constructs in OpenACC 'kernels' deco...Thomas Schwinge
2023-10-25Extend test suite coverage for OpenACC 'self' clause for compute constructsThomas Schwinge
2023-10-25OpenACC 2.7: Implement self clause for compute constructsChung-Lin Tang
2023-10-14libgomp.fortran/allocate-6.f90: Run with -fdump-tree-gimpleTobias Burnus
2023-10-14Fortran: Support OpenMP's 'allocate' directive for stack varsTobias Burnus
2023-10-08Fortran/OpenMP: Fix handling of strictly structured blocksTobias Burnus