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