aboutsummaryrefslogtreecommitdiff
path: root/libgomp/oacc-mem.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-11[PR92843] [OpenACC] Fix dynamic reference counting for structured 'REFCOUNT_I...Thomas Schwinge1-18/+24
2019-12-11[OpenACC] Consolidate 'GOACC_enter_exit_data' and its helper functions in 'li...Thomas Schwinge1-6/+268
2019-12-09[PR92116, PR92877] [OpenACC] Replace 'openacc.data_environ' by standard libgo...Thomas Schwinge1-94/+27
2019-12-09[PR92503] [OpenACC] Don't silently 'acc_unmap_data' in 'acc_free'Thomas Schwinge1-9/+8
2019-12-09[PR92840] [OpenACC] Refuse 'acc_unmap_data' unless mapped by 'acc_map_data'Thomas Schwinge1-1/+17
2019-12-06[OpenMP/OpenACC/Fortran] Fix mapping of optional (present|absent) argumentsTobias Burnus1-0/+9
2019-11-20OpenACC "present" subarrays: runtime API return value and unmapping fixesJulian Brown1-7/+5
2019-05-24re PR libgomp/90585 (libgomp hsa plugin ftbfs in the x32 multilib variant)Jakub Jelinek1-2/+0
2019-05-17OpenACC Profiling Interface (incomplete)Thomas Schwinge1-1/+112
2019-05-132019-05-13 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang1-36/+21
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-14Missing changes from "Adjust copy/copyin/copyout/create for OpenACC 2.5"Thomas Schwinge1-22/+25
2018-11-062018-11-06 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang1-33/+109
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang1-34/+162
2018-05-09[openacc] Factor out async argument utility functionsTom de Vries1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-05-24C/C++ OpenACC: acc_pcopyin, acc_pcreateThomas Schwinge1-0/+22
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-05-26oacc-plugin.h (GOMP_PLUGIN_async_unmap_vars): Add int parameter.Chung-Lin Tang1-4/+1
2016-05-26target.c (gomp_device_copy): New function.Chung-Lin Tang1-10/+15
2016-05-24c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POI...Cesar Philippidis1-4/+42
2016-03-23re PR libgomp/69414 ([OpenACC] "!$acc update self" does not provide expected ...James Norris1-2/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-14omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek1-1/+0
2015-10-26[PR libgomp/65437, libgomp/66518] Initialize runtime in acc_update_device, ac...Thomas Schwinge1-3/+3
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-5/+6
2015-05-06oacc-init.c (acc_shutdown_1): Call gomp_mutex_unlock for goacc_thread_lock on...Julian Brown1-41/+121
2015-04-08mkoffload.c (process): Support variable mapping.Julian Brown1-4/+12
2015-04-06libgomp: rework initialization of offloadingIlya Verbin1-25/+20
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+585