aboutsummaryrefslogtreecommitdiff
path: root/libgomp/target.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-02libgomp: Normalize the names of a few functions of the libgomp plugin APIThomas Schwinge1-5/+5
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-46/+3
2016-05-26target.c (gomp_device_copy): New function.Chung-Lin Tang1-101/+151
2016-04-12omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT regardless whethe...Jakub Jelinek1-53/+39
2016-01-22target.c (gomp_get_target_fn_addr): Allow host fallback if target function wa...Ilya Verbin1-6/+1
2016-01-19Merge of HSAMartin Jambor1-62/+163
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-15c-common.c (c_common_attribute_table): Handle "omp declare target link" attri...Ilya Verbin1-15/+72
2015-12-14libgomp.h (gomp_device_state): New enum.Ilya Verbin1-26/+75
2015-11-14omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek1-86/+124
2015-11-05gcc/Jakub Jelinek1-65/+140
2015-10-14target.c (gomp_map_vars): Initialize tgt->tgt_start and tgt->tgt_end to 0 whe...Ilya Verbin1-1/+5
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-159/+1115
2015-08-24libgomp.map: Add 4.0.2 version.Nathan Sidwell1-84/+104
2015-07-21target.c (gomp_offload_image_to_device): Rename to ...Nathan Sidwell1-62/+84
2015-07-17target.c (GOMP_offload_register): Use int for device type arg.Nathan Sidwell1-4/+2
2015-07-17mkoffload.c (process): Constify host data.Nathan Sidwell1-4/+6
2015-07-17mkoffload.c (process): Constify target data.Nathan Sidwell1-4/+4
2015-05-27target.c (gomp_map_pointer): New function abstracting out GOMP_MAP_POINTER ha...Chung-Lin Tang1-100/+62
2015-04-08mkoffload.c (process): Support variable mapping.Julian Brown1-7/+1
2015-04-06libgomp: rework initialization of offloadingIlya Verbin1-155/+299
2015-03-25re PR libgomp/64972 (Build failure in libgomp for i686-w64-mingw32 target aft...Kai Tietz1-2/+12
2015-02-18target.c (gomp_load_plugin_for_device): Use const char * instead of char * fo...Ilya Tocar1-2/+2
2015-01-28re PR libgomp/64635 (darwin produces libgomp-plugin-host_nonshm.1.dylib but t...Jack Howarth1-1/+2
2015-01-19[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.Thomas Schwinge1-6/+5
2015-01-16* target.c (num_devices): Guard with PLUGIN_SUPPORT.Gerald Pfeifer1-0/+2
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-200/+434
2015-01-10libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library.Thomas Schwinge1-1/+2
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-13[PATCH 5/7] OpenMP 4.0 offloading infrastructure: libgomp.Jakub Jelinek1-5/+846
2014-01-02Update copyright years in libgomp/Richard Sandiford1-1/+1
2013-10-11target.c: New file.Jakub Jelinek1-0/+96