aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)AuthorFilesLines
2019-01-31re PR c++/88988 (ICE: Segmentation fault (in lookup_name_real_1))Jakub Jelinek2-0/+33
2019-01-28re PR middle-end/89002 (ICE in scan_omp_1_op, at omp-low.c:3166)Jakub Jelinek1-43/+0
2019-01-28re PR middle-end/89002 (ICE in scan_omp_1_op, at omp-low.c:3166)Jakub Jelinek2-0/+91
2019-01-28re PR testsuite/89064 (libgomp.graphite/force-parallel-5.c fails starting wit...Richard Biener2-1/+7
2019-01-24[nvptx, libgomp] Fix memleak in GOMP_OFFLOAD_fini_deviceTom de Vries2-0/+11
2019-01-23[nvptx, libgomp] Fix cuMemAlloc with size zeroTom de Vries3-20/+51
2019-01-23[nvptx, libgomp] Fix assert (!s->map->active) in map_finiTom de Vries3-2/+48
2019-01-23[nvptx, libgomp] Fix map_pushTom de Vries3-18/+97
2019-01-15[nvptx] Handle assignment to gang-level reduction variableTom de Vries2-0/+22
2019-01-12[nvptx] Enable setting vector length using -fopenacc-dim -- testcasesTom de Vries5-0/+219
2019-01-12[nvptx] Enable setting vector length using -fopenacc-dimTom de Vries2-1/+5
2019-01-12[nvptx] Add vector_length 64 test-casesTom de Vries4-0/+61
2019-01-12[nvptx] Force vl32 if calling vector-partitionable routines -- test-casesTom de Vries3-0/+111
2019-01-12[nvptx] Don't emit barriers for empty loops -- test-casesTom de Vries3-0/+48
2019-01-12[nvptx] Enable large vectors -- reduction testcasesTom de Vries4-0/+179
2019-01-12[nvptx] Enable large vectors -- test-casesTom de Vries4-0/+127
2019-01-12[nvptx] Update insufficient launch message for variable vector_lengthTom de Vries2-8/+15
2019-01-12[nvptx] Enable large vectorsTom de Vries3-5/+11
2019-01-11Better distinguish OpenACC and OpenMP sections in libgomp.texiThomas Schwinge2-7/+15
2019-01-11[nvptx] Don't allow vector_length 64 with num_workers 16Tom de Vries2-0/+27
2019-01-11[libgomp, testsuite, openacc] Remove -foffload=-w in reduction-[1-5].cTom de Vries6-15/+9
2019-01-11[nvptx, testsuite, openacc, libgomp] Add insufficient-resources.cTom de Vries2-0/+26
2019-01-10Add testcase from PR71959Nathan Sidwell3-0/+73
2019-01-09libgomp: Reduce copy and paste for RTEMSSebastian Huber2-181/+7
2019-01-09libgomp: Avoid complex dependencies for RTEMSSebastian Huber2-0/+55
2019-01-09[libgomp, testsuite, openacc] Don't use const int for dimensionsTom de Vries6-15/+25
2019-01-09[nvptx, libgomp] Don't launch with num_workers == 0Tom de Vries2-0/+6
2019-01-07[nvptx] Fix libgomp.oacc-c-c++-common/vector-length-128-3.cTom de Vries2-1/+6
2019-01-03[nvptx] Add vector_length 128 testcasesTom de Vries3-0/+86
2019-01-01Update copyright years.Jakub Jelinek134-134/+138
2019-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2-1/+5
2018-12-28For libgomp OpenACC entry points, redefine the "device" argument to "flags"Thomas Schwinge2-19/+39
2018-12-28Cleanup libgomp's coalesce chunk data structuresThomas Schwinge2-21/+38
2018-12-27aligned1.f03: Fix invalid code that now causes an error after r267415.Steven G. Kargl1-2/+2
2018-12-19[nvptx] Commit passing pr85381-*.c test-casesTom de Vries4-0/+104
2018-12-19[nvptx, libgomp] Move rtl-dump test-cases to libgompTom de Vries4-0/+73
2018-12-14Missing changes from "Adjust copy/copyin/copyout/create for OpenACC 2.5"Thomas Schwinge19-297/+51
2018-12-14[PR88495] An OpenACC async queue is always synchronized with itselfThomas Schwinge4-139/+8
2018-12-14[PR88484] OpenACC wait directive without wait argument but with async clauseThomas Schwinge3-2/+84
2018-12-14[PR88407] [OpenACC] Correctly handle unseen async-argumentsThomas Schwinge11-267/+93
2018-12-14Revise libgomp.oacc-c-c++-common/data-2-lib.c, libgomp.oacc-c-c++-common/data...Thomas Schwinge3-157/+125
2018-12-14Correctly describe OpenACC async/wait dependenciesChung-Lin Tang4-3/+9
2018-12-14[PR88370] acc_get_cuda_stream/acc_set_cuda_stream: acc_async_sync, acc_async_...Thomas Schwinge8-20/+222
2018-12-14[offloading] Error on missing symbolsTom de Vries6-0/+90
2018-12-13[libgomp, nvptx] Fix libgomp.c/target-5.c compilationTom de Vries5-6/+74
2018-12-13re PR libgomp/88460 ([nvptx] FAIL: libgomp.c++/for-24.C (internal compiler er...Jakub Jelinek2-20/+26
2018-12-12re PR fortran/88463 (Rejects conforming source, OpenMP Parallel region Defaul...Jakub Jelinek3-0/+32
2018-12-12omp-builtins.def (BUILT_IN_GOMP_LOOP_NONMONOTONIC_RUNTIME_START, [...]): Fix ...Jakub Jelinek2-0/+118
2018-12-12Don't mark stack pointer as clobbered in asmAndreas Schwab2-2/+7
2018-12-09re PR libfortran/88411 (Random crashes for ASYNCHRONOUS writes (bad locking?))Thomas Koenig2-0/+35