aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite
AgeCommit message (Expand)AuthorFilesLines
2021-08-23Add 'libgomp.c/address-space-1.c'Thomas Schwinge1-0/+28
2021-08-23Allow matching Intel MIC in OpenMP 'declare variant'Thomas Schwinge4-7/+28
2021-08-23Fortran/OpenMP: strict modifier on grainsize/num_tasksTobias Burnus4-0/+297
2021-08-23openmp: Add support for strict modifier on grainsize/num_tasks clausesJakub Jelinek2-1/+137
2021-08-22Make the OpenMP 'error' directive work for nvptx offloadingThomas Schwinge2-0/+19
2021-08-20Fortran: Add OpenMP's error directiveTobias Burnus1-0/+78
2021-08-20openmp: Implement the error directiveJakub Jelinek1-0/+49
2021-08-18Fortran/OpenMP: Add memory routines existing for C/C++Tobias Burnus4-32/+208
2021-08-18openmp: Add nothing directive supportJakub Jelinek1-0/+47
2021-08-17Fortran: Implement OpenMP 5.1 scope constructTobias Burnus2-0/+137
2021-08-17openmp: Implement OpenMP 5.1 scope constructJakub Jelinek2-0/+126
2021-08-16Address '?:' issues in 'libgomp.oacc-c-c++-common/mode-transitions.c'Thomas Schwinge1-3/+3
2021-08-16Fortran/OpenMP: Add support for OpenMP 5.1 masked constructTobias Burnus1-0/+119
2021-08-13Adjust 'libgomp.oacc-c-c++-common/static-variable-1.c'Thomas Schwinge1-1/+4
2021-08-12openmp: Add support for OpenMP 5.1 masked constructJakub Jelinek1-0/+83
2021-08-12OpenMP 5.1: Add proc-bind 'primary' supportTobias Burnus1-4/+10
2021-08-09amdgcn: Enable OpenACC worker partitioning for AMD GCNJulian Brown6-17/+15
2021-08-05openmp: Implement omp_get_device_num routineChung-Lin Tang3-0/+55
2021-07-29[OpenACC] Extract 'pass_oacc_loop_designation' out of 'pass_oacc_device_lower'Thomas Schwinge12-27/+27
2021-07-29Backwards jump threader rewrite with ranger.Aldy Hernandez2-0/+3
2021-07-27Don't use libgomp 'cbuf' buffering with OpenACC 'async'Thomas Schwinge1-3/+2
2021-07-27Fix OpenACC "ephemeral" asynchronous host-to-device copiesJulian Brown1-2/+0
2021-07-27Add 'libgomp.oacc-c-c++-common/async-data-1-{1,2}.c'Thomas Schwinge2-0/+190
2021-07-27[OpenACC] Clarify sequencing of 'async' data copying vs. profiling events in ...Thomas Schwinge2-32/+68
2021-07-27Fix OpenACC 'async'/'wait' issues in 'libgomp.oacc-c-c++-common/lib-{94,95}.c...Thomas Schwinge4-3/+12
2021-07-21OpenACC 'nohost' clauseThomas Schwinge4-0/+183
2021-07-01openmp - Fix up && and || reductions [PR94366]Jakub Jelinek1-0/+17
2021-06-29Add 'default' to -foffload=; document that flag [PR67300]Tobias Burnus4-4/+4
2021-06-29libgomp.fortran/defaultmap-8.f90: Fix non-shared memory handlingTobias Burnus1-12/+25
2021-06-26testsuite/101114: Adjust libgomp.c-c++-common/struct-elem-5.c testcaseChung-Lin Tang1-1/+1
2021-06-24openmp: in_reduction clause support on target constructJakub Jelinek4-0/+572
2021-06-23openmp: Fix up *_reduction clause handling with UDRs on PARM_DECLs [PR101167]Jakub Jelinek1-0/+61
2021-06-17libgomp: Structure element mapping for OpenMP 5.0Chung-Lin Tang6-0/+282
2021-06-15Fortran/OpenMP: Extend defaultmap clause for OpenMP 5 [PR92568]Tobias Burnus1-0/+279
2021-06-10testsuite: Fix up libgomp.fortran/pr100981-2.f90 testcase [PR100981]Jakub Jelinek1-0/+2
2021-06-09libgomp: Compile tests with -march=i486 only if neededH.J. Lu1-1/+2
2021-06-09tree-optimization/100981 - fix SLP patterns involving reductionsRichard Biener1-0/+31
2021-06-08[GCN] Fix run-time variable 'num_workers'Thomas Schwinge3-6/+6
2021-06-08Enable more 'libgomp.oacc-*/lib-*' testcases for non-'openacc_nvidia_accel_se...Thomas Schwinge34-130/+225
2021-06-08Fix 'libgomp.oacc-fortran/parallel-dims.f90' for 'acc_device_radeon'Thomas Schwinge2-51/+12
2021-06-08Fix 'libgomp.oacc-c-c++-common/acc_prof-kernels-1.c' for 'acc_device_radeon'Thomas Schwinge1-0/+5
2021-06-08Enhance 'libgomp.oacc-c-c++-common/firstprivate-1.c' for non-'acc_device_nvidia'Thomas Schwinge1-1/+1
2021-06-08Add 'acc_device_radeon' testing to 'libgomp.oacc-*/acc_on_device-*'Thomas Schwinge4-0/+32
2021-06-08Don't require 'openacc_nvidia_accel_selected' in 'libgomp.oacc-c-c++-common/a...Thomas Schwinge1-2/+5
2021-06-08Don't require 'openacc_nvidia_accel_selected' in additional 'libgomp.oacc-*/d...Thomas Schwinge2-4/+0
2021-06-08[GCN] Streamline 'libgomp/testsuite/lib/libgomp.exp:check_effective_target_op...Thomas Schwinge1-5/+2
2021-06-08Revert PR80547 workaround in 'libgomp.oacc-c-c++-common/parallel-dims.c'Thomas Schwinge1-13/+0
2021-06-08[nvptx] Update comment in 'libgomp.oacc-c-c++-common/parallel-dims.c'Thomas Schwinge1-1/+1
2021-05-28OpenMP: Add iterator support to Fortran's depend; add affinity clauseTobias Burnus1-0/+89
2021-05-27libgomp: Add openacc_{cuda,cublas,cudart} effective targets and use them in o...Jakub Jelinek28-7/+92