summaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)Author
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
2018-12-13[libgomp, nvptx] Fix libgomp.c/target-5.c compilationTom de Vries
2018-12-13re PR libgomp/88460 ([nvptx] FAIL: libgomp.c++/for-24.C (internal compiler er...Jakub Jelinek
2018-12-12re PR fortran/88463 (Rejects conforming source, OpenMP Parallel region Defaul...Jakub Jelinek
2018-12-12omp-builtins.def (BUILT_IN_GOMP_LOOP_NONMONOTONIC_RUNTIME_START, [...]): Fix ...Jakub Jelinek
2018-12-12Don't mark stack pointer as clobbered in asmAndreas Schwab
2018-12-09re PR libfortran/88411 (Random crashes for ASYNCHRONOUS writes (bad locking?))Thomas Koenig
2018-12-09Coalesce host to device transfers in libgomp: not for link pointerThomas Schwinge
2018-12-08re PR libgomp/87995 (libgomp.c/../libgomp.c-c++-common/cancel-taskgroup-3.c f...Jakub Jelinek
2018-12-02tree-nested.c (convert_nonlocal_omp_clauses, [...]): Handle OMP_CLAUSE_IN_RED...Jakub Jelinek
2018-12-02omp-low.c (check_omp_nesting_restrictions): Allow cancel or cancellation poin...Jakub Jelinek
2018-11-30[PR88288, OpenACC, libgomp] Adjust offsets for present data clausesCesar Philippidis
2018-11-30Add libgomp.oacc-fortran/lib-16-2.f90Thomas Schwinge
2018-11-28re PR tree-optimization/88182 (ICE in vectorizable_reduction, at tree-vect-lo...Richard Biener
2018-11-26Makefile.am (AUTOMAKE_OPTIONS): Drop dejagnu.Jakub Jelinek
2018-11-26re PR tree-optimization/88182 (ICE in vectorizable_reduction, at tree-vect-lo...Richard Biener
2018-11-20re PR bootstrap/88106 (Bootstrap failure on mingw32)Jakub Jelinek
2018-11-09affinity-fmt.c: Include inttypes.h if HAVE_INTTYPES_H.Jakub Jelinek
2018-11-09PR middle-end/81824 - Warn for missing attributes with function aliasesMartin Sebor
2018-11-09workshare-reduction-1.c: New test.Jakub Jelinek
2018-11-08Fix Solaris build with OpenMP 5.0Rainer Orth
2018-11-08task-reduction-8.c (bar): Add in_reduction clause for s[0].Jakub Jelinek
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek
2018-11-062018-11-06 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2018-10-31Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).Joseph Myers
2018-10-29[OpenACC] Support C++ "this" in OpenACC directivesJoseph Myers
2018-09-18[nvptx] Remove use of CUDA unified memory in libgompCesar Philippidis
2018-09-12[OpenACC] C++ reference mappingCesar Philippidis
2018-08-27Replace 8 spaces with a tabular in ChangeLog files.Martin Liska
2018-08-21re PR fortran/25829 ([F03] Asynchronous IO support)Nicolas Koenig
2018-08-13[nvptx] Use CUDA driver API to select default runtime launch geometryCesar Philippidis
2018-08-08[libgomp, nvptx] Fall back to cuLinkAddData/cuLinkCreate if _v2 not foundTom de Vries
2018-08-08[libgomp, nvptx] Allow cuGetErrorString to be NULLTom de Vries
2018-08-08[libgomp, nvptx] Remove hard-coded const in nvptx_open_deviceTom de Vries
2018-08-08[libgomp, nvptx] Note that cuGetErrorString is in CUDA_VERSION >= 6000Tom de Vries
2018-08-06[libgomp, nvptx] Handle CUDA_ONE_CALL_MAYBE_NULLTom de Vries