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
/
gcc
/
fortran
/
openmp.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-13
Accept commas between clauses in OpenMP declare variant
Paul-Antoine Arras
1
-10
/
+13
2025-01-11
Fortran: Fix location_t in gfc_get_extern_function_decl; support 'omp dispatc...
Tobias Burnus
1
-12
/
+41
2025-01-02
OpenMP: Enable has_device_addr clause for 'dispatch' in Fortran
Tobias Burnus
1
-1
/
+2
2025-01-02
OpenMP: Fortran front-end support for dispatch + adjust_args
Paul-Antoine Arras
1
-17
/
+187
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-11-22
build: Remove INCLUDE_MEMORY [PR117737]
Andrew Pinski
1
-1
/
+0
2024-11-22
OpenMP: 'interop' construct - add C/C++ parser support, improve Fortran parsing
Tobias Burnus
1
-117
/
+117
2024-10-25
gcc: Remove trailing whitespace
Jakub Jelinek
1
-4
/
+4
2024-10-24
Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]
David Malcolm
1
-0
/
+1
2024-10-19
Fortran: Add range-based diagnostic
Tobias Burnus
1
-9
/
+19
2024-10-12
Fortran/OpenMP: Warn when mapping polymorphic variables
Tobias Burnus
1
-2
/
+49
2024-10-07
OpenMP: Allocate directive for static vars, clean up
Tobias Burnus
1
-3
/
+6
2024-09-24
OpenMP: Add support for 'self_maps' to the 'require' directive
Tobias Burnus
1
-11
/
+19
2024-09-13
Fortran: Fixes to OpenMP 'interop' directive parsing support
Tobias Burnus
1
-123
/
+182
2024-09-11
fortran/openmp.cc: Fix var init and locus use to avoid uninit values [PR fort...
Tobias Burnus
1
-1
/
+2
2024-09-06
Fortran: Add OpenMP 'interop' directive parsing support
Tobias Burnus
1
-16
/
+396
2024-07-01
libgomp, openmp: Add ompx_gnu_pinned_mem_alloc
Andrew Stubbs
1
-4
/
+7
2024-06-05
openmp: OpenMP loop transformation support
Jakub Jelinek
1
-27
/
+223
2024-05-15
openmp: Diagnose using grainsize+num_tasks clauses together [PR115103]
Jakub Jelinek
1
-0
/
+7
2024-03-14
Minor fixes for OpenACC/Fortran 'self' clause for compute constructs
Thomas Schwinge
1
-0
/
+1
2024-03-14
OpenACC 2.7: front-end support for readonly modifier
Chung-Lin Tang
1
-29
/
+58
2024-02-23
Fortran/Openmp: Use OPT_Wopenmp for gfc_match_omp_depobj warning
Tobias Burnus
1
-2
/
+2
2024-02-15
openmp, fortran: Add Fortran support for indirect clause on the declare targe...
Kwok Cheung Yeung
1
-3
/
+47
2024-02-13
OpenMP: Reject non-const 'condition' trait in Fortran
Tobias Burnus
1
-5
/
+25
2024-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-12-19
OpenMP: Use enumerators for names of trait-sets and traits
Sandra Loosemore
1
-114
/
+113
2023-12-11
OpenMP: Support acquires/release in 'omp require atomic_default_mem_order'
Tobias Burnus
1
-10
/
+43
2023-12-08
OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatables
Tobias Burnus
1
-11
/
+109
2023-11-24
OpenMP: Add -Wopenmp and use it
Tobias Burnus
1
-13
/
+19
2023-11-24
OpenMP: Accept argument to depobj's destroy clause
Tobias Burnus
1
-1
/
+11
2023-10-25
Disentangle handling of OpenACC 'host', 'self' pragma tokens
Thomas Schwinge
1
-13
/
+14
2023-10-25
OpenACC 2.7: Implement self clause for compute constructs
Chung-Lin Tang
1
-3
/
+37
2023-10-25
OpenMP/Fortran: Group handling of 'if' clause without and with modifier
Thomas Schwinge
1
-2
/
+2
2023-10-14
Fortran: Support OpenMP's 'allocate' directive for stack vars
Tobias Burnus
1
-14
/
+48
2023-10-08
Fortran/OpenMP: Fix handling of strictly structured blocks
Tobias Burnus
1
-0
/
+2
2023-08-25
OpenMP: Fortran support for imperfectly-nested loops
Sandra Loosemore
1
-99
/
+664
2023-08-22
OpenMP: Handle 'all' as category in defaultmap
Tobias Burnus
1
-3
/
+9
2023-08-15
OpenACC 2.7: default clause support for data constructs
Chung-Lin Tang
1
-1
/
+2
2023-07-31
OpenACC 2.7: host_data must have use_device clause requirement
Chung-Lin Tang
1
-0
/
+6
2023-07-27
OpenMP/Fortran: Extend reject code between target + teams [PR71065, PR110725]
Tobias Burnus
1
-7
/
+6
2023-07-25
OpenMP/Fortran: Reject declarations between target + teams
Tobias Burnus
1
-6
/
+7
2023-07-24
OpenMP/Fortran: Reject not strictly nested target -> teams [PR110725, PR71065]
Tobias Burnus
1
-1
/
+38
2023-07-17
OpenMP/Fortran: Parsing support for 'uses_allocators'
Tobias Burnus
1
-16
/
+178
2023-06-06
openmp: Add support for the 'present' modifier
Tobias Burnus
1
-13
/
+85
2023-05-26
Fortran/OpenMP: Add parsing support for allocators/allocate directives
Tobias Burnus
1
-25
/
+308
2023-05-04
OpenACC: Further attach/detach clause fixes for Fortran [PR109622]
Julian Brown
1
-0
/
+16
2023-04-25
'omp scan' struct block seq update for OpenMP 5.x
Tobias Burnus
1
-9
/
+26
2023-03-28
openmp: Fix typo in diagnostics [PR109314]
Jakub Jelinek
1
-1
/
+1
2023-02-15
OpenMP/Fortran: Fix loop-iter var privatization with !$OMP LOOP [PR108512]
Tobias Burnus
1
-4
/
+9
2023-02-01
Fortran: Extend align-clause checks of OpenMP's allocate directive
Tobias Burnus
1
-4
/
+5
[next]