summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Structure element mapping for OpenMP 5.0 v3devel/omp/gcc-10Chung-Lin Tang2021-05-311-2/+6
* [og10] Rework indirect struct handling for OpenACC in gimplify.cJulian Brown2021-05-198-58/+619
* [og10] Refactor struct lowering for OpenACC/OpenMP in gimplify.cJulian Brown2021-05-191-343/+591
* [og10] Unify ARRAY_REF/INDIRECT_REF stripping code in extract_base_bit_offsetJulian Brown2021-05-191-21/+11
* [og10] Rewrite GOMP_MAP_ATTACH_DETACH mappings unconditionallyJulian Brown2021-05-191-9/+1
* Remove array section base-pointer mapping semantics, and other front-end adju...Chung-Lin Tang2021-05-1120-165/+766
* Fix up 'c-c++-common/goacc/firstprivate-mappings-1.c' for C, non-LP64Thomas Schwinge2021-05-072-2/+7
* OpenMP 5.0: Implement relaxation of implicit map vs. existing device mappingsChung-Lin Tang2021-05-0524-57/+211
* [OpenACC] Fix an ICE where a loop with GT condition is collapsed.Hafiz Abid Qadeer2021-04-117-5/+112
* Adjust 'libgomp.oacc-fortran/derivedtypes-arrays-1.f90' for og10Thomas Schwinge2021-03-262-1/+6
* amdgcn: Add gfx908 supportAndrew Stubbs2021-03-259-4/+48
* libgomp HSA/GCN plugins: don't prepend the 'HSA_RUNTIME_LIB' path to 'libhsa-...Thomas Schwinge2021-03-256-22/+9
* 'libgomp.oacc-fortran/derivedtypes-arrays-1.f90' OpenACC 'serial' construct d...Thomas Schwinge2021-03-252-0/+4
* OpenMP 5.0: requires directive: adjust libgomp HSA pluginThomas Schwinge2021-03-252-0/+11
* [WIP] OpenMP 5.0: requires directive: workaround to fix libgomp IntelMIC plug...Thomas Schwinge2021-03-252-0/+7
* Adjust 'gfortran.dg/gomp/order-4.f90' for og10Thomas Schwinge2021-03-252-3/+8
* Lambda capturing of pointers and references in target directivesChung-Lin Tang2021-03-197-168/+518
* Fix template case of non-static member access inside member functionsChung-Lin Tang2021-03-116-12/+120
* Arrow operator handling for C front-end in OpenMP map clausesChung-Lin Tang2021-03-084-3/+79
* amdgcn: Fix early-debug relocationsAndrew Stubbs2021-03-061-5/+10
* DWARF: late code range fixupAndrew Stubbs2021-03-061-23/+55
* openmp: Scale type precision of collapsed iterator variableKwok Cheung Yeung2021-03-056-7/+86
* Allow static constexpr fields in mappable types for C++Chung-Lin Tang2021-03-033-1/+38
* nvptx: remove erroneous stack deletionAndrew Stubbs2021-03-021-2/+0
* Fortran: add contiguous check for ptr assignment, fix non-contig check (PR97242)Tobias Burnus2021-03-016-11/+101
* DWARF: fix ICE caused by offload debug fixAndrew Stubbs2021-02-261-3/+15
* Recommit "Enable gimplify GOMP_MAP_STRUCT handling of (COMPONENT_REF (INDIREC...Chung-Lin Tang2021-02-266-17/+78
* Fix regression of array members in OpenMP map clauses.Chung-Lin Tang2021-02-261-2/+2
* [og10] openacc: Strided array sections and components of derived-type arraysJulian Brown2021-02-2410-46/+78
* [og10] openacc: Fix lowering for derived-type mappings through array elementsJulian Brown2021-02-2415-91/+378
* [og10] Fortran: %re/%im fixes for OpenMP/OpenACC + gfc_is_simplify_contiguousTobias Burnus2021-02-246-0/+120
* [og10] Fortran: OpenMP/OpenACC diagnose substring rejections betterTobias Burnus2021-02-245-1/+70
* [og10] openacc: Character types and mixed arrays/derived type testsJulian Brown2021-02-248-0/+412
* [og10] openacc: Use class_pointer instead of pointer attribute for class typesJulian Brown2021-02-242-1/+11
* [og10] openacc: Dereference BT_CLASS data pointers but not BT_DERIVED pointersJulian Brown2021-02-244-3/+146
* nvptx - invoke.texi: Update default of -misaTobias Burnus2021-02-162-1/+5
* [nvptx] Set -misa=sm_35 by defaultTom de Vries2021-02-163-2/+13
* Revert "Enable gimplify GOMP_MAP_STRUCT handling of (COMPONENT_REF (INDIRECT_...Catherine Moore2021-02-136-78/+17
* Fortran: Fix rank of assumed-rank array [PR99043]Tobias Burnus2021-02-124-2/+56
* Fortran: Fix some select rank issues [PR97694 and 97723].Tobias Burnus2021-02-126-9/+80
* openmp: Fix ICE on non-rectangular loop with known 0 iterationsJakub Jelinek2021-02-094-1/+34
* openmp: Improve composite triangular loop lowering and expansionJakub Jelinek2021-02-093-42/+147
* openmp: Add support for non-rectangular loops in taskloop constructJakub Jelinek2021-02-098-74/+1021
* openmp: Handle even some combined non-rectangular loopsJakub Jelinek2021-02-095-5/+394
* openmp: Use more efficient logical -> actual computation even if # iterations...Jakub Jelinek2021-02-092-7/+34
* openmp: Compute number of collapsed loop iterations more efficiently for some...Jakub Jelinek2021-02-092-100/+362
* openmp: Fix up loop-21.cJakub Jelinek2021-02-094-38/+40
* openmp: Adjust outer bounds of non-rect loopsJakub Jelinek2021-02-096-4/+381
* openmp: Optimize triangular loop logical iterator to actual iterators computa...Jakub Jelinek2021-02-097-7/+428
* openmp: Diagnose non-rectangular loops with invalid stepsJakub Jelinek2021-02-094-4/+84