aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite
AgeCommit message (Expand)AuthorFilesLines
2022-11-04Remove support for Intel MIC offloadingThomas Schwinge4-75/+0
2022-11-03OpenMP/Fortran: 'target update' with DT componentsTobias Burnus2-0/+234
2022-11-02Support OpenACC 'declare create' with Fortran allocatable arrays, part II [PR...Thomas Schwinge2-27/+146
2022-11-02Support OpenACC 'declare create' with Fortran allocatable arrays, part I [PR1...Thomas Schwinge2-0/+680
2022-11-02Add 'libgomp.oacc-fortran/declare-allocatable-array_descriptor-1-runtime.f90'Thomas Schwinge1-0/+402
2022-11-02Add 'libgomp.oacc-fortran/declare-allocatable-1-runtime.f90'Thomas Schwinge1-0/+278
2022-11-02Add 'libgomp.oacc-fortran/declare-allocatable-1.f90'Cesar Philippidis1-0/+268
2022-10-28OpenACC: Don't gang-privatize artificial variables [PR90115]Julian Brown5-37/+22
2022-10-21Restore 'libgomp.oacc-c-c++-common/nvptx-sese-1.c' SESE regions checking [PR1...Thomas Schwinge1-1/+1
2022-10-20libgomp: Add offload_device_gcn check, add requires-4a.c testTobias Burnus3-0/+64
2022-10-20Add 'libgomp.oacc-c-c++-common/private-big-1.c' [PR105421]Thomas Schwinge1-0/+100
2022-10-17Fix nvptx-specific '-foffload-options' syntax in 'libgomp.c/reverse-offload-s...Thomas Schwinge1-1/+1
2022-10-13libgomp: Add Fortran testcases for omp_in_explicit_taskTobias Burnus7-0/+247
2022-10-12libgomp: Add omp_in_explicit_task supportJakub Jelinek3-0/+168
2022-10-12libgomp: Fix up creation of artificial teamsJakub Jelinek4-0/+93
2022-09-30Fortran: Update use_device_ptr for OpenMP 5.1 [PR105318]Tobias Burnus1-0/+159
2022-09-24openmp, c: Tighten up c_tree_equal [PR106981]Jakub Jelinek1-0/+19
2022-09-14OpenMP/OpenACC struct sibling list gimplification extension and reworkJulian Brown4-0/+483
2022-09-12nvptx/mkoffload.cc: Warn instead of error when reverse offload is not possibleTobias Burnus6-0/+21
2022-09-12libgomp: Fix up icv-6.c [PR106894]Jakub Jelinek1-9/+17
2022-09-08OpenMP, libgomp: Environment variable syntax extensionMarcel Vollweiler6-0/+263
2022-09-08openmp: Implement doacross(sink: omp_cur_iteration - 1)Jakub Jelinek4-0/+888
2022-08-26OpenMP: Support reverse offload (middle end part)Tobias Burnus4-0/+193
2022-08-17OpenMP: Fix var replacement with 'simd' and linear-step vars [PR106548]Tobias Burnus1-0/+254
2022-07-29Add libgomp.c-c++-common/pr106449-2.cTobias Burnus1-0/+64
2022-07-29openmp: Fix up handling of non-rectangular simd loops with pointer type itera...Jakub Jelinek1-0/+62
2022-07-12XFAIL 'offloading_enabled' diagnostics issue in 'libgomp.oacc-c-c++-common/re...Thomas Schwinge1-3/+4
2022-07-11Enhance '_Pragma' diagnostics verification in OMP C/C++ test casesThomas Schwinge1-3/+5
2022-07-10c: Fix location for _Pragma tokens [PR97498]Lewis Hyatt2-11/+11
2022-07-08Fix one issue in OpenMP 'requires' directive diagnosticsThomas Schwinge5-4/+26
2022-07-07Fix Intel MIC 'mkoffload' for OpenMP 'requires'Thomas Schwinge5-4/+9
2022-07-07Enhance 'libgomp.c-c++-common/requires-4.c', 'libgomp.c-c++-common/requires-5...Thomas Schwinge2-12/+31
2022-07-07Adjust 'libgomp.c-c++-common/requires-3.c'Thomas Schwinge1-1/+1
2022-07-04OpenMP: Move omp requires checks to libgompTobias Burnus15-0/+264
2022-06-21libgomp: Fix up target-31.c test [PR106045]Jakub Jelinek1-1/+1
2022-06-15openmp: Fix up get-mapped-ptr-1.{c,f90} testsJakub Jelinek2-6/+16
2022-06-13openmp: Conforming device numbers and omp_{initial,invalid}_deviceJakub Jelinek6-9/+75
2022-06-10libgomp nvptx plugin: Remove '--with-cuda-driver=[...]' etc. configuration op...Thomas Schwinge3-21/+0
2022-06-03OpenMP/Fortran: Add support for firstprivate and allocate clauses on scope co...Tobias Burnus1-0/+57
2022-06-02diagnostics: add SARIF output formatDavid Malcolm1-0/+1
2022-05-31openmp: Add support for firstprivate and allocate clauses on scope constructJakub Jelinek3-2/+117
2022-05-28OpenMP/Fortran: Add support for enter clause on declare targetTobias Burnus2-3/+11
2022-05-27openmp: Add support for enter clause on declare targetJakub Jelinek2-2/+2
2022-05-25libgomp: Fix occassional hangs with taskwait nowait dependJakub Jelinek1-0/+48
2022-05-24OpenMP: Support nowait with Fortran [PR105378]Tobias Burnus1-0/+42
2022-05-24openmp: Add taskwait nowait depend support [PR105378]Jakub Jelinek1-0/+39
2022-05-23OpenMP: Handle descriptors in target's firstprivate [PR104949]Tobias Burnus3-0/+170
2022-05-20libgomp: Add new runtime routines omp_target_memcpy_async and omp_target_memc...Marcel Vollweiler8-0/+615
2022-05-18OpenMP: Add Fortran support for inoutset depend-kindTobias Burnus4-3/+191
2022-05-17openmp: Add support for inoutset depend-kindJakub Jelinek4-3/+182