summaryrefslogtreecommitdiff
path: root/libgomp
Commit message (Expand)AuthorAgeFilesLines
* openacc.h (__GOACC_NOTHROW): Fix noexcept syntax.Jason Merrill2015-05-093-2/+9
* oacc-init.c (acc_device_lock): Add explanatory comment.Julian Brown2015-05-062-2/+38
* oacc-init.c (acc_shutdown_1): Call gomp_mutex_unlock for goacc_thread_lock on...Julian Brown2015-05-063-43/+141
* [PR testsuite/65205, libgomp/65993] Fix dg-shouldfail usage in OpenACC libgom...Thomas Schwinge2015-05-0536-38/+81
* [PR testsuite/65205] Fix dg-shouldfail usage in OpenACC libgomp testsJames Norris2015-04-3046-49/+171
* mkoffload.c (process): Support variable mapping.Julian Brown2015-04-0813-450/+583
* libgomp: rework initialization of offloadingIlya Verbin2015-04-0610-241/+420
* re PR middle-end/65597 (ICE in build_outer_var_ref, at omp-low.c:1043)Jakub Jelinek2015-03-302-0/+26
* Add verification to libgomp.graphite/force-parallel-6.cTom de Vries2015-03-272-3/+57
* Scale down libgomp.graphite/force-parallel-6.cTom de Vries2015-03-272-2/+9
* re PR libgomp/64972 (Build failure in libgomp for i686-w64-mingw32 target aft...Kai Tietz2015-03-253-7/+38
* reduction-4.c: Don't run on hppa*-*-hpux*.John David Anglin2015-03-212-1/+6
* c-decl.c (c_decl_attributes): Also add "omp declare target" attribute for DEC...Jakub Jelinek2015-03-193-0/+22
* varpool.c (varpool_node::get_create): Don't set 'offloadable' flag for the ex...Ilya Verbin2015-03-133-0/+38
* libgomp: Add RTEMS supportSebastian Huber2015-03-134-26/+49
* Use DO_PRAGMA in libgomp.oacc-c-c++-common/reduction-1.cTom de Vries2015-02-252-147/+85
* target.c (gomp_load_plugin_for_device): Use const char * instead of char * fo...Ilya Tocar2015-02-182-2/+8
* libgomp: Make GOMP_PLUGIN_debug actually work...Thomas Schwinge2015-02-172-1/+5
* libgomp: Make nvptx helper routines self-contained.Thomas Schwinge2015-02-172-0/+230
* re PR middle-end/64824 (ICE in gimple verification)Jakub Jelinek2015-02-113-0/+72
* re PR middle-end/64824 (ICE in gimple verification)Jakub Jelinek2015-02-045-0/+122
* re PR libgomp/64635 (darwin produces libgomp-plugin-host_nonshm.1.dylib but t...David Edelsohn2015-02-013-27/+10
* re PR libgomp/64635 (darwin produces libgomp-plugin-host_nonshm.1.dylib but t...Jack Howarth2015-01-281-0/+26
* re PR libgomp/64635 (darwin produces libgomp-plugin-host_nonshm.1.dylib but t...Jack Howarth2015-01-286-2/+99
* re PR middle-end/64734 (ICE at omp lowering)Jakub Jelinek2015-01-232-0/+60
* Make fopenacc an LTO optionTom de Vries2015-01-232-0/+23
* Make fopenmp an LTO optionTom de Vries2015-01-232-1/+7
* [PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.Thomas Schwinge2015-01-191-0/+1
* [PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.Thomas Schwinge2015-01-194-15/+22
* libgomp: Don't use <alloca.h>.Thomas Schwinge2015-01-162-2/+6
* * target.c (num_devices): Guard with PLUGIN_SUPPORT.Gerald Pfeifer2015-01-162-0/+6
* Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge2015-01-15239-548/+23335
* libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library.Thomas Schwinge2015-01-1065-82/+159
* libgomp: Fix 32-bit x86 Intel MIC offloading testing.Thomas Schwinge2015-01-083-2/+6
* libgomp: Fix "intelmic" offloading in build-tree testing.Thomas Schwinge2015-01-082-2/+6
* Update copyright years.Jakub Jelinek2015-01-0567-67/+68
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2015-01-052-1/+5
* [libgomp][testsuite] Explicitly include target-utils.exp (fix libgomp testsui...Kyrylo Tkachov2014-12-122-1/+7
* Force output of vars with "omp declare target" attribute in gcc/varpool.cIlya Verbin2014-12-102-0/+41
* config.h.in: Regenerate.Varvara Rainchik2014-12-106-4/+50
* configure.tgt (x86_64): Tune -m32 multilib to generic.Uros Bizjak2014-12-032-2/+6
* omp-low.c (lower_omp_critical): Mark critical sections inside target function...Andrey Turetskiy2014-11-282-0/+77
* e.53.4.c: Add -DITESTITERS=20 to dg-options unless expensive testing is on.Jakub Jelinek2014-11-264-5/+21
* re PR fortran/63938 (OpenMP atomic update does not protect access to automati...Jakub Jelinek2014-11-253-0/+38
* futex.h (SYS_futex): Define if not already done.Steve Ellcey2014-11-212-0/+9
* Always use PIC option with -shared in libtoolH.J. Lu2014-11-212-2/+7
* e.53.5.c: Require vect_simd_clones effective target.Uros Bizjak2014-11-193-2/+8
* e.54.2.c (main): Use N / 8 instead of 32 as block_size.Jakub Jelinek2014-11-143-2/+9
* [PATCH 4/4] OpenMP 4.0 offloading to Intel MIC: non-fallback testing.Andrey Turetskiy2014-11-137-2/+89
* [PATCH 7/7] OpenMP 4.0 offloading infrastructure: testsuite.Andrey Turetskiy2014-11-1366-5/+3686