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-intrinsic.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-12
Fortran: Add F2018 TEAM_NUMBER to coindexed expressions [PR98903]
Andre Vehreschild
1
-19
/
+31
2025-02-25
Fortran: Fix detection of descriptor arrays in coarray [PR107635]
Andre Vehreschild
1
-6
/
+24
2025-02-25
Fortran: Use correct size when transferring between images [PR107635]
Andre Vehreschild
1
-3
/
+6
2025-02-20
Fortran: Remove deprecated coarray routines [PR107635]
Andre Vehreschild
1
-1100
/
+0
2025-02-20
Fortran: Add transfer_between_remotes [PR107635]
Andre Vehreschild
1
-1062
/
+1284
2025-02-20
Fortran: Add send_to_remote [PR107635]
Andre Vehreschild
1
-4
/
+205
2025-02-20
Fortran: Add caf_is_present_on_remote. [PR107635]
Andre Vehreschild
1
-78
/
+58
2025-02-20
Fortran: Allow to use non-pure/non-elemental functions in coarray indexes [PR...
Andre Vehreschild
1
-2
/
+1
2025-02-20
Fortran: Prepare for more caf-rework. [PR107635]
Andre Vehreschild
1
-104
/
+132
2025-01-23
Fortran: do not evaluate arguments of MAXVAL/MINVAL too often [PR118613]
Harald Anlauf
1
-4
/
+33
2025-01-16
Fortran: Create fresh ts.u.cl for result in gfc_get_symbol_for_expr [PR118441]
Tobias Burnus
1
-0
/
+2
2025-01-12
Fortran: implement F2018 intrinsic OUT_OF_RANGE [PR115788]
Harald Anlauf
1
-0
/
+196
2025-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2024-12-30
Fortran: Implement f_c_string function.
Steven G. Kargl
1
-5
/
+177
2024-12-22
Fortran: Replace getting of coarray data with accessor-based version. [PR107635]
Andre Vehreschild
1
-201
/
+203
2024-12-22
Fortran: Remove adding and removing of caf_get. [PR107635]
Andre Vehreschild
1
-5
/
+27
2024-11-22
build: Remove INCLUDE_MEMORY [PR117737]
Andrew Pinski
1
-1
/
+0
2024-11-20
fortran: Evaluate once BACK argument of MINLOC/MAXLOC with DIM [PR90608]
Mikael Morin
1
-2
/
+19
2024-11-20
fortran: Check for empty MINLOC/MAXLOC ARRAY along DIM only
Mikael Morin
1
-1
/
+18
2024-11-19
fortran: Inline non-character MINLOC/MAXLOC with DIM [PR90608]
Mikael Morin
1
-43
/
+53
2024-11-19
fortran: Check MASK directly instead of its scalarization chain
Mikael Morin
1
-6
/
+6
2024-11-19
fortran: Inline MINLOC/MAXLOC with DIM and scalar MASK [PR90608]
Mikael Morin
1
-10
/
+25
2024-11-19
fortran: Inline unmasked integral MINLOC/MAXLOC with DIM [PR90608]
Mikael Morin
1
-72
/
+155
2024-10-24
Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]
David Malcolm
1
-0
/
+1
2024-10-14
Allow for class type coarray parameters. [PR77871]
Andre Vehreschild
1
-1
/
+1
2024-10-07
Implement MAXLOC and MINLOC for unsigned.
Thomas Koenig
1
-2
/
+18
2024-10-01
Implement MAXVAL and MINVAL for UNSIGNED.
Thomas Koenig
1
-2
/
+12
2024-09-21
fortran: Add -finline-intrinsics flag for MINLOC/MAXLOC [PR90608]
Mikael Morin
1
-4
/
+9
2024-09-21
fortran: Continue MINLOC/MAXLOC second loop where the first stopped [PR90608]
Mikael Morin
1
-2
/
+31
2024-09-21
fortran: Inline non-character MINLOC/MAXLOC with no DIM [PR90608]
Mikael Morin
1
-44
/
+83
2024-09-21
fortran: Inline integral MINLOC/MAXLOC with no DIM and scalar MASK [PR90608]
Mikael Morin
1
-5
/
+8
2024-09-21
fortran: Inline integral MINLOC/MAXLOC with no DIM and no MASK [PR90608]
Mikael Morin
1
-41
/
+109
2024-09-21
fortran: Inline MINLOC/MAXLOC with no DIM and ARRAY of rank 1 [PR90608]
Mikael Morin
1
-68
/
+156
2024-09-21
fortran: Disable frontend passes for inlinable MINLOC/MAXLOC [PR90608]
Mikael Morin
1
-0
/
+23
2024-09-07
Implement first part of unsigned integers for Fortran.
Thomas Koenig
1
-2
/
+20
2024-08-21
Fix coarray rank for non-coarrays in derived types. [PR86468]
Andre Vehreschild
1
-1
/
+1
2024-08-21
Fortran: Fix ICE in sizeof(coarray) [PR77518]
Andre Vehreschild
1
-3
/
+10
2024-08-20
Fortran: Fix [Coarray] ICE in conv_caf_send, at fortran/trans-intrinsic.c:195...
Andre Vehreschild
1
-7
/
+10
2024-08-15
Add corank to gfc_expr.
Andre Vehreschild
1
-6
/
+6
2024-08-14
Fix ICE in build_function_decl [PR116292]
Andre Vehreschild
1
-3
/
+17
2024-08-02
fortran: Support optional dummy as BACK argument of MINLOC/MAXLOC.
Mikael Morin
1
-14
/
+69
2024-07-13
fortran: Correctly evaluate scalar MASK arguments of MINLOC/MAXLOC
Mikael Morin
1
-0
/
+1
2024-07-12
fortran: Factor the evaluation of MINLOC/MAXLOC's BACK argument
Mikael Morin
1
-0
/
+10
2024-06-28
Add gfc_class_set_vptr.
Andre Vehreschild
1
-144
/
+59
2024-06-28
Use gfc_reset_vptr more consistently.
Andre Vehreschild
1
-9
/
+1
2024-06-05
fortran: Replace uses of {FLOAT,{,LONG_}DOUBLE}_TYPE_SIZE
Kewen Lin
1
-1
/
+2
2024-05-20
Fortran: Fix SHAPE for zero-size arrays
Tobias Burnus
1
-1
/
+3
2024-05-12
Fortran: Unlimited polymorphic intrinsic function arguments [PR84006]
Paul Thomas
1
-18
/
+62
2024-04-29
Fortran: add SELECTED_LOGICAL_KIND
Francois-Xavier Coudert
1
-0
/
+25
2024-03-20
Use integer_{zero,one}_node some more
Jakub Jelinek
1
-2
/
+2
[next]