| Commit message (Expand) | Author | Age | Files | Lines |
* | libgomp testsuite: As appropriate, use the 'gcc', 'g++', 'gfortran' driver [P... | Thomas Schwinge | 2023-05-15 | 1 | -9/+2 |
* | libgomp testsuite: Have each '*.exp' file specify the compiler to use [PR91884] | Thomas Schwinge | 2023-05-15 | 1 | -0/+1 |
* | libgomp testsuite: Generalize 'lang_library_path' into a list of 'lang_librar... | Thomas Schwinge | 2023-05-12 | 1 | -15/+20 |
* | libgomp testsuite: Get rid of 'lang_test_file_found' | Thomas Schwinge | 2023-05-12 | 1 | -87/+79 |
* | libgomp C++, Fortran testsuites: Resolve 'lang_test_file_found' first | Thomas Schwinge | 2023-05-12 | 1 | -16/+15 |
* | libgomp testsuite: Localize 'lang_[...]' etc. | Thomas Schwinge | 2023-05-12 | 1 | -5/+10 |
* | libgomp testsuite: Use 'lang_test_file_found' instead of 'lang_test_file' | Thomas Schwinge | 2023-05-09 | 1 | -4/+0 |
* | OpenACC: Further attach/detach clause fixes for Fortran [PR109622] | Julian Brown | 2023-05-04 | 4 | -0/+152 |
* | Add '-Wno-complain-wrong-lang', and use it in 'gcc/testsuite/lib/target-suppo... | Thomas Schwinge | 2023-02-22 | 1 | -1/+1 |
* | Support OpenACC 'declare create' with Fortran allocatable arrays, part II [PR... | Thomas Schwinge | 2022-11-02 | 2 | -27/+146 |
* | Support OpenACC 'declare create' with Fortran allocatable arrays, part I [PR1... | Thomas Schwinge | 2022-11-02 | 2 | -0/+680 |
* | Add 'libgomp.oacc-fortran/declare-allocatable-array_descriptor-1-runtime.f90' | Thomas Schwinge | 2022-11-02 | 1 | -0/+402 |
* | Add 'libgomp.oacc-fortran/declare-allocatable-1-runtime.f90' | Thomas Schwinge | 2022-11-02 | 1 | -0/+278 |
* | Add 'libgomp.oacc-fortran/declare-allocatable-1.f90' | Cesar Philippidis | 2022-11-02 | 1 | -0/+268 |
* | OpenACC: Don't gang-privatize artificial variables [PR90115] | Julian Brown | 2022-10-28 | 5 | -37/+22 |
* | Fix up 'libgomp.oacc-fortran/print-1.f90' GCN offloading compilation [PR104717] | Thomas Schwinge | 2022-04-28 | 1 | -1/+29 |
* | fortran: Fix up gfc_trans_oacc_construct [PR104717] | Jakub Jelinek | 2022-04-25 | 1 | -0/+7 |
* | [libgomp, testsuite] Scale down some OpenACC test-cases | Tom de Vries | 2022-03-25 | 1 | -4/+14 |
* | Enhance further testcases to verify Openacc 'kernels' decomposition | Thomas Schwinge | 2022-03-17 | 1 | -2/+49 |
* | Enhance further testcases to verify handling of OpenACC privatization level [... | Thomas Schwinge | 2022-03-17 | 1 | -60/+22 |
* | OpenACC 'kernels' decomposition: resolve wrong-code cases unless manually mak... | Thomas Schwinge | 2022-03-12 | 2 | -10/+8 |
* | OpenACC 'kernels' decomposition: wrong-code cases unless manually making cert... | Thomas Schwinge | 2022-03-12 | 1 | -1/+14 |
* | Enhance further testcases to verify handling of OpenACC privatization level [... | Thomas Schwinge | 2022-03-12 | 1 | -2/+12 |
* | [OpenACC privatization] Analyze 'lookup_decl'-translated DECL [PR90115, PR102... | Thomas Schwinge | 2022-03-10 | 3 | -13/+19 |
* | Enhance further testcases to verify handling of OpenACC privatization level [... | Thomas Schwinge | 2022-03-10 | 4 | -12/+64 |
* | Test 'libgomp.oacc-*/kernels-private-vars-*' with '--param=openacc-kernels=de... | Thomas Schwinge | 2022-03-04 | 13 | -24/+91 |
* | Test '-fopt-info-omp-all' in 'libgomp.oacc-*/kernels-private-vars-*' | Thomas Schwinge | 2022-03-04 | 13 | -148/+265 |
* | Fix OpenACC gang-redundant execution in 'libgomp.oacc-fortran/privatized-ref-... | Thomas Schwinge | 2022-02-22 | 1 | -10/+32 |
* | [nvptx] Add some support for .local atomics | Tom de Vries | 2022-02-01 | 2 | -14/+0 |
* | nvptx: update fix for -Wformat-diag | Martin Liska | 2022-01-19 | 5 | -9/+9 |
* | nvptx: fix -Wformat-diag warnings | Martin Liska | 2022-01-18 | 5 | -9/+9 |
* | Extend test cases for references in OpenACC 'private' clauses | Thomas Schwinge | 2022-01-17 | 1 | -6/+93 |
* | Test cases for references in OpenACC 'private' clauses | Julian Brown | 2022-01-17 | 1 | -0/+76 |
* | Document current '-Wuninitialized' diagnostics for 'libgomp.oacc-fortran/rout... | Thomas Schwinge | 2022-01-13 | 1 | -1/+13 |
* | Document current '-Wuninitialized'/'-Wmaybe-uninitialized' diagnostics for Op... | Thomas Schwinge | 2022-01-13 | 11 | -2/+73 |
* | Enhance OpenACC 'kernels' decomposition testing | Thomas Schwinge | 2022-01-13 | 4 | -31/+169 |
* | fortran: OpenMP/OpenACC array mapping alignment fix (PR90030) | Chung-Lin Tang | 2021-12-02 | 1 | -0/+29 |
* | [OpenACC] Allow gang reductions inside serial constructs | Kwok Cheung Yeung | 2021-11-30 | 1 | -1/+0 |
* | Make OpenACC orphan gang reductions errors | Cesar Philippidis | 2021-11-30 | 1 | -0/+1 |
* | Further test case adjustment re "Fortran: Fix assumed-size to assumed-rank pa... | Thomas Schwinge | 2021-09-28 | 2 | -2/+7 |
* | libgomp.oacc-fortran/privatized-ref-2.f90: Fix dg-note | Tobias Burnus | 2021-09-27 | 1 | -3/+3 |
* | Fortran: Fix assumed-size to assumed-rank passing [PR94070] | Tobias Burnus | 2021-09-27 | 1 | -7/+6 |
* | Fortran: Improve -Wmissing-include-dirs warnings [PR55534] | Tobias Burnus | 2021-09-22 | 1 | -3/+0 |
* | Fortran: Fix -Wno-missing-include-dirs handling [PR55534] | Tobias Burnus | 2021-09-21 | 1 | -0/+3 |
* | amdgcn: Enable OpenACC worker partitioning for AMD GCN | Julian Brown | 2021-08-09 | 2 | -0/+6 |
* | [OpenACC] Extract 'pass_oacc_loop_designation' out of 'pass_oacc_device_lower' | Thomas Schwinge | 2021-07-29 | 1 | -3/+3 |
* | Fix OpenACC 'async'/'wait' issues in 'libgomp.oacc-c-c++-common/lib-{94,95}.c... | Thomas Schwinge | 2021-07-27 | 2 | -0/+8 |
* | OpenACC 'nohost' clause | Thomas Schwinge | 2021-07-21 | 1 | -0/+63 |
* | Enable more 'libgomp.oacc-*/lib-*' testcases for non-'openacc_nvidia_accel_se... | Thomas Schwinge | 2021-06-08 | 5 | -31/+76 |
* | Fix 'libgomp.oacc-fortran/parallel-dims.f90' for 'acc_device_radeon' | Thomas Schwinge | 2021-06-08 | 1 | -25/+6 |