aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)Author
2015-04-22Update ChangeLog and version files for releasereleases/gcc-5.1.0GCC Administrator
2015-04-08mkoffload.c (process): Support variable mapping.Julian Brown
2015-04-06libgomp: rework initialization of offloadingIlya Verbin
2015-03-30re PR middle-end/65597 (ICE in build_outer_var_ref, at omp-low.c:1043)Jakub Jelinek
2015-03-27Add verification to libgomp.graphite/force-parallel-6.cTom de Vries
2015-03-27Scale down libgomp.graphite/force-parallel-6.cTom de Vries
2015-03-25re PR libgomp/64972 (Build failure in libgomp for i686-w64-mingw32 target aft...Kai Tietz
2015-03-21reduction-4.c: Don't run on hppa*-*-hpux*.John David Anglin
2015-03-19c-decl.c (c_decl_attributes): Also add "omp declare target" attribute for DEC...Jakub Jelinek
2015-03-13varpool.c (varpool_node::get_create): Don't set 'offloadable' flag for the ex...Ilya Verbin
2015-03-13libgomp: Add RTEMS supportSebastian Huber
2015-02-25Use DO_PRAGMA in libgomp.oacc-c-c++-common/reduction-1.cTom de Vries
2015-02-18target.c (gomp_load_plugin_for_device): Use const char * instead of char * fo...Ilya Tocar
2015-02-17libgomp: Make GOMP_PLUGIN_debug actually work...Thomas Schwinge
2015-02-17libgomp: Make nvptx helper routines self-contained.Thomas Schwinge
2015-02-11re PR middle-end/64824 (ICE in gimple verification)Jakub Jelinek
2015-02-04re PR middle-end/64824 (ICE in gimple verification)Jakub Jelinek
2015-02-01re PR libgomp/64635 (darwin produces libgomp-plugin-host_nonshm.1.dylib but t...David Edelsohn
2015-01-28re PR libgomp/64635 (darwin produces libgomp-plugin-host_nonshm.1.dylib but t...Jack Howarth
2015-01-28re PR libgomp/64635 (darwin produces libgomp-plugin-host_nonshm.1.dylib but t...Jack Howarth
2015-01-23re PR middle-end/64734 (ICE at omp lowering)Jakub Jelinek
2015-01-23Make fopenacc an LTO optionTom de Vries
2015-01-23Make fopenmp an LTO optionTom de Vries
2015-01-19[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.Thomas Schwinge
2015-01-19[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.Thomas Schwinge
2015-01-16libgomp: Don't use <alloca.h>.Thomas Schwinge
2015-01-16* target.c (num_devices): Guard with PLUGIN_SUPPORT.Gerald Pfeifer
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge
2015-01-10libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library.Thomas Schwinge
2015-01-08libgomp: Fix 32-bit x86 Intel MIC offloading testing.Thomas Schwinge
2015-01-08libgomp: Fix "intelmic" offloading in build-tree testing.Thomas Schwinge
2015-01-05Update copyright years.Jakub Jelinek
2015-01-05gcc.c (process_command): Update copyright notice dates.Jakub Jelinek
2014-12-12[libgomp][testsuite] Explicitly include target-utils.exp (fix libgomp testsui...Kyrylo Tkachov
2014-12-10Force output of vars with "omp declare target" attribute in gcc/varpool.cIlya Verbin
2014-12-10config.h.in: Regenerate.Varvara Rainchik
2014-12-03configure.tgt (x86_64): Tune -m32 multilib to generic.Uros Bizjak
2014-11-28omp-low.c (lower_omp_critical): Mark critical sections inside target function...Andrey Turetskiy
2014-11-26e.53.4.c: Add -DITESTITERS=20 to dg-options unless expensive testing is on.Jakub Jelinek
2014-11-25re PR fortran/63938 (OpenMP atomic update does not protect access to automati...Jakub Jelinek
2014-11-21futex.h (SYS_futex): Define if not already done.Steve Ellcey
2014-11-21Always use PIC option with -shared in libtoolH.J. Lu
2014-11-19e.53.5.c: Require vect_simd_clones effective target.Uros Bizjak
2014-11-14e.54.2.c (main): Use N / 8 instead of 32 as block_size.Jakub Jelinek
2014-11-13[PATCH 4/4] OpenMP 4.0 offloading to Intel MIC: non-fallback testing.Andrey Turetskiy
2014-11-13[PATCH 7/7] OpenMP 4.0 offloading infrastructure: testsuite.Andrey Turetskiy
2014-11-13[PATCH 5/7] OpenMP 4.0 offloading infrastructure: libgomp.Jakub Jelinek
2014-11-13[PATCH 1/7] OpenMP 4.0 offloading infrastructure: configure and makeBernd Schmidt
2014-11-11re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))Francois-Xavier Coudert
2014-11-05Fix gnu11 fallout on Solaris 10+Rainer Orth