Age | Commit message (Expand) | Author | Files | Lines |
2025-06-24 | Fortran/OpenACC: Add Fortran support for acc_attach/acc_detach | Tobias Burnus | 2 | -0/+87 |
2025-05-29 | libgomp: Add OpenACC's acc_memcpy_device{,_async} routines [PR93226] | Tobias Burnus | 1 | -0/+113 |
2025-05-19 | Fix libgomp.oacc-fortran/lib-13.f90 async bug | Julian Brown | 1 | -2/+1 |
2025-01-09 | nvptx: PTX 'alloca' for '-mptx=7.3'+, '-march=sm_52'+ [PR65181] | Thomas Schwinge | 1 | -10/+0 |
2024-10-16 | Add libgomp.oacc-fortran/acc_on_device-1-4.f | Tobias Burnus | 1 | -0/+60 |
2024-10-14 | OpenACC 'nohost' clause: harmonize 'libgomp.oacc-{c-c++-common,fortran}/routi... | Thomas Schwinge | 1 | -0/+2 |
2024-10-14 | Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initia... | Thomas Schwinge | 3 | -2/+11 |
2024-10-14 | Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initia... | Thomas Schwinge | 1 | -1/+1 |
2024-10-13 | Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initia... | Tobias Burnus | 4 | -17/+42 |
2024-07-19 | libgomp: Remove bogus warnings from privatized-ref-2.f90. | Paul Thomas | 1 | -6/+0 |
2024-06-06 | nvptx, libgfortran: Switch out of "minimal" mode | Thomas Schwinge | 6 | -11/+114 |
2024-06-06 | Clean up after newlib "nvptx: In offloading execution, map '_exit' to 'abort'... | Thomas Schwinge | 6 | -18/+37 |
2024-03-14 | Fix 'char' initialization, copy, check in 'libgomp.oacc-fortran/acc-memcpy.f90' | Thomas Schwinge | 1 | -5/+3 |
2024-02-27 | OpenACC: Add Fortran routines acc_{alloc,free,hostptr,deviceptr,memcpy_{to,fr... | Tobias Burnus | 3 | -0/+132 |
2023-10-25 | Handle OpenACC 'self' clause for compute constructs in OpenACC 'kernels' deco... | Thomas Schwinge | 1 | -8/+7 |
2023-10-25 | Extend test suite coverage for OpenACC 'self' clause for compute constructs | Thomas Schwinge | 2 | -0/+1000 |
2023-06-14 | driver: Forward '-lgfortran', '-lm' to offloading compilation | Thomas Schwinge | 2 | -3/+0 |
2023-06-14 | Add 'libgomp.{,oacc-}fortran/fortran-torture_execute_math.f90' | Thomas Schwinge | 1 | -0/+5 |
2023-05-15 | libgomp testsuite: As appropriate, use the 'gcc', 'g++', 'gfortran' driver [P... | Thomas Schwinge | 1 | -9/+2 |
2023-05-15 | libgomp testsuite: Have each '*.exp' file specify the compiler to use [PR91884] | Thomas Schwinge | 1 | -0/+1 |
2023-05-12 | libgomp testsuite: Generalize 'lang_library_path' into a list of 'lang_librar... | Thomas Schwinge | 1 | -15/+20 |
2023-05-12 | libgomp testsuite: Get rid of 'lang_test_file_found' | Thomas Schwinge | 1 | -87/+79 |
2023-05-12 | libgomp C++, Fortran testsuites: Resolve 'lang_test_file_found' first | Thomas Schwinge | 1 | -16/+15 |
2023-05-12 | libgomp testsuite: Localize 'lang_[...]' etc. | Thomas Schwinge | 1 | -5/+10 |
2023-05-09 | libgomp testsuite: Use 'lang_test_file_found' instead of 'lang_test_file' | Thomas Schwinge | 1 | -4/+0 |
2023-05-04 | OpenACC: Further attach/detach clause fixes for Fortran [PR109622] | Julian Brown | 4 | -0/+152 |
2023-02-22 | Add '-Wno-complain-wrong-lang', and use it in 'gcc/testsuite/lib/target-suppo... | Thomas Schwinge | 1 | -1/+1 |
2022-11-02 | Support OpenACC 'declare create' with Fortran allocatable arrays, part II [PR... | Thomas Schwinge | 2 | -27/+146 |
2022-11-02 | Support OpenACC 'declare create' with Fortran allocatable arrays, part I [PR1... | Thomas Schwinge | 2 | -0/+680 |
2022-11-02 | Add 'libgomp.oacc-fortran/declare-allocatable-array_descriptor-1-runtime.f90' | Thomas Schwinge | 1 | -0/+402 |
2022-11-02 | Add 'libgomp.oacc-fortran/declare-allocatable-1-runtime.f90' | Thomas Schwinge | 1 | -0/+278 |
2022-11-02 | Add 'libgomp.oacc-fortran/declare-allocatable-1.f90' | Cesar Philippidis | 1 | -0/+268 |
2022-10-28 | OpenACC: Don't gang-privatize artificial variables [PR90115] | Julian Brown | 5 | -37/+22 |
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-03-25 | [libgomp, testsuite] Scale down some OpenACC test-cases | Tom de Vries | 1 | -4/+14 |
2022-03-17 | Enhance further testcases to verify Openacc 'kernels' decomposition | Thomas Schwinge | 1 | -2/+49 |
2022-03-17 | Enhance further testcases to verify handling of OpenACC privatization level [... | Thomas Schwinge | 1 | -60/+22 |
2022-03-12 | OpenACC 'kernels' decomposition: resolve wrong-code cases unless manually mak... | Thomas Schwinge | 2 | -10/+8 |
2022-03-12 | OpenACC 'kernels' decomposition: wrong-code cases unless manually making cert... | Thomas Schwinge | 1 | -1/+14 |
2022-03-12 | Enhance further testcases to verify handling of OpenACC privatization level [... | Thomas Schwinge | 1 | -2/+12 |
2022-03-10 | [OpenACC privatization] Analyze 'lookup_decl'-translated DECL [PR90115, PR102... | Thomas Schwinge | 3 | -13/+19 |
2022-03-10 | Enhance further testcases to verify handling of OpenACC privatization level [... | Thomas Schwinge | 4 | -12/+64 |
2022-03-04 | Test 'libgomp.oacc-*/kernels-private-vars-*' with '--param=openacc-kernels=de... | Thomas Schwinge | 13 | -24/+91 |
2022-03-04 | Test '-fopt-info-omp-all' in 'libgomp.oacc-*/kernels-private-vars-*' | Thomas Schwinge | 13 | -148/+265 |
2022-02-22 | Fix OpenACC gang-redundant execution in 'libgomp.oacc-fortran/privatized-ref-... | Thomas Schwinge | 1 | -10/+32 |
2022-02-01 | [nvptx] Add some support for .local atomics | Tom de Vries | 2 | -14/+0 |
2022-01-19 | nvptx: update fix for -Wformat-diag | Martin Liska | 5 | -9/+9 |
2022-01-18 | nvptx: fix -Wformat-diag warnings | Martin Liska | 5 | -9/+9 |
2022-01-17 | Extend test cases for references in OpenACC 'private' clauses | Thomas Schwinge | 1 | -6/+93 |