aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-31Structure element mapping for OpenMP 5.0 v3devel/omp/gcc-10Chung-Lin Tang
2021-05-19[og10] Rework indirect struct handling for OpenACC in gimplify.cJulian Brown
2021-05-19[og10] Refactor struct lowering for OpenACC/OpenMP in gimplify.cJulian Brown
2021-05-19[og10] Unify ARRAY_REF/INDIRECT_REF stripping code in extract_base_bit_offsetJulian Brown
2021-05-19[og10] Rewrite GOMP_MAP_ATTACH_DETACH mappings unconditionallyJulian Brown
2021-05-11Remove array section base-pointer mapping semantics, and other front-end adju...Chung-Lin Tang
2021-05-07Fix up 'c-c++-common/goacc/firstprivate-mappings-1.c' for C, non-LP64Thomas Schwinge
2021-05-05OpenMP 5.0: Implement relaxation of implicit map vs. existing device mappingsChung-Lin Tang
2021-04-11[OpenACC] Fix an ICE where a loop with GT condition is collapsed.Hafiz Abid Qadeer
2021-03-26Adjust 'libgomp.oacc-fortran/derivedtypes-arrays-1.f90' for og10Thomas Schwinge
2021-03-25amdgcn: Add gfx908 supportAndrew Stubbs
2021-03-25libgomp HSA/GCN plugins: don't prepend the 'HSA_RUNTIME_LIB' path to 'libhsa-...Thomas Schwinge
2021-03-25'libgomp.oacc-fortran/derivedtypes-arrays-1.f90' OpenACC 'serial' construct d...Thomas Schwinge
2021-03-25OpenMP 5.0: requires directive: adjust libgomp HSA pluginThomas Schwinge
2021-03-25[WIP] OpenMP 5.0: requires directive: workaround to fix libgomp IntelMIC plug...Thomas Schwinge
2021-03-25Adjust 'gfortran.dg/gomp/order-4.f90' for og10Thomas Schwinge
2021-03-19Lambda capturing of pointers and references in target directivesChung-Lin Tang
2021-03-11Fix template case of non-static member access inside member functionsChung-Lin Tang
2021-03-08Arrow operator handling for C front-end in OpenMP map clausesChung-Lin Tang
2021-03-06amdgcn: Fix early-debug relocationsAndrew Stubbs
2021-03-06DWARF: late code range fixupAndrew Stubbs
2021-03-05openmp: Scale type precision of collapsed iterator variableKwok Cheung Yeung
2021-03-03Allow static constexpr fields in mappable types for C++Chung-Lin Tang
2021-03-02nvptx: remove erroneous stack deletionAndrew Stubbs
2021-03-01Fortran: add contiguous check for ptr assignment, fix non-contig check (PR97242)Tobias Burnus
2021-02-26DWARF: fix ICE caused by offload debug fixAndrew Stubbs
2021-02-26Recommit "Enable gimplify GOMP_MAP_STRUCT handling of (COMPONENT_REF (INDIREC...Chung-Lin Tang
2021-02-26Fix regression of array members in OpenMP map clauses.Chung-Lin Tang
2021-02-24[og10] openacc: Strided array sections and components of derived-type arraysJulian Brown
2021-02-24[og10] openacc: Fix lowering for derived-type mappings through array elementsJulian Brown
2021-02-24[og10] Fortran: %re/%im fixes for OpenMP/OpenACC + gfc_is_simplify_contiguousTobias Burnus
2021-02-24[og10] Fortran: OpenMP/OpenACC diagnose substring rejections betterTobias Burnus
2021-02-24[og10] openacc: Character types and mixed arrays/derived type testsJulian Brown
2021-02-24[og10] openacc: Use class_pointer instead of pointer attribute for class typesJulian Brown
2021-02-24[og10] openacc: Dereference BT_CLASS data pointers but not BT_DERIVED pointersJulian Brown
2021-02-16nvptx - invoke.texi: Update default of -misaTobias Burnus
2021-02-16[nvptx] Set -misa=sm_35 by defaultTom de Vries
2021-02-13Revert "Enable gimplify GOMP_MAP_STRUCT handling of (COMPONENT_REF (INDIRECT_...Catherine Moore
2021-02-12Fortran: Fix rank of assumed-rank array [PR99043]Tobias Burnus
2021-02-12Fortran: Fix some select rank issues [PR97694 and 97723].Tobias Burnus
2021-02-09openmp: Fix ICE on non-rectangular loop with known 0 iterationsJakub Jelinek
2021-02-09openmp: Improve composite triangular loop lowering and expansionJakub Jelinek
2021-02-09openmp: Add support for non-rectangular loops in taskloop constructJakub Jelinek
2021-02-09openmp: Handle even some combined non-rectangular loopsJakub Jelinek
2021-02-09openmp: Use more efficient logical -> actual computation even if # iterations...Jakub Jelinek
2021-02-09openmp: Compute number of collapsed loop iterations more efficiently for some...Jakub Jelinek
2021-02-09openmp: Fix up loop-21.cJakub Jelinek
2021-02-09openmp: Adjust outer bounds of non-rect loopsJakub Jelinek
2021-02-09openmp: Optimize triangular loop logical iterator to actual iterators computa...Jakub Jelinek
2021-02-09openmp: Diagnose non-rectangular loops with invalid stepsJakub Jelinek