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/fortran_unsigned
devel/gccgo
devel/gfortran-caf
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-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-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
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-12-09
OpenMP 5.0: Remove array section base-pointer mapping semantics and other fro...
Chung-Lin Tang
1
-21
/
+88
2021-12-08
openmp: Improve OpenMP target support for C++ (PR92120)
Chung-Lin Tang
1
-24
/
+52
2021-11-15
openmp: Add support for thread_limit clause on target
Jakub Jelinek
1
-4
/
+24
2021-11-12
openmp: Relax handling of implicit map vs. existing device mappings
Chung-Lin Tang
1
-17
/
+57
2021-11-12
openmp: Honor OpenMP 5.1 num_teams lower bound
Jakub Jelinek
1
-0
/
+26
2021-10-12
libgomp: Release device lock on cbuf error path
Julian Brown
1
-1
/
+4
2021-08-05
openmp: Implement omp_get_device_num routine
Chung-Lin Tang
1
-1
/
+35
2021-07-27
Don't use libgomp 'cbuf' buffering with OpenACC 'async'
Thomas Schwinge
1
-26
/
+45
2021-07-27
Fix OpenACC "ephemeral" asynchronous host-to-device copies
Julian Brown
1
-21
/
+56
2021-06-17
libgomp: Structure element mapping for OpenMP 5.0
Chung-Lin Tang
1
-91
/
+351
2021-04-28
offload-defaulted: Config option to silently ignore uninstalled offload compi...
Tobias Burnus
1
-0
/
+4
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-11-10
openmp: Implement OpenMP 5.0 base-pointer attachement and clause ordering
Chung-Lin Tang
1
-6
/
+30
2020-10-30
openmp: Use FIELD_TGT_EMPTY once more
Jakub Jelinek
1
-1
/
+1
2020-10-22
openmp: Change omp_get_initial_device () to match OpenMP 5.1 requirements
Jakub Jelinek
1
-14
/
+14
2020-10-20
libgomp: Fix up bootstrap in libgomp/target.c due to false positive warning
Jakub Jelinek
1
-37
/
+39
2020-10-20
openmp: Implement support for OMP_TARGET_OFFLOAD environment variable
Kwok Cheung Yeung
1
-8
/
+37
2020-09-15
libgomp/target.c: Silence -Wuninitialized warning
Tobias Burnus
1
-2
/
+2
2020-09-15
OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668]
Tobias Burnus
1
-38
/
+146
2020-07-27
openacc: Deep copy attach/detach should not affect reference counts
Julian Brown
1
-7
/
+13
2020-07-23
openacc: Remove unnecessary detach finalization
Julian Brown
1
-1
/
+1
2020-07-10
openacc: Adjust dynamic reference count semantics
Julian Brown
1
-29
/
+9
2020-06-30
Mark up unreachable OpenACC 'attach' code path
Thomas Schwinge
1
-3
/
+4
2020-03-31
libgomp – fix handling of 'target enter data'
Tobias Burnus
1
-1
/
+12
2020-03-23
libgomp – fix declare target link handling (PR94251)
Tobias Burnus
1
-2
/
+3
2020-02-13
openmp: ignore nowait if async execution is unsupported [PR93481]
Frederik Harwath
1
-1
/
+14
2020-01-10
OpenACC 'acc_get_property' cleanup
Thomas Schwinge
1
-2
/
+2
2020-01-10
Further changes for the OpenACC 'if_present' clause on the 'host_data' construct
Thomas Schwinge
1
-23
/
+38
2020-01-10
OpenACC – support "if" + "if_present" clauses with "host_data"
Tobias Burnus
1
-1
/
+13
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-12-22
Add OpenACC 2.6 `acc_get_property' support
Maciej W. Rozycki
1
-0
/
+1
2019-12-21
[OMP] Restore 'omp declare target link' handling
Thomas Schwinge
1
-1
/
+0
2019-12-20
OpenACC 2.6 deep copy: libgomp parts
Julian Brown
1
-1
/
+50
2019-12-20
OpenACC 2.6 deep copy: attach/detach API routines
Julian Brown
1
-0
/
+130
2019-12-20
Use gomp_map_val for OpenACC host-to-device address translation
Julian Brown
1
-2
/
+2
2019-12-20
OpenACC reference count overhaul
Julian Brown
1
-24
/
+29
2019-12-20
Use aux struct in libgomp for infrequently-used/API-specific data
Julian Brown
1
-7
/
+16
2019-12-19
Add OpenACC 2.6's no_create
Julian Brown
1
-0
/
+23
2019-12-18
Assert in 'libgomp/target.c:gomp_unmap_vars_internal' that we're not unmappin...
Thomas Schwinge
1
-1
/
+9
2019-12-18
[OpenACC] In 'libgomp/target.c:gomp_to_device_kind_p', handle 'GOMP_MAP_FORCE...
Thomas Schwinge
1
-0
/
+1
2019-12-18
Make 'libgomp/target.c:gomp_unmap_tgt' 'static' again
Thomas Schwinge
1
-1
/
+1
2019-12-13
Fix potential race condition in OpenACC "exit data" operations
Julian Brown
1
-14
/
+45
2019-12-11
[OpenACC] Initialize 'dynamic_refcount' whenever we initialize 'refcount'
Thomas Schwinge
1
-0
/
+3
2019-12-09
[PR92116, PR92877] [OpenACC] Replace 'openacc.data_environ' by standard libgo...
Thomas Schwinge
1
-1
/
+0
2019-12-09
In 'libgomp/target.c:gomp_exit_data', remove open-coded 'gomp_remove_var'
Thomas Schwinge
1
-10
/
+1
2019-10-09
re PR libgomp/92028 (OpenACC 'host_data' execution test regressions with nvpt...
Jakub Jelinek
1
-0
/
+24
2019-10-03
Libgomp magic offset value self-documentation
Julian Brown
1
-17
/
+27
2019-08-08
gimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_EXPLICIT for VLA helpe...
Jakub Jelinek
1
-13
/
+22
2019-05-24
re PR libgomp/90585 (libgomp hsa plugin ftbfs in the x32 multilib variant)
Jakub Jelinek
1
-1
/
+0
[next]