summaryrefslogtreecommitdiff
path: root/libgomp
Commit message (Expand)AuthorAgeFilesLines
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2019-01-012-1/+5
* For libgomp OpenACC entry points, redefine the "device" argument to "flags"Thomas Schwinge2018-12-282-19/+39
* Cleanup libgomp's coalesce chunk data structuresThomas Schwinge2018-12-282-21/+38
* aligned1.f03: Fix invalid code that now causes an error after r267415.Steven G. Kargl2018-12-271-2/+2
* [nvptx] Commit passing pr85381-*.c test-casesTom de Vries2018-12-194-0/+104
* [nvptx, libgomp] Move rtl-dump test-cases to libgompTom de Vries2018-12-194-0/+73
* Missing changes from "Adjust copy/copyin/copyout/create for OpenACC 2.5"Thomas Schwinge2018-12-1419-297/+51
* [PR88495] An OpenACC async queue is always synchronized with itselfThomas Schwinge2018-12-144-139/+8
* [PR88484] OpenACC wait directive without wait argument but with async clauseThomas Schwinge2018-12-143-2/+84
* [PR88407] [OpenACC] Correctly handle unseen async-argumentsThomas Schwinge2018-12-1411-267/+93
* Revise libgomp.oacc-c-c++-common/data-2-lib.c, libgomp.oacc-c-c++-common/data...Thomas Schwinge2018-12-143-157/+125
* Correctly describe OpenACC async/wait dependenciesChung-Lin Tang2018-12-144-3/+9
* [PR88370] acc_get_cuda_stream/acc_set_cuda_stream: acc_async_sync, acc_async_...Thomas Schwinge2018-12-148-20/+222
* [offloading] Error on missing symbolsTom de Vries2018-12-146-0/+90
* [libgomp, nvptx] Fix libgomp.c/target-5.c compilationTom de Vries2018-12-135-6/+74
* re PR libgomp/88460 ([nvptx] FAIL: libgomp.c++/for-24.C (internal compiler er...Jakub Jelinek2018-12-132-20/+26
* re PR fortran/88463 (Rejects conforming source, OpenMP Parallel region Defaul...Jakub Jelinek2018-12-123-0/+32
* omp-builtins.def (BUILT_IN_GOMP_LOOP_NONMONOTONIC_RUNTIME_START, [...]): Fix ...Jakub Jelinek2018-12-122-0/+118
* Don't mark stack pointer as clobbered in asmAndreas Schwab2018-12-122-2/+7
* re PR libfortran/88411 (Random crashes for ASYNCHRONOUS writes (bad locking?))Thomas Koenig2018-12-092-0/+35
* Coalesce host to device transfers in libgomp: not for link pointerThomas Schwinge2018-12-092-3/+10
* re PR libgomp/87995 (libgomp.c/../libgomp.c-c++-common/cancel-taskgroup-3.c f...Jakub Jelinek2018-12-082-4/+19
* tree-nested.c (convert_nonlocal_omp_clauses, [...]): Handle OMP_CLAUSE_IN_RED...Jakub Jelinek2018-12-022-0/+62
* omp-low.c (check_omp_nesting_restrictions): Allow cancel or cancellation poin...Jakub Jelinek2018-12-022-0/+36
* [PR88288, OpenACC, libgomp] Adjust offsets for present data clausesCesar Philippidis2018-11-303-1/+49
* Add libgomp.oacc-fortran/lib-16-2.f90Thomas Schwinge2018-11-303-0/+63
* re PR tree-optimization/88182 (ICE in vectorizable_reduction, at tree-vect-lo...Richard Biener2018-11-282-42/+5
* Makefile.am (AUTOMAKE_OPTIONS): Drop dejagnu.Jakub Jelinek2018-11-264-69/+152
* re PR tree-optimization/88182 (ICE in vectorizable_reduction, at tree-vect-lo...Richard Biener2018-11-262-0/+47
* re PR bootstrap/88106 (Bootstrap failure on mingw32)Jakub Jelinek2018-11-202-0/+73
* affinity-fmt.c: Include inttypes.h if HAVE_INTTYPES_H.Jakub Jelinek2018-11-092-27/+41
* PR middle-end/81824 - Warn for missing attributes with function aliasesMartin Sebor2018-11-091-2/+12
* workshare-reduction-1.c: New test.Jakub Jelinek2018-11-093-0/+106
* Fix Solaris build with OpenMP 5.0Rainer Orth2018-11-083-1/+9
* task-reduction-8.c (bar): Add in_reduction clause for s[0].Jakub Jelinek2018-11-082-1/+5
* builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek2018-11-08121-251/+14890
* 2018-11-06 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang2018-11-069-33/+953
* Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers2018-10-318-1177/+1790
* [OpenACC] Support C++ "this" in OpenACC directivesJoseph Myers2018-10-292-0/+48
* [nvptx] Remove use of CUDA unified memory in libgompCesar Philippidis2018-09-182-79/+107
* [OpenACC] C++ reference mappingCesar Philippidis2018-09-122-2/+7
* Replace 8 spaces with a tabular in ChangeLog files.Martin Liska2018-08-271-4/+4
* re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig2018-08-218-0/+368
* [nvptx] Use CUDA driver API to select default runtime launch geometryCesar Philippidis2018-08-134-12/+89
* [libgomp, nvptx] Fall back to cuLinkAddData/cuLinkCreate if _v2 not foundTom de Vries2018-08-083-4/+35
* [libgomp, nvptx] Allow cuGetErrorString to be NULLTom de Vries2018-08-083-4/+14
* [libgomp, nvptx] Remove hard-coded const in nvptx_open_deviceTom de Vries2018-08-082-2/+12
* [libgomp, nvptx] Note that cuGetErrorString is in CUDA_VERSION >= 6000Tom de Vries2018-08-082-5/+9
* [libgomp, nvptx] Handle CUDA_ONE_CALL_MAYBE_NULLTom de Vries2018-08-062-3/+29
* [libgomp, nvptx] Minimize lifetime of CUDA_ONE_CALL definesTom de Vries2018-08-062-5/+15