aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite
AgeCommit message (Expand)AuthorFilesLines
2021-11-30[OpenACC] Allow gang reductions inside serial constructsKwok Cheung Yeung1-1/+0
2021-11-30Make OpenACC orphan gang reductions errorsCesar Philippidis1-0/+1
2021-11-24openmp: Fix up handling of kind(host) and kind(nohost) in ACCEL_COMPILERs [PR...Jakub Jelinek1-0/+45
2021-11-15Fortran: openmp: Add support for thread_limit clause on targetTobias Burnus1-0/+41
2021-11-15openmp: Add support for thread_limit clause on targetJakub Jelinek1-0/+23
2021-11-15libgomp: Add a testcase for omp_get_num_teams inside of target inside of host...Jakub Jelinek1-0/+17
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 Jelinek2-1/+71
2021-11-11Fortran/openmp: Add support for 2 argument num_teams clauseTobias Burnus1-0/+22
2021-11-11libgomp: Use TLS storage for omp_get_num_teams()/omp_get_team_num() valuesJakub Jelinek1-0/+30
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 Burnus14-70/+146
2021-10-29Remove VRP threader passes in exchange for better threading pre-VRP.Aldy Hernandez2-2/+2
2021-10-27openmp: Allow non-rectangular loops with pointer iteratorsJakub Jelinek2-0/+376
2021-10-25libgomp.oacc-c-c++-common/loop-gwv-2.c: Use __builtin_allocaTobias Burnus1-4/+3
2021-10-21openmp: Fortran strictly-structured blocks supportChung-Lin Tang1-0/+1
2021-10-20openmp: in_reduction support for FortranChung-Lin Tang2-0/+108
2021-10-20Disallow loop rotation and loop header crossing in jump threaders.Aldy Hernandez1-1/+1
2021-10-18Fortran: Fix Bind(C) Array-Descriptor ConversionTobias Burnus1-0/+18
2021-10-15openmp: Improve testsuite/libgomp.c/affinity-1.c testcaseJakub Jelinek1-2/+3
2021-10-15openmp: Handle OpenMP 5.1 simplified OMP_PLACES syntaxJakub Jelinek1-2/+4
2021-10-15openmp: Fix up handling of OMP_PLACES=threads(1)Jakub Jelinek5-0/+50
2021-10-15openmp: Add support for OMP_PLACES=numa_domainsJakub Jelinek1-0/+10
2021-10-15openmp: Add support for OMP_PLACES=ll_cachesJakub Jelinek4-0/+40
2021-10-14openmp, fortran: Add support for OpenMP declare variant directive in FortranKwok Cheung Yeung1-0/+33
2021-10-12Fortran version of libgomp.c-c++-common/icv-{3,4}.cTobias Burnus2-0/+105
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 Jelinek3-16/+16
2021-10-12vectorizer: Fix up -fsimd-cost-model= handlingJakub Jelinek20-20/+20
2021-10-12Adjust testcase for O2 vectorization enablingliuhongt1-1/+1
2021-10-11libgomp: Add tests for omp_atv_serialized and deprecate omp_atv_sequential.Marcel Vollweiler2-0/+53
2021-10-09Adjust more testcases for O2 vectorization enabling.liuhongt22-22/+22
2021-10-02Add libgomp.fortran/order-reproducible-*.f90Tobias Burnus3-0/+118
2021-10-01Add/update libgomp.fortran/alloc-*.f90Tobias Burnus4-10/+311
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-30libgomp.fortran/alloc-*.f90: Add missing dg-prune-outputTobias Burnus3-0/+3
2021-09-30openmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc for FortranTobias Burnus6-0/+676
2021-09-30openmp: Add omp_aligned_{,c}alloc and omp_{c,re}allocJakub Jelinek5-1/+602
2021-09-28Further test case adjustment re "Fortran: Fix assumed-size to assumed-rank pa...Thomas Schwinge2-2/+7
2021-09-27Replace VRP threader with a hybrid forward threader.Aldy Hernandez2-2/+2
2021-09-27libgomp.oacc-fortran/privatized-ref-2.f90: Fix dg-noteTobias Burnus1-3/+3
2021-09-27Fortran: Fix assumed-size to assumed-rank passing [PR94070]Tobias Burnus1-7/+6
2021-09-22Fortran: Improve -Wmissing-include-dirs warnings [PR55534]Tobias Burnus2-6/+0
2021-09-22openmp: Add support for allocator and align modifiers on allocate clausesJakub Jelinek2-0/+442
2021-09-21Fortran: Fix -Wno-missing-include-dirs handling [PR55534]Tobias Burnus2-0/+6
2021-09-18openmp: Allow private or firstprivate arguments to default clause even for C/C++Jakub Jelinek2-0/+54
2021-09-17openacc: Shared memory layout optimisationJulian Brown1-0/+4
2021-09-17Add 'libgomp.oacc-c-c++-common/broadcast-many.c'Julian Brown1-0/+77
2021-09-17openmp: Add support for OpenMP 5.1 atomics for C++Jakub Jelinek5-3/+948