aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-openmp.cc
AgeCommit message (Expand)AuthorFilesLines
2023-08-22OpenMP: Handle 'all' as category in defaultmapTobias Burnus1-0/+3
2023-07-19OpenMP/Fortran: Non-rectangular loops with constant steps other than 1 or -1 ...Tobias Burnus1-10/+8
2023-07-17OpenMP/Fortran: Parsing support for 'uses_allocators'Tobias Burnus1-0/+11
2023-06-06openmp: Add support for the 'present' modifierTobias Burnus1-0/+29
2023-05-26Fortran/OpenMP: Add parsing support for allocators/allocate directivesTobias Burnus1-2/+9
2023-05-18fortran: use _P() defines from tree.hBernhard Reutner-Fischer1-4/+3
2023-05-17Fortran/OpenMP: Fix mapping of array descriptors and deferred-length stringsTobias Burnus1-91/+245
2023-05-04OpenACC: Further attach/detach clause fixes for Fortran [PR109622]Julian Brown1-2/+6
2023-04-28OpenACC: Stand-alone attach/detach clause fixes for Fortran [PR109622]Julian Brown1-3/+33
2023-04-28Fortran: Fix (mostly) comment typosTobias Burnus1-3/+3
2023-04-25'omp scan' struct block seq update for OpenMP 5.xTobias Burnus1-14/+17
2023-03-01OpenMP/Fortran: Fix handling of optional is_device_ptr + bind(C) [PR108546]Tobias Burnus1-1/+3
2023-02-09OpenMP/Fortran: Partially fix non-rect loop nests [PR107424]Tobias Burnus1-46/+195
2023-01-27OpenMP/Fortran: Fix has_device_addr clause splitting [PR108558]Tobias Burnus1-0/+2
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2022-12-23Fortran: Typo/unicode-o fixesJulian Brown1-1/+1
2022-12-14OpenMP/Fortran: Combined directives with map/firstprivate of same symbolJulian Brown1-2/+35
2022-12-09Fortran/OpenMP: align/allocator modifiers to the allocate clauseTobias Burnus1-0/+8
2022-11-14Fortran: fix treatment of character, value, optional dummy arguments [PR107444]Harald Anlauf1-1/+1
2022-11-03OpenMP/Fortran: 'target update' with DT componentsTobias Burnus1-3/+6
2022-10-10openmp, fortran: Fix up IFN_ASSUME callJakub Jelinek1-2/+5
2022-10-06openmp: Map holds clause to IFN_ASSUME for FortranTobias Burnus1-1/+36
2022-10-05Fortran: Add OpenMP's assume(s) directivesTobias Burnus1-0/+2
2022-09-14OpenMP/OpenACC struct sibling list gimplification extension and reworkJulian Brown1-17/+3
2022-09-05Fortran/openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration supportTobias Burnus1-12/+23
2022-09-03openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration supportJakub Jelinek1-5/+7
2022-07-04OpenMP/Fortran: Add support for OpenMP 5.2 linear clause syntaxTobias Burnus1-2/+3
2022-06-07openmp: Add support for OpenMP 5.2 linear clause syntax for C/C++Jakub Jelinek1-0/+1
2022-05-23OpenMP: Handle descriptors in target's firstprivate [PR104949]Tobias Burnus1-10/+43
2022-05-18OpenMP: Add Fortran support for inoutset depend-kindTobias Burnus1-0/+4
2022-05-17OpenMP: Add omp_all_memory support to FortranTobias Burnus1-3/+7
2022-05-13OpenMP/Fortran: Use firstprivat not alloc for ptr attach for arraysTobias Burnus1-3/+9
2022-05-05Fortran: Add support for OMP non-rectangular loops.Sandra Loosemore1-0/+1
2022-05-02Fortran: Add location info to OpenMP tree nodesSandra Loosemore1-0/+11
2022-04-25fortran: Fix up gfc_trans_oacc_construct [PR104717]Jakub Jelinek1-0/+2
2022-04-05Fortran: Fix clause splitting for OMP masked taskloop directiveSandra Loosemore1-1/+1
2022-03-18Fortran/OpenMP: Fix privatization of associated namesTobias Burnus1-0/+10
2022-03-11Fortran: OpenMP/OpenACC avoid uninit access in size calc for mappingTobias Burnus1-2/+4
2022-02-15Fortran/OpenMP: Fix depend-clause handling for c_ptrTobias Burnus1-2/+5
2022-02-15Fortran/OpenMP: Fix depend-clause handlingTobias Burnus1-8/+38
2022-02-09C, C++, Fortran, OpenMP: Add 'has_device_addr' clause to 'target' construct.Marcel Vollweiler1-1/+14
2022-01-20Fortran: Fix scope for OMP AFFINITY clause iterator variables [PR103695]Sandra Loosemore1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-4/+4
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+7701