aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite
AgeCommit message (Expand)AuthorFilesLines
2020-09-16c++: local-scope OMP UDR reductions have no template headNathan Sidwell1-0/+1
2020-09-15OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668]Tobias Burnus2-0/+200
2020-09-14[libgomp, nvptx] Add __sync_compare_and_swap_16Tom de Vries1-0/+1
2020-09-08openacc: Fix atomic_capture-2.c iteration-ordering issuesJulian Brown1-49/+43
2020-09-08openacc: Fix race condition in Fortran loop collapse testsJulian Brown2-0/+6
2020-08-20Fortran: Fix OpenMP's 'if(simd:' etc. conditionsTobias Burnus1-0/+63
2020-08-13nvptx: Add support for subword compare-and-swapKwok Cheung Yeung1-0/+53
2020-08-13openmp: Add support for non-rectangular loops in taskloop constructJakub Jelinek3-0/+894
2020-08-08openmp: Handle clauses with gimple sequences in convert_nonlocal_omp_clauses ...Jakub Jelinek1-0/+21
2020-08-05openmp: Handle even some combined non-rectangular loopsJakub Jelinek2-0/+378
2020-08-05openmp: Handle reduction clauses on host teams construct [PR96459]Jakub Jelinek3-27/+82
2020-08-04[nvptx] Handle V2DI/V2SI mode in nvptx_gen_shuffleTom de Vries2-0/+57
2020-08-03openacc: No attach/detach present/release mappings for array descriptorsJulian Brown1-10/+81
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor26-1880/+4
2020-07-27openacc: Deep copy attach/detach should not affect reference countsJulian Brown5-2/+284
2020-07-24[testsuite] Unset 'offload_target' after useThomas Schwinge3-0/+3
2020-07-23openacc: Remove unnecessary detach finalizationJulian Brown1-0/+28
2020-07-23libomp: Add omp_depend_kind to omp_lib.{f90,h}Tobias Burnus1-0/+1
2020-07-22critical-hint-*.{c,f90}: Move from gcc/testsuite to libgomp/testsuiteTobias Burnus4-0/+248
2020-07-18x86-64: Define ASM_OUTPUT_ALIGNED_DECL_LOCALH.J. Lu1-0/+18
2020-07-16openacc: Fix standalone attach for Fortran assumed-shape array pointersJulian Brown2-0/+71
2020-07-15libgomp.fortran/alloc-1.F90: Fix testcase for 32bit size_tTobias Burnus1-7/+12
2020-07-15libgomp.fortran/struct-elem-map-1.f90: Add char kind=4 testsTobias Burnus1-40/+120
2020-07-15libgomp: Add Fortran routine support for allocatorsTobias Burnus7-2/+273
2020-07-14libgomp: Fix hang when profiling OpenACC programs with CUDA 9.0 nvprofKwok Cheung Yeung1-0/+80
2020-07-14[OpenMP, Fortran] Add structure/derived-type element mappingTobias Burnus1-0/+331
2020-07-14[Fortran, OpenMP] Fix allocatable-components check (PR67311)Tobias Burnus1-0/+41
2020-07-14openmp: Adjust outer bounds of non-rect loopsJakub Jelinek1-0/+230
2020-07-13openacc: Don't strip TO_PSET/POINTER for enter/exit dataJulian Brown1-0/+97
2020-07-10openacc: Adjust dynamic reference count semanticsJulian Brown14-63/+150
2020-07-09openacc: Set bias to zero for explicit attach/detach clauses in C and C++Julian Brown2-0/+94
2020-07-09openmp: Optimize triangular loop logical iterator to actual iterators computa...Jakub Jelinek2-0/+170
2020-07-03[OpenACC] Revert always-copyfrom behavior for 'GOMP_MAP_FORCE_FROM' in 'libgo...Thomas Schwinge1-1/+9
2020-06-30[testsuite] Replace fragile 'scan-assembler' with 'scan-offload-rtl' in 'libg...Thomas Schwinge5-10/+10
2020-06-27openmp: Non-rectangular loop support for non-composite worksharing loops and ...Jakub Jelinek2-0/+434
2020-06-26c++: Change the default dialect to C++17.Marek Polacek1-1/+2
2020-06-23handle dumpbase in offloading, adjust testsuiteAlexandre Oliva2-8/+1
2020-06-18Add 'dg-do run' to 'libgomp.fortran/use_device_ptr-optional-3.f90' [PR94848]Thomas Schwinge1-0/+1
2020-06-16OpenACC/Fortran: permit 'routine' inside PURETobias Burnus1-0/+52
2020-06-08openmp: ensure variables in offload table are streamed out (PRs 94848 + 95551)Tobias Burnus1-0/+32
2020-06-05Add 'libgomp.oacc-c-c++-common/struct-copyout-{1,2}.c'Julian Brown2-0/+82
2020-06-04[OpenACC 'exit data'] Evaluate 'copyfrom' individually for 'GOMP_MAP_STRUCT' ...Thomas Schwinge1-26/+67
2020-06-04[OpenACC 'exit data'] Evaluate 'finalize' individually for 'GOMP_MAP_STRUCT' ...Thomas Schwinge2-47/+146
2020-06-04Fix 'sizeof' usage in 'libgomp.oacc-c-c++-common/deep-copy-{7,8}.c'Thomas Schwinge2-4/+4
2020-06-04[OpenACC] Repair/restore 'is_tgt_unmapped' checkingThomas Schwinge7-26/+79
2020-06-04Extend 'libgomp.oacc-c-c++-common/pr92854-1.c' some more [PR92854]Thomas Schwinge1-17/+47
2020-06-04[OpenACC] XFAIL behavior of over-eager 'finalize' clauseThomas Schwinge10-0/+336
2020-06-04'libgomp.oacc-fortran/{error_,}stop-{1,2,3}.f': initialize before the checkpointThomas Schwinge6-0/+24
2020-05-30openmp: omp_alloc(0, ...) should return NULL.Jakub Jelinek1-0/+25
2020-05-23Fixes a hang on an invalid ID in a WAIT statement.Thomas Koenig1-0/+20