aboutsummaryrefslogtreecommitdiff
path: root/liboffloadmic
AgeCommit message (Expand)AuthorFilesLines
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers11-2216/+3349
2018-04-18re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)David Malcolm3-2/+8
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-31libgomp: Provide prototypes for functions implemented by libgomp pluginsThomas Schwinge2-2/+14
2017-01-21re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek6-10/+44
2017-01-20re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek3-6/+12
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek6-8/+43
2016-11-15config-ml.in: Remove references to GCJ.Matthias Klose2-3/+6
2016-07-21backport: Makefile.am (myo_inc_dir): Remove.Ilya Verbin90-5150/+4921
2016-05-26target.c (gomp_device_copy): New function.Chung-Lin Tang2-51/+88
2016-01-20libgomp-plugin-intelmic.cpp (GOMP_OFFLOAD_run): Pass extra NULL to GOMP_OFFLO...Ilya Verbin2-1/+7
2016-01-19Merge of HSAMartin Jambor2-2/+7
2015-12-14libgomp.h (gomp_device_state): New enum.Ilya Verbin2-14/+9
2015-11-19libgomp-plugin-intelmic.cpp (struct TargetImageDesc): New.Ilya Verbin3-138/+183
2015-11-14omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek4-23/+77
2015-10-26offload_host.cpp (OffloadDescriptor::setup_misc_data): Use calloc instead of ...Ilya Verbin2-2/+10
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek3-0/+54
2015-10-08liboffloadmic: Add missed checks for malloc and strdup return valuesIlya Verbin5-4/+35
2015-09-29libgomp-plugin-intelmic.cpp (OFFLOAD_ACTIVE_WAIT_ENV): New define.Ilya Verbin7-611/+1126
2015-09-28re PR other/67652 (liboffloadmic/runtime/offload_engine.cpp:176: strange expr...Ilya Verbin2-1/+6
2015-09-08backport: Makefile.am (liboffloadmic_host_la_DEPENDENCIES): Remove libcoi_hos...Ilya Verbin88-1539/+7246
2015-08-24libgomp.map: Add 4.0.2 version.Nathan Sidwell2-3/+27
2015-08-24Makefile.am (include_src_dir): Set.Thomas Schwinge4-3/+13
2015-07-24re PR other/66259 (Combined gcc and binutils build from git-master fails, wit...Jeff Law2-1/+6
2015-07-17mkoffload.c (process): Constify target data.Nathan Sidwell2-4/+12
2015-07-08liboffloadmic plugin: Address -Wnarrowing diagnosticsThomas Schwinge3-2/+8
2015-05-13liboffloadmic: Bump to automake 1.11.6Michael Haubenwallner7-116/+244
2015-04-06libgomp: rework initialization of offloadingIlya Verbin2-104/+113
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2-1/+30
2015-01-10libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library.Thomas Schwinge5-5/+10
2014-11-13[PATCH 3/4] OpenMP 4.0 offloading to Intel MIC: libgomp plugin.Ilya Verbin11-3/+19573
2014-11-13[PATCH 2/4] OpenMP 4.0 offloading to Intel MIC: liboffloadmic.Kirill Yukhin91-0/+46879