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
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
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2023-01-12
Fortran/OpenMP: Reject non-scalar 'holds' expr in 'omp assume(s)' [PR107706]
Tobias Burnus
1
-3
/
+5
2022-12-14
OpenMP: Duplicate checking for map clauses in Fortran (PR107214)
Julian Brown
1
-17
/
+92
2022-12-11
fortran/openmp.cc: Remove 's' that slipped in during %<..%> replacement
Tobias Burnus
1
-1
/
+1
2022-12-10
Fortran: Replace simple '.' quotes by %<.%>
Tobias Burnus
1
-19
/
+19
2022-12-09
Fortran/OpenMP: align/allocator modifiers to the allocate clause
Tobias Burnus
1
-35
/
+71
2022-11-28
OpenMP/Fortran: Permit end-clause on directive
Tobias Burnus
1
-30
/
+27
2022-11-03
OpenMP/Fortran: 'target update' with DT components
Tobias Burnus
1
-4
/
+6
2022-10-05
Fortran: Add OpenMP's assume(s) directives
Tobias Burnus
1
-0
/
+403
2022-09-30
Fortran: Update use_device_ptr for OpenMP 5.1 [PR105318]
Tobias Burnus
1
-21
/
+49
2022-09-06
Fix Fortran/openmp: Partial OpenMP 5.2 doacross
Tobias Burnus
1
-4
/
+0
2022-09-05
Fortran/openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration support
Tobias Burnus
1
-84
/
+134
2022-08-17
Fortran: OpenMP fix declare simd inside modules and absent linear step [PR106...
Tobias Burnus
1
-3
/
+7
2022-07-29
OpenMP/Fortran: Permit assumed-size arrays in uniform clause
Tobias Burnus
1
-1
/
+2
2022-07-20
Fortran: fix parsing of omp task affinity iterator clause [PR101330]
Harald Anlauf
1
-1
/
+0
2022-07-04
OpenMP/Fortran: Add support for OpenMP 5.2 linear clause syntax
Tobias Burnus
1
-20
/
+143
2022-07-04
OpenMP: Move omp requires checks to libgomp
Tobias Burnus
1
-4
/
+0
2022-07-01
OpenMP: Handle tofrom with target enter/exit data
Tobias Burnus
1
-4
/
+16
2022-06-08
OpenMP: Fortran - fix ancestor's requires reverse_offload check
Tobias Burnus
1
-1
/
+8
2022-06-03
OpenMP/Fortran: Add support for firstprivate and allocate clauses on scope co...
Tobias Burnus
1
-1
/
+2
2022-05-28
OpenMP/Fortran: Add support for enter clause on declare target
Tobias Burnus
1
-22
/
+43
2022-05-27
Fortran: Fix OpenMP clause name in error message
Tobias Burnus
1
-1
/
+1
2022-05-24
OpenMP: Support nowait with Fortran [PR105378]
Tobias Burnus
1
-1
/
+2
2022-05-18
OpenMP: Add Fortran support for inoutset depend-kind
Tobias Burnus
1
-4
/
+8
2022-05-17
OpenMP: Add omp_all_memory support to Fortran
Tobias Burnus
1
-16
/
+63
2022-05-16
Use more ARRAY_SIZE.
Martin Liska
1
-2
/
+1
2022-05-05
Fortran: Add support for OMP non-rectangular loops.
Sandra Loosemore
1
-18
/
+141
2022-03-18
Fortran/OpenMP: Improve associate-name diagnostic [PR103039]
Tobias Burnus
1
-4
/
+8
2022-03-03
openmp, fortran: Check that the type of an event handle in a detach clause is...
Kwok Cheung Yeung
1
-11
/
+23
2022-02-10
Fortran/OpenMP: Avoid ICE for invalid char array in omp atomic [PR104329]
Tobias Burnus
1
-3
/
+8
[next]