]> git.ipfire.org Git - thirdparty/gcc.git/history - libgomp
Work around Solaris ld bug linking __tls_get_addr on 64-bit x86
[thirdparty/gcc.git] / libgomp /
2019-03-27  kevinblibgomp/ChangeLog:
2019-02-22  tschwinge[libgomp] In OpenACC testing, by default only build...
2019-02-22  tschwinge[libgomp] In OpenACC testing, cycle though all offload...
2019-02-22  tschwinge[libgomp] Clarify difference between offload target...
2019-02-22  tschwinge[libgomp] In OpenACC offloading testing, be more explic...
2019-02-19  cltang2019-02-19 Chung-Lin Tang <cltang@codesourcery.com>
2019-01-30  jakub PR c++/88988
2019-01-28  jakub PR middle-end/89002
2019-01-28  jakub PR middle-end/89002
2019-01-28  rguenth2019-01-28 Richard Biener <rguenther@suse.de>
2019-01-24  vries[nvptx, libgomp] Fix memleak in GOMP_OFFLOAD_fini_device
2019-01-23  vries[nvptx, libgomp] Fix cuMemAlloc with size zero
2019-01-23  vries[nvptx, libgomp] Fix assert (!s->map->active) in map_fini
2019-01-23  vries[nvptx, libgomp] Fix map_push
2019-01-15  vries[nvptx] Handle assignment to gang-level reduction variable
2019-01-12  vries[nvptx] Enable setting vector length using -fopenacc...
2019-01-12  vries[nvptx] Enable setting vector length using -fopenacc-dim
2019-01-12  vries[nvptx] Add vector_length 64 test-cases
2019-01-12  vries[nvptx] Force vl32 if calling vector-partitionable...
2019-01-12  vries[nvptx] Don't emit barriers for empty loops -- test...
2019-01-12  vries[nvptx] Enable large vectors -- reduction testcases
2019-01-12  vries[nvptx] Enable large vectors -- test-cases
2019-01-12  vries[nvptx] Update insufficient launch message for variable...
2019-01-12  vries[nvptx] Enable large vectors
2019-01-11  julesBetter distinguish OpenACC and OpenMP sections in ...
2019-01-11  vries[nvptx] Don't allow vector_length 64 with num_workers 16
2019-01-11  vries[libgomp, testsuite, openacc] Remove -foffload=-w in...
2019-01-11  vries[nvptx, testsuite, openacc, libgomp] Add insufficient...
2019-01-10  julesAdd testcase from PR71959
2019-01-09  shlibgomp: Reduce copy and paste for RTEMS
2019-01-09  shlibgomp: Avoid complex dependencies for RTEMS
2019-01-09  vries[libgomp, testsuite, openacc] Don't use const int for...
2019-01-09  vries[nvptx, libgomp] Don't launch with num_workers == 0
2019-01-07  vries[nvptx] Fix libgomp.oacc-c-c++-common/vector-length...
2019-01-03  vries[nvptx] Add vector_length 128 testcases
2019-01-01  jakub Update copyright years.
2019-01-01  jakub * gcc.c (process_command): Update copyright notice...
2018-12-28  tschwingeFor libgomp OpenACC entry points, redefine the "device...
2018-12-28  tschwingeCleanup libgomp's coalesce chunk data structures
2018-12-27  kargl2018-12-27 Steven G. Kargl <kargl@gcc.gnu.org>
2018-12-19  vries[nvptx] Commit passing pr85381-*.c test-cases
2018-12-19  vries[nvptx, libgomp] Move rtl-dump test-cases to libgomp
2018-12-14  tschwingeMissing changes from "Adjust copy/copyin/copyout/create...
2018-12-14  tschwinge[PR88495] An OpenACC async queue is always synchronized...
2018-12-14  tschwinge[PR88484] OpenACC wait directive without wait argument...
2018-12-14  tschwinge[PR88407] [OpenACC] Correctly handle unseen async-arguments
2018-12-14  tschwingeRevise libgomp.oacc-c-c++-common/data-2-lib.c, libgomp...
2018-12-14  tschwingeCorrectly describe OpenACC async/wait dependencies
2018-12-14  tschwinge[PR88370] acc_get_cuda_stream/acc_set_cuda_stream:...
2018-12-14  vries[offloading] Error on missing symbols
2018-12-13  vries[libgomp, nvptx] Fix libgomp.c/target-5.c compilation
2018-12-13  jakub PR libgomp/88460
2018-12-12  jakub PR fortran/88463
2018-12-12  jakub * omp-builtins.def (BUILT_IN_GOMP_LOOP_NONMONOTONIC_RU...
2018-12-12  schwabDon't mark stack pointer as clobbered in asm
2018-12-09  tkoenig2018-12-09 Thomas Koenig <tkoenig@gcc.gnu.org>
2018-12-09  tschwingeCoalesce host to device transfers in libgomp: not for...
2018-12-08  jakub PR libgomp/87995
2018-12-02  jakub * tree-nested.c (convert_nonlocal_omp_clauses,
2018-12-02  jakub * omp-low.c (check_omp_nesting_restrictions): Allow...
2018-11-30  tschwinge[PR88288, OpenACC, libgomp] Adjust offsets for present...
2018-11-30  tschwingeAdd libgomp.oacc-fortran/lib-16-2.f90
2018-11-28  rguenth2018-10-19 Richard Biener <rguenther@suse.de>
2018-11-26  jakub * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Drop dejagnu.
2018-11-26  rguenth2018-11-26 Richard Biener <rguenther@suse.de>
2018-11-20  jakub PR bootstrap/88106
2018-11-09  jakub * affinity-fmt.c: Include inttypes.h if HAVE_INTTYPES_H.
2018-11-09  mseborPR middle-end/81824 - Warn for missing attributes with...
2018-11-09  jakub2018-11-09 Jakub Jelinek <jakub@redhat.com>
2018-11-08  roFix Solaris build with OpenMP 5.0
2018-11-08  jakub * testsuite/libgomp.c-c++-common/task-reduction-8...
2018-11-08  jakub * builtin-types.def (BT_FN_VOID_BOOL, BT_FN_VOID_SIZE_...
2018-11-06  cltang2018-11-06 Chung-Lin Tang <cltang@codesourcery.com>
2018-10-31  jsm28Update GCC to autoconf 2.69, automake 1.15.1 (PR bootst...
2018-10-29  jules[OpenACC] Support C++ "this" in OpenACC directives
2018-09-18  cesar[nvptx] Remove use of CUDA unified memory in libgomp
2018-09-12  jules[OpenACC] C++ reference mapping
2018-08-27  marxinReplace 8 spaces with a tabular in ChangeLog files.
2018-08-21  koenigni2018-08-21 Nicolas Koenig <koenigni@gcc.gnu.org>
2018-08-13  vries[nvptx] Use CUDA driver API to select default runtime...
2018-08-08  vries[libgomp, nvptx] Fall back to cuLinkAddData/cuLinkCreat...
2018-08-08  vries[libgomp, nvptx] Allow cuGetErrorString to be NULL
2018-08-08  vries[libgomp, nvptx] Remove hard-coded const in nvptx_open_...
2018-08-08  vries[libgomp, nvptx] Note that cuGetErrorString is in CUDA_...
2018-08-06  vries[libgomp, nvptx] Handle CUDA_ONE_CALL_MAYBE_NULL
2018-08-06  vries[libgomp, nvptx] Minimize lifetime of CUDA_ONE_CALL...
2018-08-04  vries[libgomp, nvptx, --without-cuda-driver] Don't use syste...
2018-08-02  vries[nvptx] Ignore c++ exceptions
2018-08-01  cesar[libgomp] Truncate config/nvptx/oacc-parallel.c
2018-08-01  cesar[PATCH] Remove use of 'struct map' from plugin (nvptx)
2018-08-01  vries[libgomp, nvptx] Add cuda-lib.def
2018-07-31  avieiraReverting 'AsyncI/O patch committed' as it is breaking...
2018-07-30  vries[libgomp, nvptx] Handle per-function max-threads-per...
2018-07-30  vries[libgomp, nvptx] Calculate default dims per device
2018-07-26  jakub PR testsuite/86660
2018-07-26  jakub PR middle-end/86660
2018-07-26  vries[libgomp, nvptx] Add error with recompilation hint...
2018-07-26  vries[libgomp, nvptx] Move device property sampling from...
2018-07-26  vries[libgomp, openacc, testsuite] Fix async logic in lib...
2018-07-26  vries[libgomp, openacc, testsuite] Fix async/wait logic...
next