summaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)Author
2019-03-27team.c (gomp_team_start): Initialize pool->threads[0].Kevin Buettner
2019-02-22[libgomp] In OpenACC testing, by default only build for the offload target th...Thomas Schwinge
2019-02-22[libgomp] In OpenACC testing, cycle though all offload targetsThomas Schwinge
2019-02-22[libgomp] Clarify difference between offload target, offload plugin, and Open...Thomas Schwinge
2019-02-22[libgomp] In OpenACC offloading testing, be more explicit in what is supporte...Thomas Schwinge
2019-02-19re PR c/87924 (OpenACC wait clauses without async-arguments)Chung-Lin Tang
2019-01-31re PR c++/88988 (ICE: Segmentation fault (in lookup_name_real_1))Jakub Jelinek
2019-01-28re PR middle-end/89002 (ICE in scan_omp_1_op, at omp-low.c:3166)Jakub Jelinek
2019-01-28re PR middle-end/89002 (ICE in scan_omp_1_op, at omp-low.c:3166)Jakub Jelinek
2019-01-28re PR testsuite/89064 (libgomp.graphite/force-parallel-5.c fails starting wit...Richard Biener
2019-01-24[nvptx, libgomp] Fix memleak in GOMP_OFFLOAD_fini_deviceTom de Vries
2019-01-23[nvptx, libgomp] Fix cuMemAlloc with size zeroTom de Vries
2019-01-23[nvptx, libgomp] Fix assert (!s->map->active) in map_finiTom de Vries
2019-01-23[nvptx, libgomp] Fix map_pushTom de Vries
2019-01-15[nvptx] Handle assignment to gang-level reduction variableTom de Vries
2019-01-12[nvptx] Enable setting vector length using -fopenacc-dim -- testcasesTom de Vries
2019-01-12[nvptx] Enable setting vector length using -fopenacc-dimTom de Vries
2019-01-12[nvptx] Add vector_length 64 test-casesTom de Vries
2019-01-12[nvptx] Force vl32 if calling vector-partitionable routines -- test-casesTom de Vries
2019-01-12[nvptx] Don't emit barriers for empty loops -- test-casesTom de Vries
2019-01-12[nvptx] Enable large vectors -- reduction testcasesTom de Vries
2019-01-12[nvptx] Enable large vectors -- test-casesTom de Vries
2019-01-12[nvptx] Update insufficient launch message for variable vector_lengthTom de Vries
2019-01-12[nvptx] Enable large vectorsTom de Vries
2019-01-11Better distinguish OpenACC and OpenMP sections in libgomp.texiThomas Schwinge
2019-01-11[nvptx] Don't allow vector_length 64 with num_workers 16Tom de Vries
2019-01-11[libgomp, testsuite, openacc] Remove -foffload=-w in reduction-[1-5].cTom de Vries
2019-01-11[nvptx, testsuite, openacc, libgomp] Add insufficient-resources.cTom de Vries
2019-01-10Add testcase from PR71959Nathan Sidwell
2019-01-09libgomp: Reduce copy and paste for RTEMSSebastian Huber
2019-01-09libgomp: Avoid complex dependencies for RTEMSSebastian Huber
2019-01-09[libgomp, testsuite, openacc] Don't use const int for dimensionsTom de Vries
2019-01-09[nvptx, libgomp] Don't launch with num_workers == 0Tom de Vries
2019-01-07[nvptx] Fix libgomp.oacc-c-c++-common/vector-length-128-3.cTom de Vries
2019-01-03[nvptx] Add vector_length 128 testcasesTom de Vries
2019-01-01Update copyright years.Jakub Jelinek
2019-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek
2018-12-28For libgomp OpenACC entry points, redefine the "device" argument to "flags"Thomas Schwinge
2018-12-28Cleanup libgomp's coalesce chunk data structuresThomas Schwinge
2018-12-27aligned1.f03: Fix invalid code that now causes an error after r267415.Steven G. Kargl
2018-12-19[nvptx] Commit passing pr85381-*.c test-casesTom de Vries
2018-12-19[nvptx, libgomp] Move rtl-dump test-cases to libgompTom de Vries
2018-12-14Missing changes from "Adjust copy/copyin/copyout/create for OpenACC 2.5"Thomas Schwinge
2018-12-14[PR88495] An OpenACC async queue is always synchronized with itselfThomas Schwinge
2018-12-14[PR88484] OpenACC wait directive without wait argument but with async clauseThomas Schwinge
2018-12-14[PR88407] [OpenACC] Correctly handle unseen async-argumentsThomas Schwinge
2018-12-14Revise libgomp.oacc-c-c++-common/data-2-lib.c, libgomp.oacc-c-c++-common/data...Thomas Schwinge
2018-12-14Correctly describe OpenACC async/wait dependenciesChung-Lin Tang
2018-12-14[PR88370] acc_get_cuda_stream/acc_set_cuda_stream: acc_async_sync, acc_async_...Thomas Schwinge
2018-12-14[offloading] Error on missing symbolsTom de Vries