Age | Commit message (Expand) | Author | Files | Lines |
2022-05-04 | OpenMP: Fix use_device_{addr,ptr} with in-data-sharing arg | Tobias Burnus | 1 | -0/+143 |
2022-05-02 | OpenMP, libgomp: Add new runtime routine omp_get_mapped_ptr. | Marcel Vollweiler | 8 | -0/+597 |
2022-04-28 | Fix up 'libgomp.oacc-fortran/print-1.f90' GCN offloading compilation [PR104717] | Thomas Schwinge | 1 | -1/+29 |
2022-04-25 | fortran: Fix up gfc_trans_oacc_construct [PR104717] | Jakub Jelinek | 1 | -0/+7 |
2022-04-05 | OpenMP: Fix nested use_device_ptr | Chung-Lin Tang | 1 | -0/+41 |
2022-04-04 | [libgomp/testsuite] Fix libgomp.fortran/examples-4/declare_target-{1,2}.f90 | Tom de Vries | 2 | -24/+38 |
2022-04-01 | [libgomp, testsuite, nvptx] Limit recursion in declare_target-{1,2}.f90 | Tom de Vries | 2 | -11/+27 |
2022-04-01 | [libgomp, testsuite, nvptx] Fix dg-output test in vector-length-128-7.c | Tom de Vries | 1 | -1/+1 |
2022-03-25 | [libgomp, testsuite] Scale down some OpenACC test-cases | Tom de Vries | 3 | -23/+46 |
2022-03-23 | LTO: Fixes for renaming issues with offload/OpenMP [PR104285] | Tobias Burnus | 6 | -0/+290 |
2022-03-22 | [nvptx] Add warp sync at simt exit | Tom de Vries | 1 | -0/+25 |
2022-03-18 | Fortran/OpenMP: Fix privatization of associated names | Tobias Burnus | 1 | -0/+92 |
2022-03-18 | [openmp] Fix SIMT reduction using TRUTH_{AND,OR}IF_EXPR | Tom de Vries | 2 | -0/+46 |
2022-03-17 | Enhance further testcases to verify Openacc 'kernels' decomposition | Thomas Schwinge | 3 | -6/+67 |
2022-03-17 | Enhance further testcases to verify handling of OpenACC privatization level [... | Thomas Schwinge | 2 | -65/+52 |
2022-03-16 | OpenMP, Fortran: Bugfix for omp_set_num_teams. | Marcel Vollweiler | 1 | -0/+10 |
2022-03-16 | OpenACC privatization diagnostics vs. 'assert' [PR102841] | Thomas Schwinge | 1 | -3/+3 |
2022-03-12 | OpenACC 'kernels' decomposition: resolve wrong-code cases unless manually mak... | Thomas Schwinge | 7 | -34/+48 |
2022-03-12 | OpenACC 'kernels' decomposition: wrong-code cases unless manually making cert... | Thomas Schwinge | 5 | -16/+59 |
2022-03-12 | Enhance further testcases to verify handling of OpenACC privatization level [... | Thomas Schwinge | 4 | -55/+266 |
2022-03-12 | OpenACC 'kernels' decomposition: Mark variables used in 'present' clauses as ... | Thomas Schwinge | 4 | -67/+88 |
2022-03-10 | Fix multiple issue in the testcase allocate-1.f90. | Hafiz Abid Qadeer | 1 | -14/+12 |
2022-03-10 | [nvptx] Disable warp sync in simt region | Tom de Vries | 1 | -0/+18 |
2022-03-10 | [OpenACC privatization] Analyze 'lookup_decl'-translated DECL [PR90115, PR102... | Thomas Schwinge | 17 | -61/+97 |
2022-03-10 | Enhance further testcases to verify handling of OpenACC privatization level [... | Thomas Schwinge | 4 | -12/+64 |
2022-03-04 | Fix 'libgomp.oacc-c-c++-common/kernels-decompose-1.c' expected diagnostics | Thomas Schwinge | 1 | -0/+2 |
2022-03-04 | Test 'libgomp.oacc-*/kernels-private-vars-*' with '--param=openacc-kernels=de... | Thomas Schwinge | 33 | -99/+361 |
2022-03-04 | Test '-fopt-info-omp-all' in 'libgomp.oacc-*/kernels-private-vars-*' | Thomas Schwinge | 33 | -514/+811 |
2022-03-04 | OMP lowering: Regimplify 'OMP_CLAUSE_MAP_DECL_MAKE_ADDRESSABLE' DECLs [PR1002... | Thomas Schwinge | 1 | -4/+58 |
2022-03-04 | OpenACC 'kernels' decomposition: Move 'TREE_ADDRESSABLE' setting into OMP low... | Thomas Schwinge | 2 | -4/+8 |
2022-03-04 | Add diagnostic: "note: OpenACC 'kernels' decomposition: variable '[...]' decl... | Thomas Schwinge | 2 | -0/+4 |
2022-02-28 | [libgomp, testsuite, nvptx] Add -mptx=_ in declare-variant-3-sm*.c | Tom de Vries | 6 | -6/+6 |
2022-02-24 | [libgomp, testsuite, nvptx] Add libgomp.c/declare-variant-3-sm*.c | Tom de Vries | 7 | -0/+108 |
2022-02-22 | Fix OpenACC gang-redundant execution in 'libgomp.oacc-fortran/privatized-ref-... | Thomas Schwinge | 1 | -10/+32 |
2022-02-22 | [libgomp, nvptx] Fix hang in gomp_team_barrier_wait_end | Tom de Vries | 3 | -28/+0 |
2022-02-22 | [libgomp, testsuite, nvptx] Fix pr96390.c without CUDA | Tom de Vries | 2 | -0/+2 |
2022-02-15 | Fortran/OpenMP: Fix depend-clause handling | Tobias Burnus | 1 | -0/+109 |
2022-02-10 | OpenMP/C++: Permit mapping classes with virtual members [PR102204] | Tobias Burnus | 1 | -0/+50 |
2022-02-09 | C, C++, Fortran, OpenMP: Add 'has_device_addr' clause to 'target' construct. | Marcel Vollweiler | 10 | -0/+478 |
2022-02-08 | libgomp: Fix segfault with posthumous orphan tasks [PR104385] | Jakub Jelinek | 1 | -0/+26 |
2022-02-04 | libgomp.fortran/allocate-1.f90: Fix minor cleanup | Tobias Burnus | 1 | -3/+0 |
2022-02-04 | libgomp.fortran/allocate-1.f90: Minor cleanup | Tobias Burnus | 2 | -56/+60 |
2022-02-01 | [nvptx] Add some support for .local atomics | Tom de Vries | 3 | -21/+0 |
2022-02-01 | [libgomp, testsuite] Fix insufficient resources in test-cases | Tom de Vries | 3 | -3/+25 |
2022-02-01 | [libgomp, testsuite] Reduce recursion depth in declare_target-*.f90 | Tom de Vries | 2 | -3/+7 |
2022-01-21 | Strengthen a few OpenACC test cases | Thomas Schwinge | 15 | -57/+202 |
2022-01-19 | nvptx: update fix for -Wformat-diag | Martin Liska | 16 | -33/+33 |
2022-01-18 | nvptx: fix -Wformat-diag warnings | Martin Liska | 16 | -33/+33 |
2022-01-17 | Extend test cases for references in OpenACC 'private' clauses | Thomas Schwinge | 3 | -22/+364 |
2022-01-17 | Test cases for references in OpenACC 'private' clauses | Julian Brown | 3 | -0/+211 |