aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)AuthorFilesLines
2020-01-28Don't allow mixed component and non-component accesses for OpenACC/FortranJulian Brown4-36/+14
2020-01-24Add `--with-toolexeclibdir=' configuration optionMaciej W. Rozycki6-12/+61
2020-01-24Add missing ChangeLog entry for my last commitFrederik Harwath1-0/+16
2020-01-24Fix expectation and types in acc_get_property testsFrederik Harwath4-25/+25
2020-01-23Fix libgomp plugin-gcn bugAndrew Stubbs2-1/+7
2020-01-21Add runtime ISA check for amdgcn offloadingFrederik Harwath1-4/+127
2020-01-20Update OpenACC tests for amdgcnAndrew Stubbs19-45/+180
2020-01-17Rename acc_device_gcn to acc_device_radeonAndrew Stubbs10-17/+42
2020-01-10OpenACC 'acc_get_property' cleanupThomas Schwinge11-146/+154
2020-01-10Further changes for the OpenACC 'if_present' clause on the 'host_data' constructThomas Schwinge2-23/+44
2020-01-10re PR libgomp/93219 (unused return value in affinity-fmt.c)Jakub Jelinek3-3/+10
2020-01-10OpenACC – support "if" + "if_present" clauses with "host_data"Tobias Burnus4-2/+173
2020-01-08libgomp.texi: Fix typos, use https (actual change)Tobias Burnus1-11/+11
2020-01-08libgomp.texi: Fix typos, use https.Tobias Burnus1-0/+4
2020-01-03Fortran] OpenMP/OpenACC – fix more issues with OPTIONALTobias Burnus4-0/+172
2020-01-01Update copyright years.Jakub Jelinek149-149/+151
2020-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2-1/+5
2019-12-31re PR libgomp/93065 (libgomp: destructor missing to delete goacc_cleanup_key)Ayush Mittal2-0/+14
2019-12-28re PR bootstrap/93074 (build FAIL with --enable-offload-targets=nvptx-none)Jakub Jelinek2-0/+12
2019-12-22Add OpenACC 2.6 `acc_get_property' supportMaciej W. Rozycki19-6/+791
2019-12-22libgomp/test: Fix compilation for build sysrootMaciej W. Rozycki2-0/+7
2019-12-21[OMP] Restore 'omp declare target link' handlingThomas Schwinge2-1/+5
2019-12-20Fortran polymorphic class-type support for OpenACCJulian Brown4-0/+194
2019-12-20OpenACC 2.6 deep copy: Fortran execution testsJulian Brown14-0/+849
2019-12-20OpenACC 2.6 deep copy: C and C++ execution testsJulian Brown13-0/+698
2019-12-20OpenACC 2.6 deep copy: libgomp partsJulian Brown4-19/+179
2019-12-20OpenACC 2.6 deep copy: attach/detach API routinesJulian Brown8-0/+374
2019-12-20Use gomp_map_val for OpenACC host-to-device address translationJulian Brown4-8/+14
2019-12-20OpenACC reference count overhaulJulian Brown8-298/+301
2019-12-20Use aux struct in libgomp for infrequently-used/API-specific dataJulian Brown3-9/+36
2019-12-19re PR middle-end/86416 ([OpenMP] Offloading - better lto1 error message if mo...Jakub Jelinek3-4/+12
2019-12-19Add OpenACC 2.6's no_createJulian Brown10-0/+441
2019-12-18[OpenACC] Refactor 'goacc_enter_data' so that it can be called from 'goacc_in...Thomas Schwinge2-52/+46
2019-12-18[OpenACC] Refactor 'goacc_enter_data' so that it can be called from 'goacc_in...Thomas Schwinge2-28/+41
2019-12-18[OpenACC] Refactor 'goacc_remove_pointer' interfaceThomas Schwinge2-14/+15
2019-12-18[OpenACC] Refactor 'GOACC_enter_exit_data' to call 'goacc_enter_data', 'goacc...Thomas Schwinge2-17/+10
2019-12-18[OpenACC] Refactor 'delete_copyout' into 'goacc_exit_data'Thomas Schwinge2-14/+22
2019-12-18[OpenACC] Refactor 'present_create_copy' into 'goacc_enter_data'Thomas Schwinge2-27/+13
2019-12-18Assert in 'libgomp/target.c:gomp_unmap_vars_internal' that we're not unmappin...Thomas Schwinge2-1/+12
2019-12-18[OpenACC] In 'libgomp/target.c:gomp_to_device_kind_p', handle 'GOMP_MAP_FORCE...Thomas Schwinge2-0/+4
2019-12-18[PR92726, PR92970, PR92984] [OpenACC] Clarify 'acc_delete' etc. for 'NULL'-in...Thomas Schwinge10-192/+190
2019-12-18[OpenACC] Elaborate/simplify 'exit data' 'finalize' handlingThomas Schwinge2-11/+6
2019-12-18[PR92848] [OpenACC] Use 'GOMP_MAP_VARS_ENTER_DATA' for dynamic data lifetimesThomas Schwinge8-78/+410
2019-12-18Make 'libgomp/target.c:gomp_unmap_tgt' 'static' againThomas Schwinge3-2/+6
2019-12-18PR 86416 – improve lto1 diagnostic if a mode does not existTobias Burnus3-0/+50
2019-12-17libgomp/openacc.f90 – clean-up public/private attributesTobias Burnus4-10/+33
2019-12-13Fix potential race condition in OpenACC "exit data" operationsJulian Brown4-20/+68
2019-12-13Update OpenACC tests for amdgcnAndrew Stubbs8-2/+38
2019-12-13libgomp/openacc.f90 – clean-up public/private attributesTobias Burnus2-9/+20
2019-12-12re PR fortran/92899 ([OpenMP] ICE in gfc_trans_omp_atomic, at fortran/trans-o...Jakub Jelinek2-0/+51