index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-15
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-15
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libgomp
/
target.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-06
openmp: Add support for iterators in 'target update' clauses (C/C++)
Kwok Cheung Yeung
1
-0
/
+14
2025-08-06
openmp: Add support for iterators in map clauses (C/C++)
Kwok Cheung Yeung
1
-7
/
+178
2025-06-19
libgomp/target.c: Fix buffer size for 'omp requires' diagnostic
Tobias Burnus
1
-6
/
+7
2025-06-02
libgomp: Add OpenMP's omp_target_memset/omp_target_memset_async
Tobias Burnus
1
-0
/
+83
2025-05-29
libgomp: Add OpenACC's acc_memcpy_device{,_async} routines [PR93226]
Tobias Burnus
1
-0
/
+14
2025-05-14
OpenMP: Fix mapping of zero-sized arrays with non-literal size: map(var[:n]),...
Tobias Burnus
1
-11
/
+53
2025-03-24
libgomp: Save OpenMP device number when initializing the interop object
Tobias Burnus
1
-0
/
+1
2025-03-21
OpenMP: 'interop' construct - add ME support + target-independent libgomp
Paul-Antoine Arras
1
-26
/
+187
2025-02-22
libgomp: Add '__attribute__((unused))' to variables used only in 'assert(...)'
shynur
1
-2
/
+3
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-09-24
libgomp: with USM, init 'link' variables with host address
Tobias Burnus
1
-0
/
+6
2024-09-24
OpenMP: Add support for 'self_maps' to the 'require' directive
Tobias Burnus
1
-3
/
+7
2024-09-23
OpenMP: Fix omp_get_device_from_uid, minor cleanup
Tobias Burnus
1
-2
/
+5
2024-09-20
OpenMP: Add get_device_from_uid/omp_get_uid_from_device routines
Tobias Burnus
1
-0
/
+56
2024-08-28
libgomp: Add interop types and routines to OpenMP's headers and module
Tobias Burnus
1
-0
/
+110
2024-08-06
libgomp: Device load_image - improve minor num-funcs/vars check
Tobias Burnus
1
-43
/
+35
2024-07-29
libgomp: Fix declare target link with offset array-section mapping [PR116107]
Tobias Burnus
1
-2
/
+5
2024-07-19
libgomp: Document 'GOMP_teams4'
Thomas Schwinge
1
-0
/
+9
2024-05-29
libgomp: Enable USM for some nvptx devices
Tobias Burnus
1
-1
/
+23
2024-04-16
OpenACC 2.7: Adjust acc_map_data/acc_unmap_data interaction with reference co...
Chung-Lin Tang
1
-2
/
+6
2024-03-04
libgomp: Use void (*) (void *) rather than void (*)() for host_fn type [PR114...
Jakub Jelinek
1
-1
/
+1
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-12-15
OpenMP/OpenACC: Unordered/non-constant component offset runtime diagnostic
Julian Brown
1
-6
/
+54
2023-12-13
OpenMP/OpenACC: Rework clause expansion and nested struct handling
Julian Brown
1
-8
/
+30
2023-12-08
OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatables
Tobias Burnus
1
-0
/
+1
2023-11-07
openmp: Add support for the 'indirect' clause in C/C++
Kwok Cheung Yeung
1
-3
/
+14
2023-09-07
Revert: "Another revert test with a bogus hash"
Tobias Burnus
1
-1
/
+1
2023-07-29
libgomp: cuda.h and omp_target_memcpy_rect cleanup
Tobias Burnus
1
-35
/
+17
2023-07-26
OpenMP: Call cuMemcpy2D/cuMemcpy3D for nvptx for omp_target_memcpy_rect
Tobias Burnus
1
-25
/
+127
2023-06-19
OpenMP (C/C++): Keep pointer value of unmapped ptr with default mapping [PR11...
Tobias Burnus
1
-1
/
+1
2023-06-16
libgomp: Fix OMP_TARGET_OFFLOAD=mandatory
Tobias Burnus
1
-3
/
+7
2023-06-14
Align a 'OMP_TARGET_OFFLOAD=mandatory' diagnostic with others
Thomas Schwinge
1
-2
/
+2
2023-06-14
OpenMP: Set default-device-var with OMP_TARGET_OFFLOAD=mandatory
Tobias Burnus
1
-1
/
+14
2023-06-12
OpenMP: Cleanups related to the 'present' modifier
Tobias Burnus
1
-29
/
+26
2023-06-06
openmp: Add support for the 'present' modifier
Tobias Burnus
1
-5
/
+61
2023-05-08
libgomp: Simplify OpenMP reverse offload host <-> device memory copy implemen...
Thomas Schwinge
1
-56
/
+46
2023-03-24
Add caveat/safeguard to OpenMP: Handle descriptors in target's firstprivate [...
Thomas Schwinge
1
-0
/
+5
2023-03-10
Use 'GOMP_MAP_VARS_TARGET' for OpenACC compute constructs [PR90596]
Thomas Schwinge
1
-5
/
+5
2023-03-10
Allow libgomp 'cbuf' buffering with OpenACC 'async' for 'ephemeral' data
Thomas Schwinge
1
-34
/
+36
2023-03-10
Simplify OpenACC 'no_create' clause implementation
Thomas Schwinge
1
-1
/
+1
2023-02-15
libgomp: Fix reverse-offload for GOMP_MAP_TO_PSET
Tobias Burnus
1
-1
/
+7
2023-02-15
libgomp: Fix 'target enter data' with always pointer
Tobias Burnus
1
-3
/
+7
2023-02-03
libgomp: Fix reverse offload issues
Tobias Burnus
1
-4
/
+4
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-12-10
libgomp: Handle OpenMP's reverse offloads
Tobias Burnus
1
-15
/
+584
2022-12-06
OpenMP: omp_get_max_teams, omp_set_num_teams, and omp_{gs}et_teams_thread_lim...
Marcel Vollweiler
1
-4
/
+184
2022-10-24
libgomp/nvptx: Prepare for reverse-offload callback handling
Tobias Burnus
1
-0
/
+19
2022-10-12
libgomp: Fix up creation of artificial teams
Jakub Jelinek
1
-3
/
+12
2022-09-09
libgomp: Prepare for reverse offload fn lookup
Tobias Burnus
1
-1
/
+1
2022-09-08
OpenMP, libgomp: Environment variable syntax extension
Marcel Vollweiler
1
-26
/
+95
[next]