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/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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-13
Add missing target directive in OpenMP dispatch Fortran runtime test
Paul-Antoine Arras
1
-8
/
+13
2025-01-10
Daily bump.
GCC Administrator
1
-0
/
+6
2025-01-09
nvptx: PTX 'alloca' for '-mptx=7.3'+, '-march=sm_52'+ [PR65181]
Thomas Schwinge
2
-12
/
+2
2025-01-08
Daily bump.
GCC Administrator
1
-0
/
+9
2025-01-07
libgomp.texi: Minor update to omp_get_num_devices/omp_get_initial_device
Tobias Burnus
1
-7
/
+7
2025-01-04
Daily bump.
GCC Administrator
1
-0
/
+8
2025-01-03
libgomp: Regenerate configure after copyright year bump
Jakub Jelinek
1
-1
/
+1
2025-01-03
OpenMP: update documentation for dispatch and adjust_args
Paul-Antoine Arras
1
-2
/
+2
2025-01-03
Daily bump.
GCC Administrator
1
-0
/
+12
2025-01-02
OpenMP: Fortran front-end support for dispatch + adjust_args
Paul-Antoine Arras
5
-0
/
+316
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2025-01-02
Update copyright years.
Jakub Jelinek
157
-157
/
+157
2025-01-02
Update copyright dates.
Jakub Jelinek
1
-1
/
+1
2025-01-02
Update Copyright year in ChangeLog files
Jakub Jelinek
1
-1
/
+1
2024-12-20
Daily bump.
GCC Administrator
1
-0
/
+5
2024-12-19
libgomp.texi: Update 'arch' context-selector description
Tobias Burnus
1
-3
/
+4
2024-12-11
Daily bump.
GCC Administrator
1
-0
/
+7
2024-12-10
plugin/plugin-gcn.c: Fix error handling of GOMP_OFFLOAD_openacc_async_construct
Tobias Burnus
1
-6
/
+8
2024-12-07
Daily bump.
GCC Administrator
1
-0
/
+26
2024-12-06
nvptx: Support '-march=sm_89'
Thomas Schwinge
2
-0
/
+16
2024-12-06
nvptx: Support '-march=sm_52'
Thomas Schwinge
2
-0
/
+16
2024-12-06
nvptx: Support '-march=sm_37'
Thomas Schwinge
2
-0
/
+16
2024-12-06
Clarify libgomp nvptx 'omp_low_lat_mem_space' documentation
Thomas Schwinge
1
-2
/
+4
2024-12-06
Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initia...
Thomas Schwinge
1
-1
/
+2
2024-12-04
Daily bump.
GCC Administrator
1
-0
/
+6
2024-12-03
OpenMP: 'allocate' directive - fixes for 'alignof' and [[omp::decl]]
Tobias Burnus
2
-0
/
+60
2024-11-29
Daily bump.
GCC Administrator
1
-0
/
+5
2024-11-28
Fix 'libgomp.oacc-c/../libgomp.oacc-c-c++-common/acc_get_property-gcn.c' for ...
Thomas Schwinge
1
-3
/
+0
2024-11-22
Daily bump.
GCC Administrator
1
-0
/
+9
2024-11-21
libgomp: testsuite: Fix libgomp.c/alloc-pinned-3.c etc. for C23 on non-Linux
Rainer Orth
3
-3
/
+3
2024-11-21
Daily bump.
GCC Administrator
1
-0
/
+5
2024-11-20
OpenMP: common C/C++ testcases for dispatch + adjust_args
Paul-Antoine Arras
2
-0
/
+160
2024-11-19
Daily bump.
GCC Administrator
1
-0
/
+17
2024-11-18
testsuite: move dg-test cleanup code from gcc-dg.exp to its own file
David Malcolm
1
-0
/
+1
2024-11-18
libgomp/plugin/plugin-gcn.c: async-queue init - fix function-return type and ...
Tobias Burnus
1
-7
/
+9
2024-11-18
libgomp/plugin/plugin-nvptx.c: Change false to NULL to fix C23 wrong-return-t...
Tobias Burnus
1
-2
/
+4
2024-11-14
Daily bump.
GCC Administrator
1
-0
/
+6
2024-11-14
libgomp.texi: Impl. Status - change TR13 to OpenMP 6.0 + fix routine typo
Tobias Burnus
1
-7
/
+5
2024-11-12
Daily bump.
GCC Administrator
1
-0
/
+10
2024-11-11
libgomp.c-c++-common/pr109062.c: Fix expected spin count for hybrid x86
Tobias Burnus
1
-1
/
+5
2024-11-11
libgomp/plugin/plugin-gcn.c: Show device number in ISA error message
Tobias Burnus
1
-4
/
+7
2024-11-11
Daily bump.
GCC Administrator
1
-0
/
+5
2024-11-10
Adjust 'libgomp.c/max_vf-*.c'
Thomas Schwinge
2
-5
/
+5
2024-11-09
Daily bump.
GCC Administrator
1
-0
/
+12
2024-11-07
libgomp.texi: Document OpenMP's Interoperability Routines
Tobias Burnus
1
-21
/
+312
2024-11-07
openmp: Fix max_vf testcases with -march=cascadelake
Andrew Stubbs
1
-1
/
+1
2024-11-07
Daily bump.
GCC Administrator
1
-0
/
+5
2024-11-06
openmp: Add testcases for omp_max_vf
Andrew Stubbs
2
-0
/
+68
2024-10-23
Daily bump.
GCC Administrator
1
-0
/
+23
2024-10-22
amdgcn: Refactor device settings into a def file
Andrew Stubbs
1
-113
/
+29
[next]