aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-11[PR92843] [OpenACC] Fix dynamic reference counting for structured 'REFCOUNT_I...Thomas Schwinge6-21/+242
2019-12-11[OpenACC] Consolidate 'GOACC_enter_exit_data' and its helper functions in 'li...Thomas Schwinge5-263/+281
2019-12-11[OpenACC] Consolidate 'async'/'wait' code in 'libgomp/oacc-async.c'Thomas Schwinge5-73/+81
2019-12-11[PR92854] Add 'libgomp.oacc-c-c++-common/acc_map_data-device_already-*.c', 'l...Thomas Schwinge7-0/+210
2019-12-11[OpenACC] Initialize 'dynamic_refcount' whenever we initialize 'refcount'Thomas Schwinge2-0/+9
2019-12-11libgomp – spelling fixes, incl. omp_lib.h.inTobias Burnus16-36/+56
2019-12-11[OpenMP/OpenACC/Fortran] Fix mapping of optional (present|absent) argumentsTobias Burnus3-2/+8
2019-12-09[PR92116, PR92877] [OpenACC] Replace 'openacc.data_environ' by standard libgo...Thomas Schwinge8-112/+64
2019-12-09[PR92503] [OpenACC] Don't silently 'acc_unmap_data' in 'acc_free'Thomas Schwinge18-30/+242
2019-12-09[PR92840] [OpenACC] Refuse 'acc_unmap_data' unless mapped by 'acc_map_data'Thomas Schwinge7-17/+126
2019-12-09[PR92511] More testing for OpenACC "present" subarraysThomas Schwinge10-126/+670
2019-12-09Add 'libgomp.oacc-c-c++-common/map-data-1.c'Thomas Schwinge2-0/+55
2019-12-09[PR92854] Add 'libgomp.oacc-c-c++-common/pr92854-1.c'Thomas Schwinge2-0/+34
2019-12-09Add 'libgomp.oacc-c-c++-common/host_data-6.c'Thomas Schwinge2-0/+49