Age | Commit message (Expand) | Author | Files | Lines |
2025-06-02 | libgomp: Add OpenMP's omp_target_memset/omp_target_memset_async | Tobias Burnus | 2 | -0/+106 |
2025-05-28 | libgomp.fortran/metadirective-1.f90: Expect 'error:' for nvptx compile [PR118... | Tobias Burnus | 1 | -1/+8 |
2025-05-15 | OpenMP/Fortran: Fix allocatable-component mapping of derived-type array comps | Tobias Burnus | 1 | -0/+75 |
2025-05-09 | libgomp.{c,fortran}/interop-{hip,cuda}: Fix dg-run target selection | Tobias Burnus | 4 | -0/+12 |
2025-05-07 | libgomp.fortran/map-alloc-comp-9{,-usm}.f90: Add unified_shared_memory variant | Tobias Burnus | 2 | -0/+30 |
2025-05-01 | OpenMP: Restore lost Fortran testcase for 'omp allocate' | Tobias Burnus | 1 | -0/+45 |
2025-04-24 | libgomp: Add additional OpenMP interop runtime tests | Tobias Burnus | 5 | -0/+244 |
2025-04-23 | OpenMP: Add libgomp.fortran/target-enter-data-8.f90 | Tobias Burnus | 1 | -0/+532 |
2025-04-15 | Fortran/OpenMP: Support automatic mapping allocatable components (deep mapping) | Tobias Burnus | 8 | -0/+2158 |
2025-03-22 | libgomp.fortran/get-mapped-ptr-1.f90: Use -6 for non-conf dev number | Tobias Burnus | 1 | -1/+1 |
2025-03-17 | Move gfortran.dg/gomp/declare-variant-mod-1*.f90 to libgomp.fortran/ [PR115271] | Tobias Burnus | 2 | -0/+164 |
2025-01-30 | OpenMP: Fortran support for metadirectives and dynamic selectors | Sandra Loosemore | 6 | -0/+276 |
2025-01-13 | Add missing target directive in OpenMP dispatch Fortran runtime test | Paul-Antoine Arras | 1 | -8/+13 |
2025-01-02 | OpenMP: Fortran front-end support for dispatch + adjust_args | Paul-Antoine Arras | 5 | -0/+316 |
2024-10-13 | Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initia... | Tobias Burnus | 1 | -0/+50 |
2024-10-07 | Move gfortran.dg/gomp/allocate-static.f90 to libgomp.fortran/ | Tobias Burnus | 1 | -0/+34 |
2024-09-24 | OpenMP: Add support for 'self_maps' to the 'require' directive | Tobias Burnus | 1 | -0/+49 |
2024-09-23 | OpenMP: Fix omp_get_device_from_uid, minor cleanup | Tobias Burnus | 1 | -2/+16 |
2024-09-20 | OpenMP: Add get_device_from_uid/omp_get_uid_from_device routines | Tobias Burnus | 1 | -0/+42 |
2024-08-28 | libgomp: Add interop types and routines to OpenMP's headers and module | Tobias Burnus | 7 | -0/+543 |
2024-08-09 | OpenMP: Constructors and destructors for "declare target" static aggregates: ... | Thomas Schwinge | 3 | -3/+3 |
2024-08-07 | OpenMP: Constructors and destructors for "declare target" static aggregates | Tobias Burnus | 3 | -0/+107 |
2024-08-01 | omp-offload.cc: Fix value-expr handling of 'declare target link' vars [PR115637] | Tobias Burnus | 1 | -9/+6 |
2024-07-29 | OpenMP/Fortran: Fix handling of 'declare target' with 'link' clause [PR115559] | Tobias Burnus | 1 | -0/+116 |
2024-07-01 | libgomp, openmp: Add ompx_gnu_pinned_mem_alloc | Andrew Stubbs | 1 | -0/+16 |
2024-06-06 | nvptx, libgfortran: Switch out of "minimal" mode | Thomas Schwinge | 2 | -14/+0 |
2024-06-05 | openmp: OpenMP loop transformation support | Jakub Jelinek | 26 | -0/+1737 |
2024-03-22 | openmp: Change to using a hashtab to lookup offload target addresses for indi... | Kwok Cheung Yeung | 1 | -1/+0 |
2024-03-13 | OpenMP/Fortran: Fix defaultmap(none) issue with dummy procedures [PR114283] | Tobias Burnus | 1 | -0/+43 |
2024-02-15 | openmp, fortran: Add Fortran support for indirect clause on the declare targe... | Kwok Cheung Yeung | 3 | -0/+128 |
2024-01-20 | Increase timeout by 2 in libgomp.fortran/alloc-comp-3.f90 on hppa*-*-* | John David Anglin | 1 | -0/+1 |
2023-12-21 | OpenMP/OpenACC: Reorganise OMP map clause handling in gimplify.cc | Julian Brown | 1 | -10/+0 |
2023-12-15 | Fix tests for gomp | Andre Vieira | 1 | -10/+2 |
2023-12-15 | In 'libgomp.fortran/map-subarray-5.f90', restrict 'dg-output's to 'target off... | Thomas Schwinge | 1 | -2/+2 |
2023-12-15 | OpenMP/OpenACC: Unordered/non-constant component offset runtime diagnostic | Julian Brown | 1 | -0/+54 |
2023-12-13 | OpenMP: Pointers and member mappings | Julian Brown | 9 | -3/+552 |
2023-12-13 | OpenMP/OpenACC: Rework clause expansion and nested struct handling | Julian Brown | 2 | -0/+13 |
2023-12-11 | libgfortran: Replace mutex with rwlock | Lipeng Zhu | 3 | -0/+73 |
2023-12-11 | aarch64: enable mixed-types for aarch64 simdclones | Andre Vieira | 1 | -1/+9 |
2023-12-08 | OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatables | Tobias Burnus | 5 | -0/+278 |
2023-10-14 | libgomp.fortran/allocate-6.f90: Run with -fdump-tree-gimple | Tobias Burnus | 1 | -2/+3 |
2023-10-14 | Fortran: Support OpenMP's 'allocate' directive for stack vars | Tobias Burnus | 4 | -0/+651 |
2023-10-08 | Fortran/OpenMP: Fix handling of strictly structured blocks | Tobias Burnus | 1 | -0/+22 |
2023-08-25 | OpenMP: Fortran support for imperfectly-nested loops | Sandra Loosemore | 9 | -0/+966 |
2023-07-26 | OpenMP: Call cuMemcpy2D/cuMemcpy3D for nvptx for omp_target_memcpy_rect | Tobias Burnus | 2 | -3/+534 |
2023-07-19 | OpenMP/Fortran: Non-rectangular loops with constant steps other than 1 or -1 ... | Tobias Burnus | 4 | -648/+481 |
2023-07-17 | OpenMP/Fortran: Parsing support for 'uses_allocators' | Tobias Burnus | 2 | -0/+267 |
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/+4 |
2023-06-13 | libgomp/testsuite: Add requires-unified-addr-1.{c,f90} [PR109837] | Tobias Burnus | 1 | -0/+111 |