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
/
trans-openmp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-12-13
Fortran: Handle compare in OpenMP atomic
Tobias Burnus
1
-50
/
+161
2021-12-09
OpenMP 5.0: Remove array section base-pointer mapping semantics and other fro...
Chung-Lin Tang
1
-0
/
+3
2021-12-04
Fortran/OpenMP: Support most of 5.1 atomic extensions
Tobias Burnus
1
-1
/
+12
2021-12-02
fortran: OpenMP/OpenACC array mapping alignment fix (PR90030)
Chung-Lin Tang
1
-12
/
+7
2021-11-15
Fortran: openmp: Add support for thread_limit clause on target
Tobias Burnus
1
-0
/
+2
2021-11-12
Fortran/openmp: Fix '!$omp end'
Tobias Burnus
1
-0
/
+2
2021-11-11
Fortran/openmp: Add support for 2 argument num_teams clause
Tobias Burnus
1
-10
/
+25
2021-11-11
openmp: Add support for 2 argument num_teams clause
Jakub Jelinek
1
-1
/
+1
2021-10-21
openmp: Fortran strictly-structured blocks support
Chung-Lin Tang
1
-1
/
+5
2021-10-20
openmp: in_reduction support for Fortran
Chung-Lin Tang
1
-2
/
+7
2021-10-18
Fortran: Fix Bind(C) Array-Descriptor Conversion
Tobias Burnus
1
-2
/
+4
2021-10-14
openmp, fortran: Add support for OpenMP declare variant directive in Fortran
Kwok Cheung Yeung
1
-0
/
+204
2021-10-01
openmp: Differentiate between order(concurrent) and order(reproducible:concur...
Jakub Jelinek
1
-0
/
+7
2021-09-20
Fortran/OpenMP: unconstrained/reproducible ordered modifier
Tobias Burnus
1
-0
/
+7
2021-09-07
C, C++, Fortran, OpenMP: Add support for 'flush seq_cst' construct.
Marcel Vollweiler
1
-1
/
+2
2021-08-31
Add support for device-modifiers for 'omp target device'.
Marcel Vollweiler
1
-0
/
+4
2021-08-23
Fortran/OpenMP: strict modifier on grainsize/num_tasks
Tobias Burnus
1
-0
/
+8
2021-08-20
Fortran: Add OpenMP's error directive
Tobias Burnus
1
-0
/
+34
2021-08-17
Fortran: Implement OpenMP 5.1 scope construct
Tobias Burnus
1
-0
/
+20
2021-08-16
Fortran/OpenMP: Add support for OpenMP 5.1 masked construct
Tobias Burnus
1
-29
/
+147
2021-08-12
OpenMP 5.1: Add proc-bind 'primary' support
Tobias Burnus
1
-0
/
+3
2021-07-21
OpenACC 'nohost' clause
Thomas Schwinge
1
-0
/
+2
2021-06-28
fortran: Add support for per-location warning groups.
Martin Sebor
1
-2
/
+2
2021-06-15
Fortran/OpenMP: Extend defaultmap clause for OpenMP 5 [PR92568]
Tobias Burnus
1
-8
/
+89
2021-06-09
openmp: Gimplify OMP_CLAUSE_SIZE during gfc_omp_finish_clause [PR100965]
Jakub Jelinek
1
-0
/
+3
2021-06-08
Fortran/OpenMP: Fix clause splitting for target/parallel/teams [PR99928]
Tobias Burnus
1
-3
/
+184
2021-06-04
Fortran/OpenMP: Add omp loop [PR99928]
Tobias Burnus
1
-18
/
+99
2021-06-01
Fortran/OpenMP: Support (parallel) master taskloop (simd) [PR99928]
Tobias Burnus
1
-25
/
+87
2021-05-28
OpenMP: Add iterator support to Fortran's depend; add affinity clause
Tobias Burnus
1
-39
/
+159
2021-05-24
OpenMP/Fortran: Handle polymorphic scalars in data-sharing FIRSTPRIVATE [PR86...
Tobias Burnus
1
-1
/
+161
2021-05-14
Fortran/OpenMP: Support 'omp parallel master'
Tobias Burnus
1
-0
/
+25
2021-05-04
OpenMP/Fortran - fix pasto + testcase in depobj [PR100397]
Tobias Burnus
1
-2
/
+2
2021-04-21
Fortran/OpenMP: Add 'omp depobj' and 'depend(mutexinoutset:'
Tobias Burnus
1
-0
/
+68
2021-02-22
Fortran/OpenMP: Fix optional dummy procedures [PR99171]
Tobias Burnus
1
-1
/
+4
2021-02-17
openacc: Fix lowering for derived-type mappings through array elements
Julian Brown
1
-81
/
+111
2021-02-04
openacc: Use class_pointer instead of pointer attribute for class types
Julian Brown
1
-1
/
+4
2021-02-04
openacc: Dereference BT_CLASS data pointers but not BT_DERIVED pointers
Julian Brown
1
-3
/
+4
2021-01-16
openmp: Add support for the OpenMP 5.0 task detach clause
Kwok Cheung Yeung
1
-0
/
+16
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-08
Fortran: Add 'omp scan' support of OpenMP 5.0
Tobias Burnus
1
-4
/
+36
2020-11-12
Fortran: improve location data for OpenACC/OpenMP directives [PR97782]
Tobias Burnus
1
-24
/
+26
2020-11-10
Fortran: OpenMP 5.0 (in_,task_)reduction clause extensions
Tobias Burnus
1
-17
/
+54
2020-11-03
[Fortran] More precise location information for OpenACC 'gang', 'worker', 've...
Thomas Schwinge
1
-14
/
+26
2020-10-30
Fortran: Update omp atomic for OpenMP 5
Tobias Burnus
1
-19
/
+22
2020-10-22
OpenMP: Fortran - support omp flush's memorder clauses
Tobias Burnus
1
-4
/
+26
2020-09-16
Fortran: OpenMP - fix simd with (last)private (PR97061)
Tobias Burnus
1
-14
/
+23
2020-09-15
OpenMP/Fortran: Fix (re)mapping of allocatable/pointer arrays [PR96668]
Tobias Burnus
1
-3
/
+28
2020-09-09
Fortran: Fixes for OpenMP loop-iter privatization (PRs 95109 + 94690)
Tobias Burnus
1
-1
/
+7
2020-08-27
vec: add exact argument for various grow functions.
Martin Liska
1
-1
/
+1
[next]