Age | Commit message (Expand) | Author | Files | Lines |
2020-11-12 | Fortran: improve location data for OpenACC/OpenMP directives [PR97782] | Tobias Burnus | 1 | -24/+26 |
2020-11-10 | Fortran: OpenMP 5.0 (in_,task_)reduction clause extensions | Tobias Burnus | 1 | -17/+54 |
2020-11-03 | [Fortran] More precise location information for OpenACC 'gang', 'worker', 've... | Thomas Schwinge | 1 | -14/+26 |
2020-10-30 | Fortran: Update omp atomic for OpenMP 5 | Tobias Burnus | 1 | -19/+22 |
2020-10-22 | OpenMP: Fortran - support omp flush's memorder clauses | Tobias Burnus | 1 | -4/+26 |
2020-09-16 | Fortran: OpenMP - fix simd with (last)private (PR97061) | Tobias Burnus | 1 | -14/+23 |
2020-09-15 | OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668] | Tobias Burnus | 1 | -3/+28 |
2020-09-09 | Fortran: Fixes for OpenMP loop-iter privatization (PRs 95109 + 94690) | Tobias Burnus | 1 | -1/+7 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -1/+1 |
2020-08-12 | Fortran: Add support for OpenMP's nontemporal clause | Tobias Burnus | 1 | -0/+3 |
2020-08-04 | Fortran: Fix for OpenMP's 'lastprivate(conditional:' | Tobias Burnus | 1 | -0/+2 |
2020-08-03 | openacc: No attach/detach present/release mappings for array descriptors | Julian Brown | 1 | -17/+27 |
2020-07-29 | OpenMP: Handle order(concurrent) clause in gfortran | Tobias Burnus | 1 | -0/+12 |
2020-07-29 | OpenMP: Add 'omp requires' to Fortran (mostly parsing) | Tobias Burnus | 1 | -3/+7 |
2020-07-23 | OpenMP: Support 'lastprivate (conditional:' in Fortran | Tobias Burnus | 1 | -4/+19 |
2020-07-22 | OpenMP: Support 'if (simd:/cancel:' in Fortran | Tobias Burnus | 1 | -2/+15 |
2020-07-22 | OpenMP: Fixes for omp critical + hint | Tobias Burnus | 1 | -5/+13 |
2020-07-16 | openacc: Fix standalone attach for Fortran assumed-shape array pointers | Julian Brown | 1 | -4/+18 |
2020-07-14 | [OpenMP, Fortran] Add structure/derived-type element mapping | Tobias Burnus | 1 | -97/+235 |
2020-07-14 | [Fortran, OpenMP] Fix allocatable-components check (PR67311) | Tobias Burnus | 1 | -0/+5 |
2020-07-09 | openacc: Fortran derived-type mapping fix | Julian Brown | 1 | -2/+2 |
2020-06-25 | fortran: Fix ICE when 'if' clause used with 'target parallel' (PR95869) | Kwok Cheung Yeung | 1 | -1/+1 |
2020-06-25 | fortran: Apply if clause to all sub-constructs in combined OpenMP constructs | Kwok Cheung Yeung | 1 | -1/+4 |
2020-06-03 | [OpenMP] Fix mapping of artificial variables (PR94874) | Tobias Burnus | 1 | -1/+24 |
2020-05-14 | openmp: Also implicitly mark as declare target to functions mentioned in targ... | Jakub Jelinek | 1 | -0/+2 |
2020-05-13 | [Fortran] OpenMP - permit lastprivate in distribute + SIMD fixes (PR94690) | Tobias Burnus | 1 | -14/+13 |
2020-05-11 | [Fortran] Fix/modify present() handling for assumed-shape optional (PR 94672) | Tobias Burnus | 1 | -38/+4 |
2020-01-28 | [Fortran] avoid ICE in gfc_omp_check_optional_argument (PR93464) | Tobias Burnus | 1 | -1/+2 |
2020-01-22 | openmp: Fix up !$omp target parallel handling | Jakub Jelinek | 1 | -0/+1 |
2020-01-07 | re PR fortran/93162 (gcc/fortran/trans-openmp.c:2469:50: runtime error: load ... | Jakub Jelinek | 1 | -1/+3 |
2020-01-03 | Fortran] OpenMP/OpenACC – fix more issues with OPTIONAL | Tobias Burnus | 1 | -39/+78 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-20 | Fortran polymorphic class-type support for OpenACC | Julian Brown | 1 | -13/+56 |
2019-12-20 | OpenACC 2.6 deep copy: Fortran front-end parts | Julian Brown | 1 | -64/+222 |
2019-12-19 | Add OpenACC 2.6's no_create | Julian Brown | 1 | -0/+3 |
2019-12-12 | re PR fortran/92899 ([OpenMP] ICE in gfc_trans_omp_atomic, at fortran/trans-o... | Jakub Jelinek | 1 | -1/+0 |
2019-12-09 | Fix column information for omp_clauses in Fortran code | Frederik Harwath | 1 | -1/+1 |
2019-12-07 | Fortran] PR 92793 - fix column used for error diagnostic | Tobias Burnus | 1 | -51/+52 |
2019-12-06 | [OpenMP/OpenACC/Fortran] Fix mapping of optional (present|absent) arguments | Tobias Burnus | 1 | -11/+199 |
2019-12-05 | OpenMP] Fix use_device_… with absent optional arg | Tobias Burnus | 1 | -4/+9 |
2019-12-04 | re PR fortran/92756 (ICE in lower_omp, at omp-low.c:12988) | Jakub Jelinek | 1 | -4/+9 |
2019-11-12 | Add OpenACC 2.6 `serial' construct support | Maciej W. Rozycki | 1 | -3/+14 |
2019-11-11 | Fortran] Support absent optional args with use_device_{ptr,addr} | Tobias Burnus | 1 | -5/+58 |
2019-11-01 | OpenMP] use_device_addr/use_device_ptr with Fortran allocatable/pointer arrays | Tobias Burnus | 1 | -0/+27 |
2019-10-11 | [OpenMP,Fortran] Fix several OpenMP use_device_addr/map/update errors | Tobias Burnus | 1 | -4/+28 |
2019-10-10 | [Fortran, OpenMP] Actually pass use_device_addr on to the middle end | Tobias Burnus | 1 | -0/+3 |
2019-10-02 | Fix coding style comment, missed in last commit | Tobias Burnus | 1 | -1/+2 |
2019-10-02 | f95-lang.c (LANG_HOOKS_OMP_IS_OPTIONAL_ARGUMENT): Define to gfc_omp_is_option... | Kwok Cheung Yeung | 1 | -0/+13 |
2019-09-20 | re PR fortran/78260 (ICE in gimplify_expr, at gimplify.c:11939) | Tobias Burnus | 1 | -3/+3 |
2019-07-03 | Remove another bunch of dead assignment. | Martin Liska | 1 | -1/+0 |