aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)Author
2019-08-07 * tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTRJakub Jelinek
2019-08-06 * tree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename to ...Jakub Jelinek
2019-07-31 PR middle-end/91301Jakub Jelinek
2019-07-232019-07-23 Steven G. Kargl <kargl@gcc.gnu.org>Steven G. Kargl
2019-07-20 * tree.def (OMP_LOOP): New tree code.Jakub Jelinek
2019-07-08 * tree-vect-stmts.c (scan_operand_equal_p): Look through MEM_REFJakub Jelinek
2019-07-06 * omp-low.c (lower_rec_input_clauses): For lastprivate clauses inJakub Jelinek
2019-07-06 * omp-low.c (struct omp_context): Add for_simd_scan_phase member.Jakub Jelinek
2019-07-04 * omp-expand.c (expand_omp_for_static_nochunk): Don't emitJakub Jelinek
2019-07-03 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_Jakub Jelinek
2019-06-18Test cases to verify OpenACC 'firstprivate' mappingsThomas Schwinge
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-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