Age | Commit message (Expand) | Author | Files | Lines |
2023-10-25 | OpenACC 2.7: Implement self clause for compute constructs | Chung-Lin Tang | 1 | -0/+18 |
2023-10-14 | Fortran: Support OpenMP's 'allocate' directive for stack vars | Tobias Burnus | 1 | -30/+47 |
2023-08-22 | OpenMP: Handle 'all' as category in defaultmap | Tobias Burnus | 1 | -0/+3 |
2023-07-19 | OpenMP/Fortran: Non-rectangular loops with constant steps other than 1 or -1 ... | Tobias Burnus | 1 | -10/+8 |
2023-07-17 | OpenMP/Fortran: Parsing support for 'uses_allocators' | Tobias Burnus | 1 | -0/+11 |
2023-06-06 | openmp: Add support for the 'present' modifier | Tobias Burnus | 1 | -0/+29 |
2023-05-26 | Fortran/OpenMP: Add parsing support for allocators/allocate directives | Tobias Burnus | 1 | -2/+9 |
2023-05-18 | fortran: use _P() defines from tree.h | Bernhard Reutner-Fischer | 1 | -4/+3 |
2023-05-17 | Fortran/OpenMP: Fix mapping of array descriptors and deferred-length strings | Tobias Burnus | 1 | -91/+245 |
2023-05-04 | OpenACC: Further attach/detach clause fixes for Fortran [PR109622] | Julian Brown | 1 | -2/+6 |
2023-04-28 | OpenACC: Stand-alone attach/detach clause fixes for Fortran [PR109622] | Julian Brown | 1 | -3/+33 |
2023-04-28 | Fortran: Fix (mostly) comment typos | Tobias Burnus | 1 | -3/+3 |
2023-04-25 | 'omp scan' struct block seq update for OpenMP 5.x | Tobias Burnus | 1 | -14/+17 |
2023-03-01 | OpenMP/Fortran: Fix handling of optional is_device_ptr + bind(C) [PR108546] | Tobias Burnus | 1 | -1/+3 |
2023-02-09 | OpenMP/Fortran: Partially fix non-rect loop nests [PR107424] | Tobias Burnus | 1 | -46/+195 |
2023-01-27 | OpenMP/Fortran: Fix has_device_addr clause splitting [PR108558] | Tobias Burnus | 1 | -0/+2 |
2023-01-16 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-12-23 | Fortran: Typo/unicode-o fixes | Julian Brown | 1 | -1/+1 |
2022-12-14 | OpenMP/Fortran: Combined directives with map/firstprivate of same symbol | Julian Brown | 1 | -2/+35 |
2022-12-09 | Fortran/OpenMP: align/allocator modifiers to the allocate clause | Tobias Burnus | 1 | -0/+8 |
2022-11-14 | Fortran: fix treatment of character, value, optional dummy arguments [PR107444] | Harald Anlauf | 1 | -1/+1 |
2022-11-03 | OpenMP/Fortran: 'target update' with DT components | Tobias Burnus | 1 | -3/+6 |
2022-10-10 | openmp, fortran: Fix up IFN_ASSUME call | Jakub Jelinek | 1 | -2/+5 |
2022-10-06 | openmp: Map holds clause to IFN_ASSUME for Fortran | Tobias Burnus | 1 | -1/+36 |
2022-10-05 | Fortran: Add OpenMP's assume(s) directives | Tobias Burnus | 1 | -0/+2 |
2022-09-14 | OpenMP/OpenACC struct sibling list gimplification extension and rework | Julian Brown | 1 | -17/+3 |
2022-09-05 | Fortran/openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration support | Tobias Burnus | 1 | -12/+23 |
2022-09-03 | openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration support | Jakub Jelinek | 1 | -5/+7 |
2022-07-04 | OpenMP/Fortran: Add support for OpenMP 5.2 linear clause syntax | Tobias Burnus | 1 | -2/+3 |
2022-06-07 | openmp: Add support for OpenMP 5.2 linear clause syntax for C/C++ | Jakub Jelinek | 1 | -0/+1 |
2022-05-23 | OpenMP: Handle descriptors in target's firstprivate [PR104949] | Tobias Burnus | 1 | -10/+43 |
2022-05-18 | OpenMP: Add Fortran support for inoutset depend-kind | Tobias Burnus | 1 | -0/+4 |
2022-05-17 | OpenMP: Add omp_all_memory support to Fortran | Tobias Burnus | 1 | -3/+7 |
2022-05-13 | OpenMP/Fortran: Use firstprivat not alloc for ptr attach for arrays | Tobias Burnus | 1 | -3/+9 |
2022-05-05 | Fortran: Add support for OMP non-rectangular loops. | Sandra Loosemore | 1 | -0/+1 |
2022-05-02 | Fortran: Add location info to OpenMP tree nodes | Sandra Loosemore | 1 | -0/+11 |
2022-04-25 | fortran: Fix up gfc_trans_oacc_construct [PR104717] | Jakub Jelinek | 1 | -0/+2 |
2022-04-05 | Fortran: Fix clause splitting for OMP masked taskloop directive | Sandra Loosemore | 1 | -1/+1 |
2022-03-18 | Fortran/OpenMP: Fix privatization of associated names | Tobias Burnus | 1 | -0/+10 |
2022-03-11 | Fortran: OpenMP/OpenACC avoid uninit access in size calc for mapping | Tobias Burnus | 1 | -2/+4 |
2022-02-15 | Fortran/OpenMP: Fix depend-clause handling for c_ptr | Tobias Burnus | 1 | -2/+5 |
2022-02-15 | Fortran/OpenMP: Fix depend-clause handling | Tobias Burnus | 1 | -8/+38 |
2022-02-09 | C, C++, Fortran, OpenMP: Add 'has_device_addr' clause to 'target' construct. | Marcel Vollweiler | 1 | -1/+14 |
2022-01-20 | Fortran: Fix scope for OMP AFFINITY clause iterator variables [PR103695] | Sandra Loosemore | 1 | -1/+1 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -4/+4 |
2022-01-17 | Rename .c files to .cc files. | Martin Liska | 1 | -0/+7701 |