summaryrefslogtreecommitdiff
path: root/libgomp/testsuite
Commit message (Expand)AuthorAgeFilesLines
* amdgcn: libgomp plugin USM implementationdevel/omp/gcc-11Andrew Stubbs2022-06-279-3/+30
* OpenMP: Handle descriptors in target's firstprivate [PR104949]Tobias Burnus2022-05-123-0/+170
* OpenMP: Fix use_device_{addr,ptr} with in-data-sharing argTobias Burnus2022-04-201-0/+143
* libgomp: autodetect page sizes in pinned memory testsAndrew Stubbs2022-04-137-36/+90
* OpenMP: Fix nested use_device_ptrChung-Lin Tang2022-04-051-0/+41
* openmp: Do USM transform for omp_target_allocAndrew Stubbs2022-04-021-2/+11
* Fix a crash due to mismatch of free and GOMP_alloc.Hafiz Abid Qadeer2022-04-011-8/+4
* LTO: Fixes for renaming issues with offload/OpenMP [PR104285]Tobias Burnus2022-03-236-0/+290
* OpenMP/C++: Permit mapping classes with virtual members [PR102204]Tobias Burnus2022-03-231-0/+50
* openmp: -foffload-memory=pinnedAndrew Stubbs2022-03-111-0/+66
* openmp: Use libgomp memory allocation functions with unified shared memory.Hafiz Abid Qadeer2022-03-112-0/+137
* openmp, nvptx: ompx_unified_shared_mem_allocAndrew Stubbs2022-03-115-0/+155
* openmp, nvptx: low-lat memory access traitsAndrew Stubbs2022-03-113-6/+76
* libgomp, openmp: Add ompx_pinned_mem_allocAndrew Stubbs2022-03-113-0/+188
* libgomp: pinned memoryAndrew Stubbs2022-03-114-0/+420
* Lower allocate directive (OpenMP 5.0).Hafiz Abid Qadeer2022-03-101-0/+52
* Fix multiple issue in the testcase allocate-1.f90.Hafiz Abid Qadeer2022-03-081-14/+12
* Add support for allocate clause (OpenMP 5.0).Hafiz Abid Qadeer2022-03-082-0/+341
* Fortran/OpenMP: Support mapping of DT with allocatable componentsTobias Burnus2022-03-016-0/+1331
* Fortran/OpenMP: Fix depend-clause handlingTobias Burnus2022-02-271-0/+109
* libgomp/testsuite: Improve omp_get_device_num() testsTobias Burnus2022-02-272-19/+27
* Fortran: Handle compare in OpenMP atomicTobias Burnus2022-02-271-0/+313
* Fortran: openmp: Add support for thread_limit clause on targetTobias Burnus2022-02-271-0/+41
* openmp: Add support for thread_limit clause on targetJakub Jelinek2022-02-271-0/+23
* Fortran/openmp: Add support for 2 argument num_teams clauseTobias Burnus2022-02-271-0/+22
* openmp: Add support for 2 argument num_teams clauseJakub Jelinek2022-02-271-0/+26
* OpenMP: Add strictly nested API call check [PR102972]Tobias Burnus2022-02-2714-70/+146
* openmp: Handle C/C++ array reference base-pointers in array sectionsChung-Lin Tang2022-02-241-0/+60
* openmp: Add warning when functions containing metadirectives with 'construct=...Kwok Cheung Yeung2022-01-282-2/+2
* openmp: Add support for 'target_device' context selector setKwok Cheung Yeung2022-01-252-0/+90
* openmp: Add testcases for metadirectivesKwok Cheung Yeung2022-01-258-0/+310
* libgomp, nvptx: low-latency memory allocatorAndrew Stubbs2021-12-226-0/+538
* fortran: OpenMP/OpenACC array mapping alignment fix (PR90030)Chung-Lin Tang2021-12-082-0/+32
* openacc: Adjust test expectations to new "kernels" handlingFrederik Harwath2021-11-1721-151/+63
* openacc: Add runtime alias checking for OpenACC kernelsAndrew Stubbs2021-11-172-0/+169
* openacc: Add data optimization passAndrew Stubbs2021-11-172-0/+6
* openacc: Remove unused partitioning in "kernels" regionsFrederik Harwath2021-11-171-6/+13
* openacc: Add further kernels testsFrederik Harwath2021-11-171-0/+98
* openacc: Use Graphite for dependence analysis in "kernels" regionsFrederik Harwath2021-11-175-1/+6
* openacc: Move pass_oacc_device_lower after pass_graphiteFrederik Harwath2021-11-168-15/+15
* openmp: Allow non-rectangular loops with pointer iteratorsJakub Jelinek2021-10-272-0/+376
* openmp: Fortran strictly-structured blocks supportChung-Lin Tang2021-10-211-0/+1
* testsuite/libgomp.oacc-fortran/: Add -Wopenacc-parallelismTobias Burnus2021-10-213-1/+3
* openmp: in_reduction support for FortranChung-Lin Tang2021-10-202-13/+88
* openmp: Improve testsuite/libgomp.c/affinity-1.c testcaseJakub Jelinek2021-10-151-2/+3
* openmp: Handle OpenMP 5.1 simplified OMP_PLACES syntaxJakub Jelinek2021-10-151-2/+4
* openmp: Fix up handling of OMP_PLACES=threads(1)Jakub Jelinek2021-10-155-0/+50
* openmp: Add support for OMP_PLACES=numa_domainsJakub Jelinek2021-10-151-0/+10
* openmp: Add support for OMP_PLACES=ll_cachesJakub Jelinek2021-10-154-0/+40
* openmp, fortran: Add support for OpenMP declare variant directive in FortranKwok Cheung Yeung2021-10-151-0/+33