aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.c-c++-common
AgeCommit message (Expand)AuthorFilesLines
2026-03-20libgomp: Fix missing "target exit data" support for iteratorsTobias Burnus3-0/+65
2026-03-20openmp: Fix ICE with "target data" and iteratorsKwok Cheung Yeung1-0/+45
2026-02-12openmp: Allocate memory for private/firstprivate clauses as directed by alloc...Kwok Cheung Yeung2-0/+174
2026-02-03libgomp, amdgcn, nvptx: Improve omp_target_is_accessible [PR121813]Andrew Stubbs5-8/+139
2026-01-14libgomp: Add a few more OpenMP/USM test casesThomas Schwinge6-0/+36
2025-12-11openmp: Bump Version from 4.5 to 5.2 (2/4)supers1ngular36-33/+40
2025-12-11[PATCH v2 1/4] openmp: Bump Version from 4.5 to 5.2 (1/4)supers1ngular19-0/+72
2025-12-09amdgcn: Adjust failure mode for gfx908 USMAndrew Stubbs3-0/+3
2025-12-04amdgcn, libgomp: use xfail for gfx908 requires testsAndrew Stubbs3-3/+6
2025-12-01libgomp, amdgcn: Implement Managed MemoryAndrew Stubbs3-0/+9
2025-12-01OpenMP/Fortran: Allow explicit map followed by implicit deep mapping [PR120505]Paul-Antoine Arras2-2/+2
2025-11-26Change the default C++ dialect to gnu++20Jakub Jelinek2-25/+25
2025-11-22OpenMP: C/C++ common testcases for "omp begin declare variant"Sandra Loosemore2-0/+92
2025-11-17OpenMP/OpenACC tests. vs C++26Jakub Jelinek32-128/+128
2025-11-12libgomp.{c-c++-common,fortran}/target-is-accessible-1.c: Fix testcases for om...Tobias Burnus1-1/+1
2025-11-12OpenMP: Add omp_default_device named constant [PR119677]Tobias Burnus1-0/+59
2025-09-18OpenMP: Unshare expr in context-selector condition [PR121922]Tobias Burnus1-0/+40
2025-08-06openmp: Add support for iterators in 'target update' clauses (C/C++)Kwok Cheung Yeung3-0/+190
2025-08-06openmp: Add support for iterators in map clauses (C/C++)Kwok Cheung Yeung3-0/+147
2025-06-03libgomp: Fix up omp_target_memset-3.c test for C++ [PR120444]Jakub Jelinek1-2/+2
2025-06-02libgomp: Add OpenMP's omp_target_memset/omp_target_memset_asyncTobias Burnus3-0/+204
2025-05-30Defuse 'RESULT_DECL' check in 'pass_nrv' (for offloading compilation) [PR119835]Thomas Schwinge2-1/+2
2025-05-30OpenMP: Support OpenMP 5.0 "declare mapper" directives for CJulian Brown6-6/+6
2025-05-30OpenMP: C++ "declare mapper" supportJulian Brown6-0/+391
2025-05-23libgomp.c-c++-common/metadirective-1.c: Expect 'error:' for nvptx compile [PR...Tobias Burnus1-1/+7
2025-05-19Add 'libgomp.c-c++-common/target-abi-struct-1-O0.c', 'libgomp.oacc-c-c++-comm...Thomas Schwinge1-0/+3
2025-04-25Add 'libgomp.c-c++-common/target-cdtor-1.c'Thomas Schwinge1-0/+89
2025-04-24libgomp: Add additional OpenMP interop runtime testsTobias Burnus1-0/+129
2025-04-16For nvptx offloading, make sure to emit C++ constructor, destructor aliases [...Thomas Schwinge1-1/+1
2025-03-21libgomp/plugin: Add initial interop support to nvptx + gcnTobias Burnus1-1/+1
2025-03-21OpenMP: 'interop' construct - add ME support + target-independent libgompPaul-Antoine Arras1-0/+43
2025-01-16OpenMP: Shared metadirective/dynamic selector tests for C and C++Sandra Loosemore8-0/+424
2024-11-20OpenMP: common C/C++ testcases for dispatch + adjust_argsPaul-Antoine Arras2-0/+160
2024-11-11libgomp.c-c++-common/pr109062.c: Fix expected spin count for hybrid x86Tobias Burnus1-1/+5
2024-09-24libgomp: with USM, init 'link' variables with host addressTobias Burnus2-0/+104
2024-08-28libgomp: Add interop types and routines to OpenMP's headers and moduleTobias Burnus2-0/+641
2024-08-09OpenMP: Constructors and destructors for "declare target" static aggregates: ...Thomas Schwinge2-2/+2
2024-08-07OpenMP: Constructors and destructors for "declare target" static aggregatesTobias Burnus2-0/+85
2024-08-07libgomp.c-c++-common/target-link-2.c: Fix test on multi-device systemsTobias Burnus1-0/+3
2024-07-29libgomp: Fix declare target link with offset array-section mapping [PR116107]Tobias Burnus1-0/+59
2024-06-05openmp: OpenMP loop transformation supportJakub Jelinek22-0/+978
2024-03-22openmp: Change to using a hashtab to lookup offload target addresses for indi...Kwok Cheung Yeung1-7/+7
2024-01-11OpenMP: lvalue parsing for map/to/from clauses (C)Julian Brown2-0/+66
2024-01-09OpenMP: lvalue parsing for map/to/from clauses (C++)Julian Brown3-0/+165
2023-12-20OpenMP, NVPTX: memcpy[23]D bias correctionJulian Brown1-0/+61
2023-12-15OpenMP/OpenACC: Unordered/non-constant component offset runtime diagnosticJulian Brown3-0/+177
2023-12-13OpenMP/OpenACC: Rework clause expansion and nested struct handlingJulian Brown8-0/+393
2023-11-07openmp: Add support for the 'indirect' clause in C/C++Kwok Cheung Yeung2-0/+54
2023-09-04Add 'libgomp.c-c++-common/pr100059-1.c'Tobias Burnus1-0/+55
2023-08-25OpenMP: New C/C++ testcases for imperfectly nested loops.Sandra Loosemore10-0/+1040