aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
8 daysMerge commit '43b730b9134af60a8f1c5b107d625f7127ff23c5' into devel/omp/gcc-14devel/omp/gcc-14Paul-Antoine Arras1-1/+1
2024-06-27Fix scan dumps in readonly-1.cPaul-Antoine Arras1-4/+4
2024-06-27Fix strided `target update`Paul-Antoine Arras1-0/+7
2024-06-27nvptx: Correct pattern for popcountdi2 insn in nvptx.md.Roger Sayle2-3/+17
2024-06-27testsuite/*/gomp: Remove 'dg-prune-output "not supported yet"'Tobias Burnus12-20/+15
2024-06-27openmp: Diagnose using grainsize+num_tasks clauses together [PR115103]Jakub Jelinek9-4/+80
2024-06-27Fix printing COMPOUND_EXPR in .original [PR23872]Andrew Pinski4-19/+20
2024-06-27libgomp: Add gfx90c, 1036 and 1103 declare variant testsJakub Jelinek5-0/+57
2024-06-27install.texi (gcn): Fix date of recommended newlib versionTobias Burnus2-1/+5
2024-06-27Handle GOMP_MAP_STRUCT_UNORD in gfc_omp_deep_map_kind_pPaul-Antoine Arras1-0/+1
2024-06-27Accept duplicate map clauses on target constructPaul-Antoine Arras2-2/+2
2024-06-27Fix non-contiguous array supportPaul-Antoine Arras2-8/+6
2024-06-27Handle non-contiguous target update in gimplify_scan_omp_clausesPaul-Antoine Arras1-1/+10
2024-06-27Add 'present' clause in gfc_omp_deep_map_kind_pPaul-Antoine Arras1-0/+8
2024-06-27Fix declare-3.f95Paul-Antoine Arras1-2/+1
2024-06-27OpenMP: Improve raw pretty-printing of gimple metadirectives.Sandra Loosemore2-3/+18
2024-06-27OpenMP: Fix GIMPLE_OMP_METADIRECTIVE in nested functions at -O0Sandra Loosemore2-0/+52
2024-06-27OpenMP: Fix broken testcaseSandra Loosemore2-3/+8
2024-06-27OpenMP: Fix for ICE in tree-nested.cc.Sandra Loosemore2-3/+10
2024-06-27OpenMP: Update documentation of metadirective implementation status.Sandra Loosemore2-7/+24
2024-06-27OpenMP: Update "declare target"/OpenMP context interactionSandra Loosemore13-34/+45
2024-06-27OpenMP: Remove dead code from declare variant reimplementationSandra Loosemore17-272/+55
2024-06-27OpenMP: Extend dynamic selector support to declare variantSandra Loosemore37-1126/+1521
2024-06-27OpenMP: Reject other properties with kind(any)Sandra Loosemore11-23/+98
2024-06-27OpenMP: Fortran front-end support for metadirectives.Sandra Loosemore39-363/+2059
2024-06-27OpenMP: common c/c++ testcases for metadirectivesSandra Loosemore20-1/+1097
2024-06-27OpenMP: C++ front-end support for metadirectivesSandra Loosemore17-13/+1084
2024-06-27OpenMP: C front end support for metadirectivesSandra Loosemore10-20/+611
2024-06-27libgomp: runtime support for target_device selectorSandra Loosemore18-6/+972
2024-06-27OpenMP: middle-end support for metadirectivesSandra Loosemore24-2/+881
2024-06-27OpenMP: metadirective tree data structures and front-end interfacesSandra Loosemore19-27/+518
2024-06-27[OpenACC] Add tests for implied copy of variables in reduction clause.Hafiz Abid Qadeer6-0/+402
2024-06-27OpenMP/Fortran: Ensure allocator is gimplified for 'omp allocate'Tobias Burnus4-0/+60
2024-06-27OpenMP: Add C++ support for 'omp allocate' with stack variablesTobias Burnus20-117/+605
2024-06-27OpenMP: Support accelerated 2D/3D memory copies for AMD GCN [OG14-only part]Julian Brown2-0/+36
2024-06-27libgomp: parallel reverse offloadAndrew Stubbs13-59/+376
2024-06-27OpenMP: Enable 'declare mapper' mappers for 'target update' directivesJulian Brown20-56/+798
2024-06-27OpenMP: Dimension ordering for array-shaping operator for C and C++Julian Brown6-4/+52
2024-06-27OpenMP: Strided/rectangular 'target update' out-of-bounds array lookup fixJulian Brown2-4/+25
2024-06-27OpenMP: Array shaping operator and strided "target update" for CJulian Brown43-72/+2522
2024-06-27OpenMP: Support strided and shaped-array updates for C++Julian Brown57-208/+3464
2024-06-27OpenMP: Allow complete replacement of clause during map/to/from expansionJulian Brown7-71/+123
2024-06-27OpenMP: Look up 'declare mapper' definitions at resolution time not parse timeJulian Brown10-19/+139
2024-06-27OpenMP: Introduce C_ORT_{,OMP_}DECLARE_MAPPER c_omp_region_type typesJulian Brown4-2/+14
2024-06-27OpenMP: Reprocess expanded clauses after 'declare mapper' instantiationJulian Brown6-520/+671
2024-06-27OpenMP: Move Fortran 'declare mapper' instantiation codeJulian Brown4-384/+477
2024-06-27OpenMP: Enable c-c++-common/gomp/declare-mapper-3.c for CJulian Brown2-1/+5
2024-06-27OpenACC: Vector length warning fixes for implicit mapping/declare create testsJulian Brown7-0/+18
2024-06-27OpenMP: Expand "declare mapper" mappers for target {enter,exit,} data directivesJulian Brown18-36/+657
2024-06-27OpenMP: Fortran "!$omp declare mapper" supportJulian Brown43-96/+2669