Age | Commit message (Expand) | Author | Files | Lines |
2024-01-11 | OpenMP: lvalue parsing for map/to/from clauses (C) | Julian Brown | 2 | -0/+66 |
2024-01-09 | OpenMP: lvalue parsing for map/to/from clauses (C++) | Julian Brown | 3 | -0/+165 |
2023-12-20 | OpenMP, NVPTX: memcpy[23]D bias correction | Julian Brown | 1 | -0/+61 |
2023-12-15 | OpenMP/OpenACC: Unordered/non-constant component offset runtime diagnostic | Julian Brown | 3 | -0/+177 |
2023-12-13 | OpenMP/OpenACC: Rework clause expansion and nested struct handling | Julian Brown | 8 | -0/+393 |
2023-11-07 | openmp: Add support for the 'indirect' clause in C/C++ | Kwok Cheung Yeung | 2 | -0/+54 |
2023-09-04 | Add 'libgomp.c-c++-common/pr100059-1.c' | Tobias Burnus | 1 | -0/+55 |
2023-08-25 | OpenMP: New C/C++ testcases for imperfectly nested loops. | Sandra Loosemore | 10 | -0/+1040 |
2023-08-19 | omp-expand.cc: Fix wrong code with non-rectangular loop nest [PR111017] | Tobias Burnus | 1 | -0/+72 |
2023-07-13 | testsuite: dg-require LTO for libgomp LTO tests | David Edelsohn | 2 | -0/+2 |
2023-07-12 | libgomp: Use libnuma for OpenMP's partition=nearest allocation trait | Tobias Burnus | 2 | -0/+502 |
2023-06-19 | OpenMP (C/C++): Keep pointer value of unmapped ptr with default mapping [PR11... | Tobias Burnus | 3 | -0/+349 |
2023-06-13 | libgomp/testsuite: Add requires-unified-addr-1.{c,f90} [PR109837] | Tobias Burnus | 1 | -0/+74 |
2023-06-12 | OpenMP: Cleanups related to the 'present' modifier | Tobias Burnus | 3 | -7/+30 |
2023-06-07 | testsuite/libgomp.*/target-present-*.{c,f90}: Improve and fix | Tobias Burnus | 3 | -11/+18 |
2023-06-06 | openmp: Add support for the 'present' modifier | Tobias Burnus | 3 | -0/+81 |
2023-05-21 | libgomp: Honor OpenMP's nteams-var ICV as upper limit on num teams [PR109875] | Tobias Burnus | 4 | -0/+228 |
2023-04-25 | 'omp scan' struct block seq update for OpenMP 5.x | Tobias Burnus | 1 | -0/+68 |
2023-03-09 | libgomp: Fix default value of GOMP_SPINCOUNT [PR 109062] | Hongyu Wang | 1 | -0/+14 |
2022-12-06 | OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_lim... | Marcel Vollweiler | 5 | -25/+391 |
2022-11-25 | libgomp: Add no-target-region rev offload test + fix plugin-nvptx | Tobias Burnus | 1 | -0/+49 |
2022-11-04 | Remove support for Intel MIC offloading | Thomas Schwinge | 2 | -37/+0 |
2022-10-20 | libgomp: Add offload_device_gcn check, add requires-4a.c test | Tobias Burnus | 2 | -0/+52 |
2022-10-12 | libgomp: Add omp_in_explicit_task support | Jakub Jelinek | 3 | -0/+168 |
2022-10-12 | libgomp: Fix up creation of artificial teams | Jakub Jelinek | 2 | -0/+53 |
2022-09-24 | openmp, c: Tighten up c_tree_equal [PR106981] | Jakub Jelinek | 1 | -0/+19 |
2022-09-12 | nvptx/mkoffload.cc: Warn instead of error when reverse offload is not possible | Tobias Burnus | 4 | -0/+5 |
2022-09-12 | libgomp: Fix up icv-6.c [PR106894] | Jakub Jelinek | 1 | -9/+17 |
2022-09-08 | OpenMP, libgomp: Environment variable syntax extension | Marcel Vollweiler | 6 | -0/+263 |
2022-08-26 | OpenMP: Support reverse offload (middle end part) | Tobias Burnus | 2 | -0/+93 |
2022-07-29 | Add libgomp.c-c++-common/pr106449-2.c | Tobias Burnus | 1 | -0/+64 |
2022-07-29 | openmp: Fix up handling of non-rectangular simd loops with pointer type itera... | Jakub Jelinek | 1 | -0/+62 |
2022-07-08 | Fix one issue in OpenMP 'requires' directive diagnostics | Thomas Schwinge | 4 | -4/+18 |
2022-07-07 | Fix Intel MIC 'mkoffload' for OpenMP 'requires' | Thomas Schwinge | 3 | -3/+3 |
2022-07-07 | Enhance 'libgomp.c-c++-common/requires-4.c', 'libgomp.c-c++-common/requires-5... | Thomas Schwinge | 2 | -12/+31 |
2022-07-07 | Adjust 'libgomp.c-c++-common/requires-3.c' | Thomas Schwinge | 1 | -1/+1 |
2022-07-04 | OpenMP: Move omp requires checks to libgomp | Tobias Burnus | 13 | -0/+224 |
2022-06-15 | openmp: Fix up get-mapped-ptr-1.{c,f90} tests | Jakub Jelinek | 1 | -2/+8 |
2022-06-13 | openmp: Conforming device numbers and omp_{initial,invalid}_device | Jakub Jelinek | 1 | -1/+4 |
2022-05-31 | openmp: Add support for firstprivate and allocate clauses on scope construct | Jakub Jelinek | 3 | -2/+117 |
2022-05-27 | openmp: Add support for enter clause on declare target | Jakub Jelinek | 1 | -1/+1 |
2022-05-25 | libgomp: Fix occassional hangs with taskwait nowait depend | Jakub Jelinek | 1 | -0/+48 |
2022-05-24 | openmp: Add taskwait nowait depend support [PR105378] | Jakub Jelinek | 1 | -0/+39 |
2022-05-20 | libgomp: Add new runtime routines omp_target_memcpy_async and omp_target_memc... | Marcel Vollweiler | 4 | -0/+279 |
2022-05-17 | openmp: Add support for inoutset depend-kind | Jakub Jelinek | 4 | -3/+182 |
2022-05-12 | openmp: Add omp_all_memory support (C/C++ only so far) | Jakub Jelinek | 3 | -0/+329 |
2022-05-06 | OpenMP, libgomp: Add new runtime routine omp_target_is_accessible. | Marcel Vollweiler | 1 | -0/+47 |
2022-05-02 | OpenMP, libgomp: Add new runtime routine omp_get_mapped_ptr. | Marcel Vollweiler | 4 | -0/+247 |
2022-03-23 | LTO: Fixes for renaming issues with offload/OpenMP [PR104285] | Tobias Burnus | 3 | -0/+166 |
2022-02-22 | [libgomp, nvptx] Fix hang in gomp_team_barrier_wait_end | Tom de Vries | 1 | -8/+0 |