summaryrefslogtreecommitdiff
path: root/libgomp/oacc-mem.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-12-20OpenACC 2.6 deep copy: libgomp partsJulian Brown
2019-12-20OpenACC 2.6 deep copy: attach/detach API routinesJulian Brown
2019-12-20OpenACC reference count overhaulJulian Brown
2019-12-18[OpenACC] Refactor 'goacc_enter_data' so that it can be called from 'goacc_in...Thomas Schwinge
2019-12-18[OpenACC] Refactor 'goacc_enter_data' so that it can be called from 'goacc_in...Thomas Schwinge
2019-12-18[OpenACC] Refactor 'goacc_remove_pointer' interfaceThomas Schwinge
2019-12-18[OpenACC] Refactor 'GOACC_enter_exit_data' to call 'goacc_enter_data', 'goacc...Thomas Schwinge
2019-12-18[OpenACC] Refactor 'delete_copyout' into 'goacc_exit_data'Thomas Schwinge
2019-12-18[OpenACC] Refactor 'present_create_copy' into 'goacc_enter_data'Thomas Schwinge
2019-12-18[PR92726, PR92970, PR92984] [OpenACC] Clarify 'acc_delete' etc. for 'NULL'-in...Thomas Schwinge
2019-12-18[OpenACC] Elaborate/simplify 'exit data' 'finalize' handlingThomas Schwinge
2019-12-18[PR92848] [OpenACC] Use 'GOMP_MAP_VARS_ENTER_DATA' for dynamic data lifetimesThomas Schwinge
2019-12-13Fix potential race condition in OpenACC "exit data" operationsJulian Brown
2019-12-11[PR92843] [OpenACC] Fix dynamic reference counting for structured 'REFCOUNT_I...Thomas Schwinge
2019-12-11[OpenACC] Consolidate 'GOACC_enter_exit_data' and its helper functions in 'li...Thomas Schwinge
2019-12-09[PR92116, PR92877] [OpenACC] Replace 'openacc.data_environ' by standard libgo...Thomas Schwinge
2019-12-09[PR92503] [OpenACC] Don't silently 'acc_unmap_data' in 'acc_free'Thomas Schwinge
2019-12-09[PR92840] [OpenACC] Refuse 'acc_unmap_data' unless mapped by 'acc_map_data'Thomas Schwinge
2019-12-06[OpenMP/OpenACC/Fortran] Fix mapping of optional (present|absent) argumentsTobias Burnus
2019-11-20OpenACC "present" subarrays: runtime API return value and unmapping fixesJulian Brown
2019-05-24re PR libgomp/90585 (libgomp hsa plugin ftbfs in the x32 multilib variant)Jakub Jelinek
2019-05-17OpenACC Profiling Interface (incomplete)Thomas Schwinge
2019-05-132019-05-13 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2019-01-01Update copyright years.Jakub Jelinek
2018-12-14Missing changes from "Adjust copy/copyin/copyout/create for OpenACC 2.5"Thomas Schwinge
2018-11-062018-11-06 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang
2018-05-09[openacc] Factor out async argument utility functionsTom de Vries
2018-01-03Update copyright years.Jakub Jelinek
2017-05-24C/C++ OpenACC: acc_pcopyin, acc_pcreateThomas Schwinge
2017-01-01Update copyright years.Jakub Jelinek
2016-05-26oacc-plugin.h (GOMP_PLUGIN_async_unmap_vars): Add int parameter.Chung-Lin Tang
2016-05-26target.c (gomp_device_copy): New function.Chung-Lin Tang
2016-05-24c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POI...Cesar Philippidis
2016-03-23re PR libgomp/69414 ([OpenACC] "!$acc update self" does not provide expected ...James Norris
2016-01-04Update copyright years.Jakub Jelinek
2015-11-14omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek
2015-10-26[PR libgomp/65437, libgomp/66518] Initialize runtime in acc_update_device, ac...Thomas Schwinge
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek
2015-05-06oacc-init.c (acc_shutdown_1): Call gomp_mutex_unlock for goacc_thread_lock on...Julian Brown
2015-04-08mkoffload.c (process): Support variable mapping.Julian Brown
2015-04-06libgomp: rework initialization of offloadingIlya Verbin
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge