aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-13C99 testsuite readiness: Verified un-reductionsFlorian Weimer62-63/+137
2023-11-13C99 testsuite readiness: -fpermissive testsFlorian Weimer177-93/+217
2023-11-13Fix (fcopysign x, NEGATIVE_CONST) -> (fneg (fabs x)) simplification [PR112483]Xi Ruoyao1-1/+1
2023-11-13gimple-range-cache: Fix ICEs when dumping details [PR111967]Jakub Jelinek2-5/+26
2023-11-13LoongArch: Optimize single-used address with -mexplicit-relocs=auto for fld/fstXi Ruoyao1-14/+24
2023-11-13LoongArch: Use simplify_gen_subreg instead of gen_rtx_SUBREG in loongarch_exp...Xi Ruoyao3-3/+37
2023-11-13RISC-V: Fix RVV dynamic frm tests failurePan Li3-3/+3
2023-11-13RISC-V: Support FP l/ll round and rint HF mode autovecPan Li16-24/+397
2023-11-12Revert "[PATCH v2] In the pipeline, USE or CLOBBER should delay execution if ...Jeff Law1-50/+5
2023-11-12i386: Remove *stack_protect_set_4s_<mode>_di alternative that will never matchUros Bizjak1-8/+5
2023-11-12LibF7: Use paper-pencil method for sqrt instead of Newton-Raphson iteration.Georg-Johann Lay2-103/+184
2023-11-11Handle addresses of more constants in IPA-CPEric Botcazou2-28/+29
2023-11-11[PATCH v2] In the pipeline, USE or CLOBBER should delay execution if it start...Jin Ma1-5/+50
2023-11-11tree-ssa-math-opts: Fix up gsi_remove order in match_uaddc_usubc [PR112430]Jakub Jelinek2-3/+35
2023-11-11mode-switching: Add a backprop hookRichard Sandiford4-0/+334
2023-11-11mode-switching: Add a target-configurable confluence operatorRichard Sandiford4-28/+186
2023-11-11mode-switching: Use 1-based edge aux fieldsRichard Sandiford1-4/+4
2023-11-11mode-switching: Pass the set of live registers to the after hookRichard Sandiford8-13/+20
2023-11-11mode-switching: Pass set of live registers to the needed hookRichard Sandiford9-13/+27
2023-11-11mode-switching: Allow targets to set the mode for EH handlersRichard Sandiford4-1/+19
2023-11-11mode-switching: Tweak entry/exit handlingRichard Sandiford1-19/+15
2023-11-11mode-switching: Simplify recording of transparencyRichard Sandiford1-8/+11
2023-11-11mode-switching: Fix the mode passed to the emit hookRichard Sandiford1-13/+17
2023-11-11mode-switching: Avoid quadractic list operationRichard Sandiford1-16/+8
2023-11-11mode-switching: Add note problemRichard Sandiford1-0/+1
2023-11-11mode-switching: Tweak the macro/hook documentationRichard Sandiford3-54/+84
2023-11-11c: Synthesize nonnull attribute for parameters declared with static [PR110815]Martin Uecker4-12/+29
2023-11-11Make scan-assembler* ignore LTO sectionsJoern Rennecke4-6/+41
2023-11-11RISC-V: Add test for PR112469Juzhe-Zhong1-0/+13
2023-11-11libstdc++: Do not use assume attribute for Clang [PR112467]Jonathan Wakely1-0/+2
2023-11-11libstdc++: Simplify std::string_view comparisons (LWG 3950)Jonathan Wakely1-15/+7
2023-11-11libstdc++: Fix broken tests for <complex.h>Jonathan Wakely3-8/+13
2023-11-11libstdc++: Add static_assert to std::integer_sequence [PR112473]Jonathan Wakely2-0/+11
2023-11-11libstdc++: Fix test that fails with -ffreestandingJonathan Wakely1-10/+10
2023-11-11libstdc++: Deprecate std::atomic_xxx overloads for std::shared_ptrJonathan Wakely5-0/+26
2023-11-11libstdc++: Add [[nodiscard]] to lock typesJonathan Wakely6-0/+101
2023-11-11libstdc++: Add [[nodiscard]] to std::span membersJonathan Wakely21-23/+103
2023-11-11libstdc++: Remove handling for underscore-prefixed libm functions [PR111638]Jonathan Wakely3-19849/+0
2023-11-11libstdc++: Add missing functions to <cmath> [PR79700]Nathaniel Shead3-0/+468
2023-11-10testsuite: fix lambda-decltype3.C in C++11Marek Polacek1-0/+2
2023-11-10[PATCH] libgcc/m68k: Fixes for soft floatKeith Packard2-34/+134
2023-11-10[PATCH] doc: Add fpatchable-function-entry to Option-Summary page[PR110983]Mao1-1/+2
2023-11-10RISC-V: Fix indentation of "length" attribute for branches and jumpsMaciej W. Rozycki1-11/+17
2023-11-10c23: recursive type checking of tagged typeMartin Uecker1-202/+58
2023-11-10g++: Rely on dg-do-what-default to avoid running pr102788.cc on non-vector ta...Patrick O'Neill1-1/+0
2023-11-10Handle constant CONSTRUCTORs in operand_compareEric Botcazou3-7/+118
2023-11-10[IRA]: Check autoinc and memory address after temporary equivalence substitutionVladimir N. Makarov2-1/+48
2023-11-10ada: Fix syntax errorAndris Pavēnis1-3/+3
2023-11-10c++: decltype of (by-value captured reference) [PR79620]Patrick Palka3-2/+37
2023-11-10c++: decltype of capture proxy [PR79378, PR96917]Patrick Palka3-1/+96