aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.c-c++-common
AgeCommit message (Expand)AuthorFilesLines
2021-08-22Make the OpenMP 'error' directive work for nvptx offloadingThomas Schwinge1-0/+10
2021-08-20openmp: Implement the error directiveJakub Jelinek1-0/+49
2021-08-18openmp: Add nothing directive supportJakub Jelinek1-0/+47
2021-08-17openmp: Implement OpenMP 5.1 scope constructJakub Jelinek2-0/+126
2021-08-12openmp: Add support for OpenMP 5.1 masked constructJakub Jelinek1-0/+83
2021-08-05openmp: Implement omp_get_device_num routineChung-Lin Tang1-0/+30
2021-07-01openmp - Fix up && and || reductions [PR94366]Jakub Jelinek1-0/+17
2021-06-29Add 'default' to -foffload=; document that flag [PR67300]Tobias Burnus3-3/+3
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 Jelinek2-0/+277
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-05-26openmp: Fix up handling of target constructs in offloaded routines [PR100573]Jakub Jelinek3-27/+83
2021-05-25openmp: Fix reduction clause handling on teams distribute simd [PR99928]Jakub Jelinek1-0/+16
2021-05-18'libgomp.c-c++-common/reduction-{5,6}.c': Restrict '-latomic' to nvptx offloa...Thomas Schwinge2-2/+2
2021-05-17openmp: Notify team barrier of pending tasks in omp_fulfill_eventKwok Cheung Yeung1-0/+59
2021-05-13OpenMP: detach - fix firstprivate handlingTobias Burnus1-0/+19
2021-05-07OpenMP: Fix SIMT for complex/float reduction with && and ||Tobias Burnus2-0/+389
2021-05-04OpenMP: Support complex/float in && and || reductionTobias Burnus4-0/+770
2021-04-22Avoid -latomic for amdgcn offloadingRichard Biener1-1/+1
2021-04-21libgomp/testsuite: Fix checks for dg-excess-errorsTobias Burnus2-3/+3
2021-04-15XFAIL OpenMP/nvptx execution-time hangs for simple nested OpenMP 'target'/'pa...Thomas Schwinge1-1/+4
2021-03-29libgomp: Fix on_device_arch.c aux-file handling [PR99555]Tobias Burnus2-3/+31
2021-03-25Avoid OpenMP/nvptx execution-time hangs for simple nested OpenMP 'target'/'pa...Thomas Schwinge1-0/+7
2021-03-15OpenMP: Fix 'omp declare target' handling for vars [PR99509]Tobias Burnus1-0/+22
2021-02-27libgomp, testsuite : Require alias support for PR96390 testcase.Iain Sandoe1-0/+1
2021-02-25openmp: Fix intermittent hanging of task-detach-6 libgomp tests [PR98738]Kwok Cheung Yeung11-19/+210
2021-01-16openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung6-0/+218
2020-11-14openmp: Add support for non-VLA {,first}private allocate on omp taskJakub Jelinek1-8/+104
2020-11-13openmp: Support allocate for C/C++ array section reductionsJakub Jelinek1-6/+31
2020-11-12openmp: Implement allocate clause in omp lowering.Jakub Jelinek1-0/+254
2020-11-10openmp: Implement OpenMP 5.0 base-pointer attachement and clause orderingChung-Lin Tang1-0/+82
2020-09-29libgomp: disable barriers in nested teamsAndrew Stubbs1-0/+31
2020-09-28OpenMP: Handle cpp_implicit_alias in declare-target discovery (PR96390)Tobias Burnus1-0/+26
2020-09-14[libgomp, nvptx] Add __sync_compare_and_swap_16Tom de Vries1-0/+1
2020-08-13nvptx: Add support for subword compare-and-swapKwok Cheung Yeung1-0/+53
2020-08-05openmp: Handle reduction clauses on host teams construct [PR96459]Jakub Jelinek2-27/+62
2020-07-22critical-hint-*.{c,f90}: Move from gcc/testsuite to libgomp/testsuiteTobias Burnus2-0/+86
2020-07-15libgomp: Add Fortran routine support for allocatorsTobias Burnus1-2/+2
2020-05-30openmp: omp_alloc(0, ...) should return NULL.Jakub Jelinek1-0/+25
2020-05-19openmp: Add basic library allocator support.Jakub Jelinek3-0/+231
2020-05-14openmp: Also implicitly mark as declare target to functions mentioned in targ...Jakub Jelinek1-0/+51
2020-04-29[gcn] Set 'UI_NONE' for 'TARGET_EXCEPT_UNWIND_INFO' [PR94282]Thomas Schwinge1-1/+0
2020-03-19libgomp/testsuite: ignore blank-line output for function-not-offloaded.cTobias Burnus1-0/+1
2020-02-06openmp: Fix handling of non-addressable shared scalars in parallel nested ins...Jakub Jelinek1-0/+36
2019-12-20OpenACC reference count overhaulJulian Brown1-0/+19
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek1-0/+127
2019-06-04gimplify.c (gimplify_scan_omp_clauses): Don't sorry_at on lastprivate conditi...Jakub Jelinek4-0/+240
2019-05-29gimplify.c (struct gimplify_omp_ctx): Add clauses member.Jakub Jelinek3-0/+302
2019-05-27gimplify.c (gimplify_scan_omp_clauses): Allow lastprivate conditional on sect...Jakub Jelinek1-0/+161