aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-09Coalesce host to device transfers in libgomp: not for link pointerThomas Schwinge2-3/+10
2018-12-08re PR libgomp/87995 (libgomp.c/../libgomp.c-c++-common/cancel-taskgroup-3.c f...Jakub Jelinek2-4/+19
2018-12-02tree-nested.c (convert_nonlocal_omp_clauses, [...]): Handle OMP_CLAUSE_IN_RED...Jakub Jelinek2-0/+62
2018-12-02omp-low.c (check_omp_nesting_restrictions): Allow cancel or cancellation poin...Jakub Jelinek2-0/+36
2018-11-30[PR88288, OpenACC, libgomp] Adjust offsets for present data clausesCesar Philippidis3-1/+49
2018-11-30Add libgomp.oacc-fortran/lib-16-2.f90Thomas Schwinge3-0/+63
2018-11-28re PR tree-optimization/88182 (ICE in vectorizable_reduction, at tree-vect-lo...Richard Biener2-42/+5
2018-11-26Makefile.am (AUTOMAKE_OPTIONS): Drop dejagnu.Jakub Jelinek4-69/+152
2018-11-26re PR tree-optimization/88182 (ICE in vectorizable_reduction, at tree-vect-lo...Richard Biener2-0/+47
2018-11-20re PR bootstrap/88106 (Bootstrap failure on mingw32)Jakub Jelinek2-0/+73
2018-11-09affinity-fmt.c: Include inttypes.h if HAVE_INTTYPES_H.Jakub Jelinek2-27/+41
2018-11-09PR middle-end/81824 - Warn for missing attributes with function aliasesMartin Sebor1-2/+12
2018-11-09workshare-reduction-1.c: New test.Jakub Jelinek3-0/+106
2018-11-08Fix Solaris build with OpenMP 5.0Rainer Orth3-1/+9
2018-11-08task-reduction-8.c (bar): Add in_reduction clause for s[0].Jakub Jelinek2-1/+5
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek121-251/+14890
2018-11-062018-11-06 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang9-33/+953
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers8-1177/+1790