aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
AgeCommit message (Expand)Author
2020-05-22Add early return for invalid STATUS for close.Thomas Koenig
2020-04-13Rename 'libgomp.oacc-c-c++-common/static-dynamic-lifetimes-*' to 'libgomp.oac...Thomas Schwinge
2020-04-10Test cases for mixed structured/dynamic data lifetimes with OpenACC [PR92843]Julian Brown
2020-04-07c++: Fix up handling of captured vars in lambdas in OpenMP clauses [PR93931]Jakub Jelinek
2020-03-17tree-nested: Fix handling of *reduction clauses with C array sections [PR93566]Jakub Jelinek
2020-03-12Update ChangeLog and version files for releasereleases/gcc-9.3.0Jakub Jelinek
2020-02-13openmp: Fix handling of non-addressable shared scalars in parallel nested ins...Jakub Jelinek
2020-01-22Cherry-pick 15 bugfixes from mainlineJakub Jelinek
2020-01-22re PR libgomp/93219 (unused return value in affinity-fmt.c)Jakub Jelinek
2020-01-22re PR libgomp/93065 (libgomp: destructor missing to delete goacc_cleanup_key)Jakub Jelinek
2019-12-20backport: re PR fortran/92899 ([OpenMP] ICE in gfc_trans_omp_atomic, at fortr...Jakub Jelinek
2019-12-20backport: re PR c++/60228 (ICE using lambda in #pragma omp declare reduction)Jakub Jelinek
2019-12-11[OpenACC, libgomp] Initialize 'dynamic_refcount' whenever we initialize 'refc...Thomas Schwinge
2019-12-11libgomp – spelling fixes, incl. omp_lib.h.inTobias Burnus
2019-08-13backport: re PR fortran/91424 (Extend warnings about DO loops)Thomas Koenig
2019-08-12Update ChangeLog and version files for releasereleases/gcc-9.2.0Jakub Jelinek
2019-08-01backport: re PR middle-end/91301 (ICE in omp_add_variable on random access it...Jakub Jelinek
2019-06-11re PR target/90811 ([nvptx] ptxas error on OpenMP offloaded code)Jakub Jelinek
2019-06-05backport: re PR libgomp/90641 (libgomp.c-c++-common/lastprivate-conditional-1...Jakub Jelinek
2019-06-05backport: re PR libgomp/90585 (libgomp hsa plugin ftbfs in the x32 multilib v...Jakub Jelinek
2019-05-20re PR libgomp/90527 (alloc.c:72:7: error: implicit declaration of function â€...Jakub Jelinek
2019-05-08Address compiler diagnostics in libgomp.oacc-c-c++-common/pr87835.cThomas Schwinge
2019-05-03Update ChangeLog and version files for releasereleases/gcc-9.1.0GCC Administrator
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 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