summaryrefslogtreecommitdiff
path: root/libgomp/oacc-mem.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* OpenACC 2.6 deep copy: libgomp partsJulian Brown2019-12-201-18/+110
* OpenACC 2.6 deep copy: attach/detach API routinesJulian Brown2019-12-201-0/+84
* OpenACC reference count overhaulJulian Brown2019-12-201-270/+178
* [OpenACC] Refactor 'goacc_enter_data' so that it can be called from 'goacc_in...Thomas Schwinge2019-12-181-52/+40
* [OpenACC] Refactor 'goacc_enter_data' so that it can be called from 'goacc_in...Thomas Schwinge2019-12-181-28/+37
* [OpenACC] Refactor 'goacc_remove_pointer' interfaceThomas Schwinge2019-12-181-14/+12
* [OpenACC] Refactor 'GOACC_enter_exit_data' to call 'goacc_enter_data', 'goacc...Thomas Schwinge2019-12-181-17/+7
* [OpenACC] Refactor 'delete_copyout' into 'goacc_exit_data'Thomas Schwinge2019-12-181-14/+19
* [OpenACC] Refactor 'present_create_copy' into 'goacc_enter_data'Thomas Schwinge2019-12-181-27/+10
* [PR92726, PR92970, PR92984] [OpenACC] Clarify 'acc_delete' etc. for 'NULL'-in...Thomas Schwinge2019-12-181-17/+11
* [OpenACC] Elaborate/simplify 'exit data' 'finalize' handlingThomas Schwinge2019-12-181-11/+3
* [PR92848] [OpenACC] Use 'GOMP_MAP_VARS_ENTER_DATA' for dynamic data lifetimesThomas Schwinge2019-12-181-32/+56
* Fix potential race condition in OpenACC "exit data" operationsJulian Brown2019-12-131-6/+5
* [PR92843] [OpenACC] Fix dynamic reference counting for structured 'REFCOUNT_I...Thomas Schwinge2019-12-111-18/+24
* [OpenACC] Consolidate 'GOACC_enter_exit_data' and its helper functions in 'li...Thomas Schwinge2019-12-111-6/+268
* [PR92116, PR92877] [OpenACC] Replace 'openacc.data_environ' by standard libgo...Thomas Schwinge2019-12-091-94/+27
* [PR92503] [OpenACC] Don't silently 'acc_unmap_data' in 'acc_free'Thomas Schwinge2019-12-091-9/+8
* [PR92840] [OpenACC] Refuse 'acc_unmap_data' unless mapped by 'acc_map_data'Thomas Schwinge2019-12-091-1/+17
* [OpenMP/OpenACC/Fortran] Fix mapping of optional (present|absent) argumentsTobias Burnus2019-12-061-0/+9
* OpenACC "present" subarrays: runtime API return value and unmapping fixesJulian Brown2019-11-201-7/+5
* re PR libgomp/90585 (libgomp hsa plugin ftbfs in the x32 multilib variant)Jakub Jelinek2019-05-241-2/+0
* OpenACC Profiling Interface (incomplete)Thomas Schwinge2019-05-171-1/+112
* 2019-05-13 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang2019-05-131-36/+21
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* Missing changes from "Adjust copy/copyin/copyout/create for OpenACC 2.5"Thomas Schwinge2018-12-141-22/+25
* 2018-11-06 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang2018-11-061-33/+109
* Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang2018-06-201-34/+162
* [openacc] Factor out async argument utility functionsTom de Vries2018-05-091-1/+1
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* C/C++ OpenACC: acc_pcopyin, acc_pcreateThomas Schwinge2017-05-241-0/+22
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* oacc-plugin.h (GOMP_PLUGIN_async_unmap_vars): Add int parameter.Chung-Lin Tang2016-05-261-4/+1
* target.c (gomp_device_copy): New function.Chung-Lin Tang2016-05-261-10/+15
* c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POI...Cesar Philippidis2016-05-241-4/+42
* re PR libgomp/69414 ([OpenACC] "!$acc update self" does not provide expected ...James Norris2016-03-231-2/+4
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek2015-11-141-1/+0
* [PR libgomp/65437, libgomp/66518] Initialize runtime in acc_update_device, ac...Thomas Schwinge2015-10-261-3/+3
* builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek2015-10-131-5/+6
* oacc-init.c (acc_shutdown_1): Call gomp_mutex_unlock for goacc_thread_lock on...Julian Brown2015-05-061-41/+121
* mkoffload.c (process): Support variable mapping.Julian Brown2015-04-081-4/+12
* libgomp: rework initialization of offloadingIlya Verbin2015-04-061-25/+20
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-151-0/+585