aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
AgeCommit message (Expand)Author
2019-06-18Add missing results check in 'libgomp.fortran/allocatable3.f90'Thomas Schwinge
2019-06-18Add 'libgomp.oacc-fortran/allocatable-array-1.f90'Cesar Philippidis
2019-06-18[PR90743] Fortran 'allocatable' with OpenACC data/OpenMP 'target' 'map' clausesThomas Schwinge
2019-06-18[PR90861] Document status quo for OpenACC 'declare' not cleaning up for VLAsThomas Schwinge
2019-06-18[PR90862] OpenACC 'declare' ICE when nested inside another constructThomas Schwinge
2019-06-16[openacc, parloops] Fix SIGSEGV in oacc_entry_exit_ok_1Tom de Vries
2019-06-15[nvptx, libgomp] Update pr85381-{2,4}.c test-casesTom de Vries
2019-06-15 PR middle-end/90779Jakub Jelinek
2019-06-15[openacc] Disable pass_thread_jumps for IFN_UNIQUETom de Vries
2019-06-13PR tree-optimization/89713 - Assume loop with an exit is finiteFeng Xue
2019-06-11 PR target/90811Jakub Jelinek
2019-06-05 * omp-low.c (lower_rec_input_clauses): For lastprivate conditionalJakub Jelinek
2019-06-04 * gimplify.c (gimplify_scan_omp_clauses): Don't sorry_at on lastprivateJakub Jelinek
2019-05-30Generalize getconf _NPROCESSORS_ONLNRainer Orth
2019-05-29 * gimplify.c (struct gimplify_omp_ctx): Add clauses member.Jakub Jelinek
2019-05-27 * gimplify.c (gimplify_scan_omp_clauses): Allow lastprivate conditionalJakub Jelinek
2019-05-27 * omp-low.c (lower_omp_1) <case GIMPLE_ASSIGN>: Look through ordered,Jakub Jelinek
2019-05-27 PR libgomp/90641Jakub Jelinek
2019-05-24 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.Jakub Jelinek
2019-05-24 PR libgomp/90585Jakub Jelinek
2019-05-20 PR libgomp/90527Jakub Jelinek
2019-05-17OpenACC Profiling Interface (incomplete)Thomas Schwinge
2019-05-132019-05-13 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2019-05-08Address compiler diagnostics in libgomp.oacc-c-c++-common/pr87835.cThomas Schwinge
2019-05-06Clean up libgomp GCC 5 legacy supportThomas Schwinge
2019-03-27libgomp/ChangeLog: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-192019-02-19 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2019-01-30 PR c++/88988Jakub Jelinek
2019-01-28 PR middle-end/89002Jakub Jelinek
2019-01-282019-01-28 Richard Biener <rguenther@suse.de>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