summaryrefslogtreecommitdiff
path: root/libgomp
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/91424 (Extend warnings about DO loops)Thomas Koenig2019-08-122-3/+9
* gimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_EXPLICIT for VLA helpe...Jakub Jelinek2019-08-084-13/+201
* tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek2019-08-073-8/+77
* tree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename to ...Jakub Jelinek2019-08-064-0/+1022
* re PR middle-end/91301 (ICE in omp_add_variable on random access iterator dis...Jakub Jelinek2019-07-312-0/+174
* arith.c (gfc_convert_integer, [...]): Move to ...Steven G. Kargl2019-07-233-33/+38
* tree.def (OMP_LOOP): New tree code.Jakub Jelinek2019-07-202-0/+131
* tree-vect-stmts.c (scan_operand_equal_p): Look through MEM_REF with SSA_NAME ...Jakub Jelinek2019-07-093-2/+7
* omp-low.c (lower_rec_input_clauses): For lastprivate clauses in ctx->for_simd...Jakub Jelinek2019-07-063-0/+241
* omp-low.c (struct omp_context): Add for_simd_scan_phase member.Jakub Jelinek2019-07-0617-0/+2145
* omp-expand.c (expand_omp_for_static_nochunk): Don't emit GOMP_loop_start at t...Jakub Jelinek2019-07-043-0/+237
* tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause.Jakub Jelinek2019-07-0317-0/+2097
* Test cases to verify OpenACC 'firstprivate' mappingsThomas Schwinge2019-06-193-0/+13
* Add missing results check in 'libgomp.fortran/allocatable3.f90'Thomas Schwinge2019-06-192-0/+6
* Add 'libgomp.oacc-fortran/allocatable-array-1.f90'Cesar Philippidis2019-06-192-0/+32
* [PR90743] Fortran 'allocatable' with OpenACC data/OpenMP 'target' 'map' clausesThomas Schwinge2019-06-196-3/+314
* [PR90861] Document status quo for OpenACC 'declare' not cleaning up for VLAsThomas Schwinge2019-06-192-3/+47
* [PR90862] OpenACC 'declare' ICE when nested inside another constructThomas Schwinge2019-06-192-6/+97
* [openacc, parloops] Fix SIGSEGV in oacc_entry_exit_ok_1Tom de Vries2019-06-162-0/+20
* [nvptx, libgomp] Update pr85381-{2,4}.c test-casesTom de Vries2019-06-153-23/+8
* re PR middle-end/90779 (Fortran array initialization in offload regions)Jakub Jelinek2019-06-153-0/+36
* [openacc] Disable pass_thread_jumps for IFN_UNIQUETom de Vries2019-06-152-0/+39
* PR tree-optimization/89713 - Assume loop with an exit is finiteFeng Xue2019-06-132-0/+36
* re PR target/90811 ([nvptx] ptxas error on OpenMP offloaded code)Jakub Jelinek2019-06-112-0/+34
* omp-low.c (lower_rec_input_clauses): For lastprivate conditional references...Jakub Jelinek2019-06-053-0/+171
* gimplify.c (gimplify_scan_omp_clauses): Don't sorry_at on lastprivate conditi...Jakub Jelinek2019-06-045-0/+247
* Generalize getconf _NPROCESSORS_ONLNRainer Orth2019-05-307-10/+124
* gimplify.c (struct gimplify_omp_ctx): Add clauses member.Jakub Jelinek2019-05-294-0/+310
* gimplify.c (gimplify_scan_omp_clauses): Allow lastprivate conditional on sect...Jakub Jelinek2019-05-272-0/+163
* omp-low.c (lower_omp_1): Look through ordered...Jakub Jelinek2019-05-272-0/+59
* re PR libgomp/90641 (libgomp.c-c++-common/lastprivate-conditional-1.c etc FAIL)Jakub Jelinek2019-05-275-24/+83
* tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.Jakub Jelinek2019-05-243-0/+318
* re PR libgomp/90585 (libgomp hsa plugin ftbfs in the x32 multilib variant)Jakub Jelinek2019-05-247-14/+37
* re PR libgomp/90527 (alloc.c:72:7: error: implicit declaration of function â€...Jakub Jelinek2019-05-202-0/+6
* OpenACC Profiling Interface (incomplete)Thomas Schwinge2019-05-1723-75/+4400
* 2019-05-13 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang2019-05-1315-1263/+1100
* Address compiler diagnostics in libgomp.oacc-c-c++-common/pr87835.cThomas Schwinge2019-05-082-3/+7
* Clean up libgomp GCC 5 legacy supportThomas Schwinge2019-05-062-1/+9
* team.c (gomp_team_start): Initialize pool->threads[0].Kevin Buettner2019-03-272-0/+6
* [libgomp] In OpenACC testing, by default only build for the offload target th...Thomas Schwinge2019-02-228-20/+33
* [libgomp] In OpenACC testing, cycle though all offload targetsThomas Schwinge2019-02-2210-48/+86
* [libgomp] Clarify difference between offload target, offload plugin, and Open...Thomas Schwinge2019-02-2212-98/+114
* [libgomp] In OpenACC offloading testing, be more explicit in what is supporte...Thomas Schwinge2019-02-225-8/+19
* re PR c/87924 (OpenACC wait clauses without async-arguments)Chung-Lin Tang2019-02-192-8/+21
* re PR c++/88988 (ICE: Segmentation fault (in lookup_name_real_1))Jakub Jelinek2019-01-312-0/+33
* re PR middle-end/89002 (ICE in scan_omp_1_op, at omp-low.c:3166)Jakub Jelinek2019-01-281-43/+0
* re PR middle-end/89002 (ICE in scan_omp_1_op, at omp-low.c:3166)Jakub Jelinek2019-01-282-0/+91
* re PR testsuite/89064 (libgomp.graphite/force-parallel-5.c fails starting wit...Richard Biener2019-01-282-1/+7
* [nvptx, libgomp] Fix memleak in GOMP_OFFLOAD_fini_deviceTom de Vries2019-01-242-0/+11
* [nvptx, libgomp] Fix cuMemAlloc with size zeroTom de Vries2019-01-233-20/+51