aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-21libgomp: Fix up target-31.c test [PR106045]Jakub Jelinek1-1/+1
2022-06-13openmp: Conforming device numbers and omp_{initial,invalid}_deviceJakub Jelinek4-3/+63
2022-05-27openmp: Add support for enter clause on declare targetJakub Jelinek1-1/+1
2022-03-22[nvptx] Add warp sync at simt exitTom de Vries1-0/+25
2022-03-18[openmp] Fix SIMT reduction using TRUTH_{AND,OR}IF_EXPRTom de Vries2-0/+46
2022-03-10[nvptx] Disable warp sync in simt regionTom de Vries1-0/+18
2022-02-28[libgomp, testsuite, nvptx] Add -mptx=_ in declare-variant-3-sm*.cTom de Vries6-6/+6
2022-02-24[libgomp, testsuite, nvptx] Add libgomp.c/declare-variant-3-sm*.cTom de Vries7-0/+108
2022-02-22[libgomp, nvptx] Fix hang in gomp_team_barrier_wait_endTom de Vries1-8/+0
2022-02-09C, C++, Fortran, OpenMP: Add 'has_device_addr' clause to 'target' construct.Marcel Vollweiler1-0/+33
2022-02-08libgomp: Fix segfault with posthumous orphan tasks [PR104385]Jakub Jelinek1-0/+26
2022-01-13Host and offload targets have no common meaning of address spacesThomas Schwinge1-4/+0
2022-01-03Update copyright years.Jakub Jelinek2-2/+2
2021-12-09OpenMP 5.0: Remove array section base-pointer mapping semantics and other fro...Chung-Lin Tang2-11/+11
2021-11-24openmp: Fix up handling of kind(host) and kind(nohost) in ACCEL_COMPILERs [PR...Jakub Jelinek1-0/+45
2021-11-15libgomp: Add a testcase for omp_get_num_teams inside of target inside of host...Jakub Jelinek1-0/+17
2021-11-12openmp: Honor OpenMP 5.1 num_teams lower boundJakub Jelinek1-1/+1
2021-11-11libgomp: Use TLS storage for omp_get_num_teams()/omp_get_team_num() valuesJakub Jelinek1-0/+30
2021-10-30OpenMP: Add strictly nested API call check [PR102972]Tobias Burnus9-64/+124
2021-10-27openmp: Allow non-rectangular loops with pointer iteratorsJakub Jelinek2-0/+376
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-12vectorizer: Fix up -fsimd-cost-model= handlingJakub Jelinek12-12/+12
2021-10-09Adjust more testcases for O2 vectorization enabling.liuhongt12-12/+12
2021-09-06'libgomp.c/target-43.c': '-latomic' for nvptx offloadingThomas Schwinge1-0/+2
2021-08-23Add 'libgomp.c/address-space-1.c'Thomas Schwinge1-0/+28
2021-08-12OpenMP 5.1: Add proc-bind 'primary' supportTobias Burnus1-4/+10
2021-06-29Add 'default' to -foffload=; document that flag [PR67300]Tobias Burnus1-1/+1
2021-05-18'libgomp.c/target-44.c': Restrict '-latomic' to nvptx offloading compilationThomas Schwinge1-1/+1
2021-05-13testsuite: prune new LTO warningMartin Liska2-0/+2
2021-05-11openmp: Fix up taskloop reduction ICE if taskloop has no iterations [PR100471]Jakub Jelinek1-0/+21
2021-05-03[openmp, simt] Disable SIMT for user-defined reductionTom de Vries1-0/+27
2021-04-29[omp, simt] Handle alternative IVTom de Vries1-0/+48
2021-04-29[omp, simt] Fix expand_GOMP_SIMT_*Tom de Vries1-0/+24
2021-04-21libgomp/testsuite: Fix checks for dg-excess-errorsTobias Burnus2-4/+4
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 Burnus1-2/+1
2021-03-25Avoid OpenMP/nvptx execution-time hangs for simple nested OpenMP 'target'/'pa...Thomas Schwinge1-0/+19
2021-01-04Update copyright years.Jakub Jelinek2-2/+2
2020-12-18openmp: Don't optimize shared to firstprivate on task with depend clauseJakub Jelinek1-0/+47
2020-11-18testsuite/libgomp.c/usleep.h: Use sleep-loop also for GCNTobias Burnus1-3/+4
2020-11-05openmp: Mark deprecated symbols in OpenMP 5.0Kwok Cheung Yeung20-1/+29
2020-10-28openmp: Implicitly discover declare target for variants of declare variant callsJakub Jelinek1-0/+42
2020-10-28xfail and improve some failing libgomp tests [PR81690]Jakub Jelinek3-5/+31
2020-10-28lto: LTO cgraph support for late declare variant resolution [PR96680]Jakub Jelinek1-0/+54
2020-10-22openmp: Add test for OMP_TARGET_OFFLOAD=mandatory for cases where it must not...Jakub Jelinek1-0/+33
2020-10-22openmp: Change omp_get_initial_device () to match OpenMP 5.1 requirementsJakub Jelinek1-0/+10