summaryrefslogtreecommitdiff
path: root/libgomp/target.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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