| Age | Commit message (Expand) | Author |
| 2025-11-22 | OpenMP: C/C++ common testcases for "omp begin declare variant" | Sandra Loosemore |
| 2025-11-22 | OpenMP: C++ front end support for "begin declare variant" | Sandra Loosemore |
| 2025-11-21 | libgomp: Fix race condition data-2{,-lib}.c testcase | Arsen Arsenović |
| 2025-11-21 | ipa: Remove LTO requirement for builtin callback carriers. | Josef Melcr |
| 2025-11-17 | OpenMP/OpenACC tests. vs C++26 | Jakub Jelinek |
| 2025-11-13 | openmp, nvptx: ompx_gnu_managed_mem_alloc | Andrew Stubbs |
| 2025-11-12 | libgomp.{c-c++-common,fortran}/target-is-accessible-1.c: Fix testcases for om... | Tobias Burnus |
| 2025-11-12 | OpenMP: Add omp_default_device named constant [PR119677] | Tobias Burnus |
| 2025-11-05 | libgomp.c++/target-std__multimap-concurrent.C: Fix USM memory freeing | Tobias Burnus |
| 2025-11-03 | libgomp.fortran/omp_target_memset.f90 - Avoid implicit mapping by an uninit s... | Tobias Burnus |
| 2025-11-03 | Fix 'libgomp.c/pr122281.c' for non-USM offloading execution [PR122281] | Thomas Schwinge |
| 2025-11-03 | Fix gimple_copy for OpenMP atomic load/store [PR122281, PR105001] | Tobias Burnus |
| 2025-10-23 | libgomp: fine-grained pinned memory allocator | Andrew Stubbs |
| 2025-10-23 | libgomp, nvptx: Cuda pinned memory | Andrew Stubbs |
| 2025-10-21 | testsuite: Move ipcp-cb* from ipa to libgomp | Josef Melcr |
| 2025-10-20 | c++, gimplify: Implement C++26 P2795R5 - Erroneous behavior for uninitialized... | Thomas Schwinge |
| 2025-10-16 | libgomp.c/declare-variant-4-gfx*: Add missing archs + dg-excess-errors | Tobias Burnus |
| 2025-10-15 | gcn: Add missing GFX9_4_GENERIC, OpenMP context-selector update | Tobias Burnus |
| 2025-10-05 | *: regenerate autotools | Sam James |
| 2025-09-18 | OpenMP: Unshare expr in context-selector condition [PR121922] | Tobias Burnus |
| 2025-09-17 | libgomp: Add Fortran version of acc_copyout_finalize_async and acc_delete_fin... | Tobias Burnus |
| 2025-08-06 | openmp: Add support for iterators in 'target update' clauses (C/C++) | Kwok Cheung Yeung |
| 2025-08-06 | openmp: Add support for iterators in map clauses (C/C++) | Kwok Cheung Yeung |
| 2025-07-21 | Adjust 'libgomp.c++/target-cdtor-{1,2}.C' for 'targetm.cxx.use_aeabi_atexit' ... | Thomas Schwinge |
| 2025-07-17 | GCN, nvptx offloading: Restrain 'WARNING: program timed out.' while in 'dynam... | Thomas Schwinge |
| 2025-06-24 | Fortran/OpenACC: Add Fortran support for acc_attach/acc_detach | Tobias Burnus |
| 2025-06-17 | OpenMP: Fix implicit 'declare target' for <ostream> | Tobias Burnus |
| 2025-06-10 | gcn: Add experimental MI300 (gfx942) support | Tobias Burnus |
| 2025-06-06 | libgomp.c/target-map-zero-sized-3.c: Fix code for non-USM offload [PR120530] | Tobias Burnus |
| 2025-06-03 | libgomp: Fix up omp_target_memset-3.c test for C++ [PR120444] | Jakub Jelinek |
| 2025-06-02 | libgomp: Add OpenMP's omp_target_memset/omp_target_memset_async | Tobias Burnus |
| 2025-05-30 | Add 'libgomp.c++/target-valarray-1.C' | Thomas Schwinge |
| 2025-05-30 | libgomp: Add testcases for concurrent access to standard C++ containers on of... | Thomas Schwinge |
| 2025-05-30 | libgomp: Add testcases for concurrent access to standard C++ containers on of... | Kwok Cheung Yeung |
| 2025-05-30 | libgomp: Add testcases for the standard C++ math library on offload targets | Kwok Cheung Yeung |
| 2025-05-30 | Add 'libgomp.c++/target-flex-[...].C' test cases | Waffl3x |
| 2025-05-30 | Defuse 'RESULT_DECL' check in 'pass_nrv' (for offloading compilation) [PR119835] | Thomas Schwinge |
| 2025-05-30 | OpenMP: Support OpenMP 5.0 "declare mapper" directives for C | Julian Brown |
| 2025-05-30 | OpenMP: C++ "declare mapper" support | Julian Brown |
| 2025-05-29 | libgomp: Add OpenACC's acc_memcpy_device{,_async} routines [PR93226] | Tobias Burnus |
| 2025-05-28 | libgomp.fortran/metadirective-1.f90: Expect 'error:' for nvptx compile [PR118... | Tobias Burnus |
| 2025-05-23 | libgomp.c-c++-common/metadirective-1.c: Expect 'error:' for nvptx compile [PR... | Tobias Burnus |
| 2025-05-19 | 'TYPE_EMPTY_P' vs. code offloading [PR120308] | Thomas Schwinge |
| 2025-05-19 | Add 'libgomp.c-c++-common/target-abi-struct-1-O0.c', 'libgomp.oacc-c-c++-comm... | Thomas Schwinge |
| 2025-05-19 | Fix libgomp.oacc-fortran/lib-13.f90 async bug | Julian Brown |
| 2025-05-15 | OpenMP/Fortran: Fix allocatable-component mapping of derived-type array comps | Tobias Burnus |
| 2025-05-14 | OpenMP: Fix mapping of zero-sized arrays with non-literal size: map(var[:n]),... | Tobias Burnus |
| 2025-05-12 | GCN, nvptx offloading: Restrain 'WARNING: program timed out.' while in 'dynam... | Thomas Schwinge |
| 2025-05-12 | nvptx: Support '-march=sm_61' | Thomas Schwinge |
| 2025-05-09 | libgomp.{c,fortran}/interop-{hip,cuda}: Fix dg-run target selection | Tobias Burnus |