aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/ChangeLog.omp
AgeCommit message (Expand)AuthorFilesLines
2024-03-04OpenMP/C++: Fix (first)private clause with member variables [PR110347]Jakub Jelinek1-0/+10
2023-11-28amdgcn: Add Accelerator VGPR registersAndrew Stubbs1-0/+14
2023-10-27OpenMP: Avoid ICE with LTO and 'omp allocate'Tobias Burnus1-0/+7
2023-10-26gfortran.dg/gomp/allocate-4a.f90: Update dg-errorTobias Burnus1-0/+4
2023-10-26OpenMP: Add C++ support for 'omp allocate' with stack variablesTobias Burnus1-0/+8
2023-10-26Fortran: Support OpenMP's 'allocate' directive for stack varsTobias Burnus1-0/+19
2023-10-26OpenMP/Fortran: Merge upstream 'omp allocators' with OG13 'omp allocate'Tobias Burnus1-0/+15
2023-09-20OpenMP: Add ME support for 'omp allocate' stack variablesTobias Burnus1-0/+21
2023-09-19OpenMP: Avoid ICE in c_parser_omp_clause_allocate with invalid exprTobias Burnus1-0/+7
2023-09-19OpenMP: Handle 'all' as category in defaultmapTobias Burnus1-0/+10
2023-09-12OpenMP (C only): omp allocate - extend parsing support, improve diagnosticTobias Burnus1-0/+15
2023-08-18OpenMP: C++ attribute syntax fixes/testcases for loop transformationsSandra Loosemore1-0/+12
2023-08-18OpenMP: C++ attribute syntax fixes/testcases for "declare mapper"Sandra Loosemore1-0/+7
2023-08-18OpenMP: C++ attribute syntax fixes/testcases for "metadirective"Sandra Loosemore1-0/+11
2023-08-10OpenMP: Enable 'declare mapper' mappers for 'target update' directivesJulian Brown1-0/+9
2023-08-10OpenMP: Look up 'declare mapper' definitions at resolution time not parse timeJulian Brown1-0/+4
2023-08-10OpenMP: Reprocess expanded clauses after 'declare mapper' instantiationJulian Brown1-0/+5
2023-07-27OpenMP/Fortran: Extend reject code between target + teams [PR71065, PR110725]Tobias Burnus1-0/+7
2023-07-25OpenMP/Fortran: Reject declarations between target + teamsTobias Burnus1-1/+10
2023-07-25ChangeLog.omp for: OpenMP/Fortran: Reject not strictly nested target -> teams...Tobias Burnus1-0/+10
2023-07-19gfortran.dg/gomp/affinity-clause-1.f90: Fix scan-tree-dumpTobias Burnus1-0/+4
2023-07-19OpenMP/Fortran: Non-rectangular loops with constant steps other than 1 or -1 ...Tobias Burnus1-0/+9
2023-07-14OpenMP: Enable c-c++-common/gomp/declare-mapper-3.c for CJulian Brown1-0/+4
2023-07-06OpenMP: Expand "declare mapper" mappers for target {enter,exit,} data directivesJulian Brown1-0/+8
2023-07-03OpenMP: Array shaping operator and strided "target update" for CJulian Brown1-0/+10
2023-07-03OpenMP: Noncontiguous "target update" for FortranJulian Brown1-0/+7
2023-07-03OpenMP: Support strided and shaped-array updates for C++Julian Brown1-0/+13
2023-06-30OpenMP: Fortran "!$omp declare mapper" supportJulian Brown1-0/+6
2023-06-30OpenMP: Support OpenMP 5.0 "declare mapper" directives for CJulian Brown1-0/+12
2023-06-30OpenMP: lvalue parsing for map clauses (C)Julian Brown1-0/+11
2023-06-30OpenMP: C++ "declare mapper" supportJulian Brown1-0/+15
2023-06-30OpenMP: lvalue parsing for map/to/from clauses (C++)Julian Brown1-0/+28
2023-06-20amdgcn: implement vector div and mod libfuncsAndrew Stubbs1-0/+108
2023-06-19OpenACC: Improve implicit mapping for non-lexically nested offload regionsJulian Brown1-0/+10
2023-06-19OpenACC: Allow implicit uses of assumed-size arrays in offload regionsJulian Brown1-0/+4
2023-06-19OpenACC: Reimplement "inheritance" for lexically-nested offload regionsJulian Brown1-0/+6
2023-06-19OpenMP/OpenACC: Reorganise OMP map clause handling in gimplify.ccJulian Brown1-0/+4
2023-06-19OpenMP: implicitly map base pointer for array-section pointer componentsJulian Brown1-0/+4
2023-06-19OpenMP/OpenACC: Rework clause expansion and nested struct handlingJulian Brown1-0/+10
2023-06-19Revert "openmp: Handle C/C++ array reference base-pointers in array sections"Julian Brown1-0/+7
2023-06-19Revert "Fix implicit mapping for array slices on lexically-enclosing data con...Julian Brown1-0/+5
2023-06-14OpenMP: Fortran support for imperfectly nested loopsSandra Loosemore1-0/+13
2023-06-14OpenMP: Refactor and tidy Fortran front-end code for loop transformationsSandra Loosemore1-0/+6
2023-06-14OpenMP: New c/c++ testcases for imperfectly-nested loopsSandra Loosemore1-0/+8
2023-06-14OpenMP: C++ support for imperfectly-nested loopsSandra Loosemore1-0/+13
2023-06-14OpenMP: C support for imperfectly-nested loopsSandra Loosemore1-0/+14
2023-06-12OpenMP: Cleanups related to the 'present' modifierTobias Burnus1-0/+14
2023-06-09openmp: Add support for the 'present' modifierKwok Cheung Yeung1-0/+22
2023-06-07Revert "openmp: Add support for the 'present' modifier"Tobias Burnus1-0/+14
2023-06-01OpenMP/Fortran: Permit pure directives inside PURETobias Burnus1-0/+13