index
:
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/gfortran-test
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-15
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-15
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.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
fortran
/
simplify.cc
Age
Commit message (
Expand
)
Author
2025-10-26
Fortran: Fix generic user operators in PDTs [PR122290]
Paul Thomas
2025-08-21
Fortran: gfortran PDT component access [PR84122, PR85942]
Paul Thomas
2025-05-28
Fortran: gfc_simplify_{cospi,sinpi} - fix for MPFR < 4.2.0
Tobias Burnus
2025-05-28
fortran: add constant input support for trig functions with half-revolutions
Yuao Ma
2025-05-14
Fortran: Fix mpfr_tanu use in gfc_simplify_cotand with mpfr 4.2.0+ [PR120225]
Tobias Burnus
2025-05-14
Fortran: Use mpfr_sinu etc. with mpfr 4.2.0+ for degree trigonometric functio...
Tobias Burnus
2025-04-22
Fortran: Add teams support in image_index and num_images for F2018
Andre Vehreschild
2025-04-22
Fortran: Add team-support to this_image [PR87326]
Andre Vehreschild
2025-04-22
Fortran: Update get_team, team_number and image_status to F2018 [PR88154, PR8...
Andre Vehreschild
2025-01-12
Fortran: implement F2018 intrinsic OUT_OF_RANGE [PR115788]
Harald Anlauf
2025-01-02
Update copyright years.
Jakub Jelinek
2024-11-22
build: Remove INCLUDE_MEMORY [PR117737]
Andrew Pinski
2024-11-02
Add UMASKR and UMASKL intrinsics.
Thomas Koenig
2024-10-24
Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]
David Malcolm
2024-09-28
Implement CSHIFT and EOSHIFT for unsigned.
Thomas Koenig
2024-09-24
Implement IANY, IALL and IPARITY for unsigned.
Thomas Koenig
2024-09-24
Implement SUM and PRODUCT for unsigned.
Thomas Koenig
2024-09-24
Implement MATMUL and DOT_PRODUCT for unsigned.
Thomas Koenig
2024-09-07
Implement first part of unsigned integers for Fortran.
Thomas Koenig
2024-08-14
Fortran: fix minor frontend GMP leaks
Harald Anlauf
2024-07-18
Fortran: Fix Explicit cobounds of a procedures parameter not respected [PR78466]
Andre Vehreschild
2024-07-16
Fortran: Simplify len_trim with array ref and fix mapping bug[PR84868].
Paul Thomas
2024-04-29
Fortran: add SELECTED_LOGICAL_KIND
Francois-Xavier Coudert
2024-01-03
Update copyright years.
Jakub Jelinek
2023-07-12
gfortran: Allow ref'ing PDT's len() in parameter-initializer.
Andre Vehreschild
2023-05-24
Fortran: reject bad DIM argument of SIZE intrinsic in simplification [PR104350]
Harald Anlauf
2023-05-24
Fortran: checking and simplification of RESHAPE intrinsic [PR103794]
Harald Anlauf
2023-05-19
fortran: Use CLASS_DATA from gfortran.h
Bernhard Reutner-Fischer
2023-05-08
Fortran: Fix mpz and mpfr memory leaks [PR fortran/68800]
Bernhard Reutner-Fischer
2023-04-28
Fortran: Fix (mostly) comment typos
Tobias Burnus
2023-04-14
Fortran: fix compile-time simplification of SET_EXPONENT [PR109511]
Harald Anlauf
2023-03-20
Fortran: simplification of NEAREST for large argument [PR109186]
Harald Anlauf
2023-01-24
Fortran: ICE in transformational_result [PR108529]
Harald Anlauf
2023-01-16
Update copyright years.
Jakub Jelinek
2022-12-10
Fortran: reject bad SIZE argument while simplifying ISHFTC [PR106911]
Harald Anlauf
2022-12-04
Fortran: error recovery simplifying UNPACK for insufficient FIELD [PR107922]
Harald Anlauf
2022-11-29
Fortran: intrinsic MERGE shall use all its arguments [PR107874]
Harald Anlauf
2022-10-17
Fortran: NULL pointer dereference in gfc_simplify_image_index [PR104330]
Steve Kargl
2022-09-27
Fortran: error recovery while simplifying intrinsic UNPACK [PR107054]
Harald Anlauf
2022-09-20
Fortran: error recovery on invalid ARRAY argument to FINDLOC [PR106986]
Harald Anlauf
2022-09-15
Fortran: catch NULL pointer dereferences while simplifying PACK [PR106857]
Harald Anlauf
2022-08-24
Fortran: improve error recovery while simplifying size of bad array [PR103694]
Harald Anlauf
2022-08-22
Fortran: fix simplification of intrinsics IBCLR and IBSET [PR106557]
Harald Anlauf
2022-07-12
Fortran: error recovery simplifying PACK with invalid arguments [PR106049]
Harald Anlauf
2022-06-29
Fortran: improve error recovery for EXTENDS_TYPE_OF() [PR106121]
Harald Anlauf
2022-06-26
Fortran: fix simplification of INDEX(str1,str2) [PR105691]
Harald Anlauf
2022-06-18
Fortran: check POS and LEN arguments simplifying bit intrinsics [PR105986]
Harald Anlauf
2022-03-22
Fortran: ensure intialization of stride array
Harald Anlauf
2022-03-07
Fortran: Fix typos
Tobias Burnus
2022-02-01
Fortran: error recovery when simplifying EOSHIFT
Harald Anlauf
[next]