aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.c-c++-common
AgeCommit message (Expand)AuthorFilesLines
2022-10-12libgomp: Fix up creation of artificial teamsJakub Jelinek2-0/+53
2022-09-24openmp, c: Tighten up c_tree_equal [PR106981]Jakub Jelinek1-0/+19
2022-09-12nvptx/mkoffload.cc: Warn instead of error when reverse offload is not possibleTobias Burnus4-0/+5
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-08-26OpenMP: Support reverse offload (middle end part)Tobias Burnus2-0/+93
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-08Fix one issue in OpenMP 'requires' directive diagnosticsThomas Schwinge4-4/+18
2022-07-07Fix Intel MIC 'mkoffload' for OpenMP 'requires'Thomas Schwinge3-3/+3
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 Burnus13-0/+224
2022-06-15openmp: Fix up get-mapped-ptr-1.{c,f90} testsJakub Jelinek1-2/+8
2022-06-13openmp: Conforming device numbers and omp_{initial,invalid}_deviceJakub Jelinek1-1/+4
2022-05-31openmp: Add support for firstprivate and allocate clauses on scope constructJakub Jelinek3-2/+117
2022-05-27openmp: Add support for enter clause on declare targetJakub Jelinek1-1/+1
2022-05-25libgomp: Fix occassional hangs with taskwait nowait dependJakub Jelinek1-0/+48
2022-05-24openmp: Add taskwait nowait depend support [PR105378]Jakub Jelinek1-0/+39
2022-05-20libgomp: Add new runtime routines omp_target_memcpy_async and omp_target_memc...Marcel Vollweiler4-0/+279
2022-05-17openmp: Add support for inoutset depend-kindJakub Jelinek4-3/+182
2022-05-12openmp: Add omp_all_memory support (C/C++ only so far)Jakub Jelinek3-0/+329
2022-05-06OpenMP, libgomp: Add new runtime routine omp_target_is_accessible.Marcel Vollweiler1-0/+47
2022-05-02OpenMP, libgomp: Add new runtime routine omp_get_mapped_ptr.Marcel Vollweiler4-0/+247
2022-03-23LTO: Fixes for renaming issues with offload/OpenMP [PR104285]Tobias Burnus3-0/+166
2022-02-22[libgomp, nvptx] Fix hang in gomp_team_barrier_wait_endTom de Vries1-8/+0
2022-02-22[libgomp, testsuite, nvptx] Fix pr96390.c without CUDATom de Vries1-0/+1
2022-02-09C, C++, Fortran, OpenMP: Add 'has_device_addr' clause to 'target' construct.Marcel Vollweiler1-0/+73
2022-01-13Improve Intel MIC offloading XFAILing for 'omp_get_device_num'Thomas Schwinge2-1/+24
2022-01-04libgomp/testsuite: Improve omp_get_device_num() testsTobias Burnus1-11/+17
2021-12-09OpenMP 5.0: Remove array section base-pointer mapping semantics and other fro...Chung-Lin Tang1-0/+46
2021-11-15openmp: Add support for thread_limit clause on targetJakub Jelinek1-0/+23
2021-11-12openmp: Relax handling of implicit map vs. existing device mappingsChung-Lin Tang1-0/+31
2021-11-12openmp: Honor OpenMP 5.1 num_teams lower boundJakub Jelinek1-0/+70
2021-11-11openmp: Add support for 2 argument num_teams clauseJakub Jelinek1-0/+26
2021-10-30OpenMP: Add strictly nested API call check [PR102972]Tobias Burnus2-0/+4
2021-10-12openmp: Add testsuite coverage for omp_{get_max,set_num}_threads and omp_{s,g...Jakub Jelinek2-0/+94
2021-10-12libgomp: alloc* test fixes [PR102628, PR102668]Jakub Jelinek1-6/+6
2021-10-11libgomp: Add tests for omp_atv_serialized and deprecate omp_atv_sequential.Marcel Vollweiler1-0/+25
2021-10-09Adjust more testcases for O2 vectorization enabling.liuhongt2-2/+2
2021-10-01openmp: Differentiate between order(concurrent) and order(reproducible:concur...Jakub Jelinek2-0/+91
2021-10-01openmp: Add alloc_align attribute to omp_aligned_*alloc and testcase for omp_...Jakub Jelinek1-0/+271
2021-09-30openmp: Add omp_aligned_{,c}alloc and omp_{c,re}allocJakub Jelinek5-1/+602
2021-09-22openmp: Add support for allocator and align modifiers on allocate clausesJakub Jelinek2-0/+442
2021-09-18openmp: Allow private or firstprivate arguments to default clause even for C/C++Jakub Jelinek1-0/+25
2021-09-17openmp: Add support for OpenMP 5.1 atomics for C++Jakub Jelinek3-3/+3
2021-09-10openmp: Implement OpenMP 5.1 atomics, so far for C onlyJakub Jelinek3-0/+526
2021-09-03libgomp.*/error-1.{c,f90}: Fix dg-output newline patternTobias Burnus1-3/+3
2021-08-23Allow matching Intel MIC in OpenMP 'declare variant'Thomas Schwinge2-1/+14
2021-08-23openmp: Add support for strict modifier on grainsize/num_tasks clausesJakub Jelinek2-1/+137