summaryrefslogtreecommitdiff
path: root/libgomp/target.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* re PR libgomp/83106 (libgomp/target.c:2671:2: error: ‘strncat’ specified ...Jakub Jelinek2017-11-221-5/+9
* target.c (struct gomp_coalesce_buf): New type.Jakub Jelinek2017-10-281-34/+192
* libgomp: Normalize the names of a few functions of the libgomp plugin APIThomas Schwinge2017-02-021-5/+5
* 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-46/+3
* target.c (gomp_device_copy): New function.Chung-Lin Tang2016-05-261-101/+151
* omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT regardless whethe...Jakub Jelinek2016-04-121-53/+39
* target.c (gomp_get_target_fn_addr): Allow host fallback if target function wa...Ilya Verbin2016-01-221-6/+1
* Merge of HSAMartin Jambor2016-01-191-62/+163
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* c-common.c (c_common_attribute_table): Handle "omp declare target link" attri...Ilya Verbin2015-12-151-15/+72
* libgomp.h (gomp_device_state): New enum.Ilya Verbin2015-12-141-26/+75
* omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek2015-11-141-86/+124
* gcc/Jakub Jelinek2015-11-051-65/+140
* target.c (gomp_map_vars): Initialize tgt->tgt_start and tgt->tgt_end to 0 whe...Ilya Verbin2015-10-141-1/+5
* builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek2015-10-131-159/+1115
* libgomp.map: Add 4.0.2 version.Nathan Sidwell2015-08-241-84/+104
* target.c (gomp_offload_image_to_device): Rename to ...Nathan Sidwell2015-07-211-62/+84
* target.c (GOMP_offload_register): Use int for device type arg.Nathan Sidwell2015-07-171-4/+2
* mkoffload.c (process): Constify host data.Nathan Sidwell2015-07-171-4/+6
* mkoffload.c (process): Constify target data.Nathan Sidwell2015-07-171-4/+4
* target.c (gomp_map_pointer): New function abstracting out GOMP_MAP_POINTER ha...Chung-Lin Tang2015-05-271-100/+62
* mkoffload.c (process): Support variable mapping.Julian Brown2015-04-081-7/+1
* libgomp: rework initialization of offloadingIlya Verbin2015-04-061-155/+299
* re PR libgomp/64972 (Build failure in libgomp for i686-w64-mingw32 target aft...Kai Tietz2015-03-251-2/+12
* target.c (gomp_load_plugin_for_device): Use const char * instead of char * fo...Ilya Tocar2015-02-181-2/+2
* re PR libgomp/64635 (darwin produces libgomp-plugin-host_nonshm.1.dylib but t...Jack Howarth2015-01-281-1/+2
* [PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.Thomas Schwinge2015-01-191-6/+5
* * target.c (num_devices): Guard with PLUGIN_SUPPORT.Gerald Pfeifer2015-01-161-0/+2
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-151-200/+434
* libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library.Thomas Schwinge2015-01-101-1/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* [PATCH 5/7] OpenMP 4.0 offloading infrastructure: libgomp.Jakub Jelinek2014-11-131-5/+846
* Update copyright years in libgomp/Richard Sandiford2014-01-021-1/+1
* target.c: New file.Jakub Jelinek2013-10-111-0/+96