Age | Commit message (Expand) | Author | Files | Lines |
2025-03-15 | Fortran: Store OpenMP's 'declare variant' in module file [PR115271] | Tobias Burnus | 1 | -3/+14 |
2025-02-21 | Fortran: Improve gfc_array_kind for assumed rank; gfc_tree_array_size on 'tree' | Tobias Burnus | 1 | -10/+23 |
2025-02-17 | OpenMP/Fortran: extend 'adjust_args' clause, fixes for it and declare variant... | Tobias Burnus | 1 | -39/+175 |
2025-02-11 | OpenMP: Pass a 3-way flag to omp_check_context_selector instead of a bool. | Sandra Loosemore | 1 | -2/+3 |
2025-02-05 | Fortran/OpenMP: Add location data to 'sorry' [PR118740] | Tobias Burnus | 1 | -3/+5 |
2025-02-05 | fortran/trans-openmp.cc: Use the correct member in gfc_omp_namelist [PR118745] | Tobias Burnus | 1 | -1/+1 |
2025-01-30 | OpenMP: Fortran support for metadirectives and dynamic selectors | Sandra Loosemore | 1 | -84/+149 |
2025-01-30 | OpenMP: append_args clause fixes + Fortran support | Tobias Burnus | 1 | -12/+147 |
2025-01-16 | Fortran/OpenMP: Fix declare_variant's 'adjust_args' mishandling with return b... | Tobias Burnus | 1 | -3/+11 |
2025-01-14 | OpenMP: Re-work and extend context selector resolution | Sandra Loosemore | 1 | -2/+3 |
2025-01-11 | Fortran: Fix location_t in gfc_get_extern_function_decl; support 'omp dispatc... | Tobias Burnus | 1 | -0/+3 |
2025-01-02 | OpenMP: Fortran front-end support for dispatch + adjust_args | Paul-Antoine Arras | 1 | -0/+197 |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-11-22 | build: Remove INCLUDE_MEMORY [PR117737] | Andrew Pinski | 1 | -1/+0 |
2024-11-22 | OpenMP: 'interop' construct - add C/C++ parser support, improve Fortran parsing | Tobias Burnus | 1 | -2/+57 |
2024-10-25 | gcc: Remove trailing whitespace | Jakub Jelinek | 1 | -4/+4 |
2024-10-24 | Use unique_ptr in more places in pretty_printer/diagnostics [PR116613] | David Malcolm | 1 | -0/+1 |
2024-10-19 | Fortran: Fix translatability of diagnostic strings | Tobias Burnus | 1 | -2/+2 |
2024-10-19 | Fortran: Add range-based diagnostic | Tobias Burnus | 1 | -1/+1 |
2024-10-18 | gcc/: Rename array_type_nelts => array_type_nelts_minus_one | Alejandro Colomar | 1 | -2/+2 |
2024-10-12 | Fortran/OpenMP: Warn when mapping polymorphic variables | Tobias Burnus | 1 | -0/+5 |
2024-09-06 | Fortran: Add OpenMP 'interop' directive parsing support | Tobias Burnus | 1 | -0/+3 |
2024-06-05 | openmp: OpenMP loop transformation support | Jakub Jelinek | 1 | -17/+68 |
2024-03-14 | Minor fixes for OpenACC/Fortran 'self' clause for compute constructs | Thomas Schwinge | 1 | -2/+0 |
2024-03-14 | OpenACC 2.7: front-end support for readonly modifier | Chung-Lin Tang | 1 | -21/+26 |
2024-03-13 | OpenMP/Fortran: Fix defaultmap(none) issue with dummy procedures [PR114283] | Tobias Burnus | 1 | -0/+9 |
2024-02-13 | OpenMP: Reject non-const 'condition' trait in Fortran | Tobias Burnus | 1 | -1/+2 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-12-19 | OpenMP: Use enumerators for names of trait-sets and traits | Sandra Loosemore | 1 | -14/+28 |
2023-12-19 | OpenMP: Unify representation of name-list properties. | Sandra Loosemore | 1 | -2/+3 |
2023-12-19 | OpenMP: Introduce accessor macros and constructors for context selectors. | Sandra Loosemore | 1 | -12/+15 |
2023-12-13 | OpenMP: Pointers and member mappings | Julian Brown | 1 | -43/+220 |
2023-12-13 | OpenMP/OpenACC: Rework clause expansion and nested struct handling | Julian Brown | 1 | -20/+14 |
2023-12-11 | Resolve ICE in 'gcc/fortran/trans-openmp.cc:gfc_omp_call_is_alloc' | Thomas Schwinge | 1 | -1/+1 |
2023-12-11 | OpenMP: Minor '!$omp allocators' cleanup | Tobias Burnus | 1 | -2/+6 |
2023-12-08 | OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatables | Tobias Burnus | 1 | -3/+58 |
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 |