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.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-24
Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]
David Malcolm
1
-0
/
+1
2024-10-19
Fortran: Fix translatability of diagnostic strings
Tobias Burnus
1
-2
/
+2
2024-10-19
Fortran: Add range-based diagnostic
Tobias Burnus
1
-1
/
+1
2024-10-18
gcc/: Rename array_type_nelts => array_type_nelts_minus_one
Alejandro Colomar
1
-2
/
+2
2024-10-12
Fortran/OpenMP: Warn when mapping polymorphic variables
Tobias Burnus
1
-0
/
+5
2024-09-06
Fortran: Add OpenMP 'interop' directive parsing support
Tobias Burnus
1
-0
/
+3
2024-06-05
openmp: OpenMP loop transformation support
Jakub Jelinek
1
-17
/
+68
2024-03-14
Minor fixes for OpenACC/Fortran 'self' clause for compute constructs
Thomas Schwinge
1
-2
/
+0
2024-03-14
OpenACC 2.7: front-end support for readonly modifier
Chung-Lin Tang
1
-21
/
+26
2024-03-13
OpenMP/Fortran: Fix defaultmap(none) issue with dummy procedures [PR114283]
Tobias Burnus
1
-0
/
+9
2024-02-13
OpenMP: Reject non-const 'condition' trait in Fortran
Tobias Burnus
1
-1
/
+2
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
-14
/
+28
2023-12-19
OpenMP: Unify representation of name-list properties.
Sandra Loosemore
1
-2
/
+3
2023-12-19
OpenMP: Introduce accessor macros and constructors for context selectors.
Sandra Loosemore
1
-12
/
+15
2023-12-13
OpenMP: Pointers and member mappings
Julian Brown
1
-43
/
+220
2023-12-13
OpenMP/OpenACC: Rework clause expansion and nested struct handling
Julian Brown
1
-20
/
+14
2023-12-11
Resolve ICE in 'gcc/fortran/trans-openmp.cc:gfc_omp_call_is_alloc'
Thomas Schwinge
1
-1
/
+1
2023-12-11
OpenMP: Minor '!$omp allocators' cleanup
Tobias Burnus
1
-2
/
+6
2023-12-08
OpenMP/Fortran: Implement omp allocators/allocate for ptr/allocatables
Tobias Burnus
1
-3
/
+58
2023-10-25
OpenACC 2.7: Implement self clause for compute constructs
Chung-Lin Tang
1
-0
/
+18
2023-10-14
Fortran: Support OpenMP's 'allocate' directive for stack vars
Tobias Burnus
1
-30
/
+47
2023-08-22
OpenMP: Handle 'all' as category in defaultmap
Tobias Burnus
1
-0
/
+3
2023-07-19
OpenMP/Fortran: Non-rectangular loops with constant steps other than 1 or -1 ...
Tobias Burnus
1
-10
/
+8
2023-07-17
OpenMP/Fortran: Parsing support for 'uses_allocators'
Tobias Burnus
1
-0
/
+11
2023-06-06
openmp: Add support for the 'present' modifier
Tobias Burnus
1
-0
/
+29
2023-05-26
Fortran/OpenMP: Add parsing support for allocators/allocate directives
Tobias Burnus
1
-2
/
+9
2023-05-18
fortran: use _P() defines from tree.h
Bernhard Reutner-Fischer
1
-4
/
+3
2023-05-17
Fortran/OpenMP: Fix mapping of array descriptors and deferred-length strings
Tobias Burnus
1
-91
/
+245
2023-05-04
OpenACC: Further attach/detach clause fixes for Fortran [PR109622]
Julian Brown
1
-2
/
+6
2023-04-28
OpenACC: Stand-alone attach/detach clause fixes for Fortran [PR109622]
Julian Brown
1
-3
/
+33
2023-04-28
Fortran: Fix (mostly) comment typos
Tobias Burnus
1
-3
/
+3
2023-04-25
'omp scan' struct block seq update for OpenMP 5.x
Tobias Burnus
1
-14
/
+17
2023-03-01
OpenMP/Fortran: Fix handling of optional is_device_ptr + bind(C) [PR108546]
Tobias Burnus
1
-1
/
+3
2023-02-09
OpenMP/Fortran: Partially fix non-rect loop nests [PR107424]
Tobias Burnus
1
-46
/
+195
2023-01-27
OpenMP/Fortran: Fix has_device_addr clause splitting [PR108558]
Tobias Burnus
1
-0
/
+2
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-12-23
Fortran: Typo/unicode-o fixes
Julian Brown
1
-1
/
+1
2022-12-14
OpenMP/Fortran: Combined directives with map/firstprivate of same symbol
Julian Brown
1
-2
/
+35
2022-12-09
Fortran/OpenMP: align/allocator modifiers to the allocate clause
Tobias Burnus
1
-0
/
+8
2022-11-14
Fortran: fix treatment of character, value, optional dummy arguments [PR107444]
Harald Anlauf
1
-1
/
+1
2022-11-03
OpenMP/Fortran: 'target update' with DT components
Tobias Burnus
1
-3
/
+6
2022-10-10
openmp, fortran: Fix up IFN_ASSUME call
Jakub Jelinek
1
-2
/
+5
2022-10-06
openmp: Map holds clause to IFN_ASSUME for Fortran
Tobias Burnus
1
-1
/
+36
2022-10-05
Fortran: Add OpenMP's assume(s) directives
Tobias Burnus
1
-0
/
+2
2022-09-14
OpenMP/OpenACC struct sibling list gimplification extension and rework
Julian Brown
1
-17
/
+3
2022-09-05
Fortran/openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration support
Tobias Burnus
1
-12
/
+23
2022-09-03
openmp: Partial OpenMP 5.2 doacross and omp_cur_iteration support
Jakub Jelinek
1
-5
/
+7
2022-07-04
OpenMP/Fortran: Add support for OpenMP 5.2 linear clause syntax
Tobias Burnus
1
-2
/
+3
2022-06-07
openmp: Add support for OpenMP 5.2 linear clause syntax for C/C++
Jakub Jelinek
1
-0
/
+1
[next]