aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2025-07-14s390: Implement reduction optabsJuergen Christ5-6/+716
2025-07-14s390: Remove min-vect-loop-bound overrideJuergen Christ1-3/+0
2025-07-14amdgcn: Don't clobber VCC if we don't need toAndrew Stubbs2-30/+21
2025-07-14tree-optimization/121059 - record loop mask when requiredRichard Biener2-0/+34
2025-07-14RISC-V: Add testcase for rv32 SAT_MUL from uint64Pan Li6-0/+81
2025-07-14Match: Refine the widen mul check for SAT_MUL patternPan Li1-2/+1
2025-07-14x86: Check all 0s/1s vectors with standard_sse_constant_pUros Bizjak2-7/+37
2025-07-14x86-64: Add --enable-x86-64-mfentryH.J. Lu22-9/+208
2025-07-14Darwin: account for macOS 26Francois-Xavier Coudert2-10/+13
2025-07-14[PATCH v2] RISC-V: Vector-scalar widening multiply-(subtract-)accumulate [PR1...Paul-Antoine Arras17-4/+253
2025-07-14Ada: Add missing guard before accessing the Underlying_Record_View fieldEric Botcazou3-0/+18
2025-07-14aarch64: Implement sme2+faminmax extension.Alfie Richards15-4/+1409
2025-07-14i386: Remove KEYLOCKER related feature since Panther Lake and Clearwater ForestHaochen Jiang2-10/+11
2025-07-14RISC-V: Add testcases for unsigned vector SAT_SUB form 11 and form 12panciyan58-44/+280
2025-07-14Daily bump.GCC Administrator3-1/+80
2025-07-13tree: Add include to tm_p.h to tree.cc [PR120866]Andrew Pinski1-0/+1
2025-07-13middle-end: Fix typo in gimple.hBenjamin Wu1-1/+1
2025-07-13cobol: Minor changes to genapi.cc to eliminate CPPCHECK warnings.Robert Dubner7-196/+326
2025-07-13Daily bump.GCC Administrator4-1/+54
2025-07-12Fix some auto-profile issuesJan Hubicka1-98/+130
2025-07-12i386: Robustify MMX move patternsUros Bizjak1-5/+6
2025-07-12lra: Reallow reloading user hard registers if the insn is not asm [PR 120983]Xi Ruoyao1-11/+8
2025-07-12testsuite: Enable the PR 87600 tests for LoongArchXi Ruoyao3-2/+5
2025-07-12Fortran/OpenACC: Permit PARAMETER as 'var' in clauses (+ ignore)Tobias Burnus6-22/+94
2025-07-12Daily bump.GCC Administrator8-1/+577
2025-07-11diagnostics: add support for directed graphs; use them for state graphsDavid Malcolm61-932/+6881
2025-07-11json: add json::value::cloneDavid Malcolm2-0/+118
2025-07-11json: fix null-termination of json::stringDavid Malcolm1-1/+12
2025-07-11libgdiagnostics: doc fixesDavid Malcolm4-21/+25
2025-07-11[PR121007, LRA]: Fall back to reload of whole inner address in PR case and co...Vladimir N. Makarov2-13/+68
2025-07-11c++: Implement C++26 P2786R13 - Trivial Relocatability [PR119064]Jakub Jelinek24-16/+1863
2025-07-11aarch64: Tweak handling of general SVE permutes [PR121027]Richard Sandiford2-5/+30
2025-07-11aarch64: Use EOR3 for DImode valuesKyrylo Tkachov2-1/+30
2025-07-11aarch64: Handle DImode BCAX operationsKyrylo Tkachov2-1/+34
2025-07-11aarch64: Use EOR3 for 64-bit vector modesKyrylo Tkachov2-6/+21
2025-07-11aarch64: Allow 64-bit vector modes in pattern for BCAX instructionKyrylo Tkachov2-6/+21
2025-07-11tree-optimization/121034 - fix reduction vectorizationRichard Biener2-16/+32
2025-07-11testsuite: Add testcase for already fixed PR [PR120954]Jakub Jelinek1-0/+21
2025-07-11Rewrite assign_discriminatorsJan Hubicka2-189/+67
2025-07-11Fix ICE in speculative devirtualizationJan Hubicka3-0/+44
2025-07-11ipa: Disallow signature changes in fun->has_musttail functions [PR121023]Jakub Jelinek2-0/+38
2025-07-11i386: Add a new peeophole2 for PR91384 under APX_FHu, Lin12-0/+31
2025-07-11properly compute fp/mode for scalar ops for vectorizer costingRichard Biener1-0/+8
2025-07-11cobol: Fix build on 32-bit Darwin [PR120621]Rainer Orth4-6/+6
2025-07-11Fortran: Implement F2018 IMPORT statements [PR106135]Paul Thomas6-16/+673
2025-07-11Daily bump.GCC Administrator8-1/+890
2025-07-11c++: Save 8 further bytes from lang_type allocationsJakub Jelinek5-9/+26
2025-07-10c++: Fix up final handling in C++98 [PR120628]Jakub Jelinek4-7/+77
2025-07-10c++: Don't incorrectly reject override after class head name [PR120569]Jakub Jelinek4-17/+85
2025-07-10c++, libstdc++: Implement C++26 P3068R5 - constexpr exceptions [PR117785]Jakub Jelinek43-402/+3635