aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2025-08-31[RISC-V] Improve initial RTL generation for SImode adds on rv64Shreya Munnangi4-13/+125
2025-08-31install: Drop MinGW binaries download linkGerald Pfeifer1-2/+1
2025-08-31RISC-V: Add test case for unsigned scalar SAT_MUL form 4Pan Li24-0/+320
2025-08-31Daily bump.GCC Administrator3-1/+76
2025-08-30phiopt, math-opts: Adjust spaceship_replacement and optimize_spaceship for re...Jakub Jelinek10-233/+473
2025-08-30doc: Improve markup for list of vector operatorsGerald Pfeifer1-2/+3
2025-08-30doc: Update Objective-C language referenceGerald Pfeifer1-3/+2
2025-08-30x86-64: Use UNSPEC_DTPOFF to check source operand in TLS64_COMBINEH.J. Lu3-22/+57
2025-08-29forwprop: Copy the memcmp optimization from strlen to forwprop [PR116651]Andrew Pinski3-0/+97
2025-08-29Revert "Fix _Decimal128 arithmetic error under FE_UPWARD."liuhongt1-18/+0
2025-08-30Daily bump.GCC Administrator7-1/+309
2025-08-29PR modula2/121709: Failed bootstrap in m2Gaius Mulley2-27/+82
2025-08-29c++: array subscript with COND_EXPR as the arraySirui Mu2-13/+44
2025-08-29diagnostics: add GCC_DIAGNOSTICS_LOGDavid Malcolm15-36/+784
2025-08-29xtensa: Rewrite bswapsi2_internal with compact syntaxTakayuki 'January June' Suwa4-29/+126
2025-08-29[RISC-V][PR target/121548] Avoid bogus index into recog operand cacheJeff Law2-0/+7
2025-08-29Fortran: improve compile-time checking of character dummy arguments [PR93330]Harald Anlauf7-38/+370
2025-08-29RISC-V: Add patterns for vector-scalar IEEE floating-point minPaul-Antoine Arras17-14/+139
2025-08-29x86: Allow by_pieces op when expanding memcpy/memset epilogueH.J. Lu11-0/+132
2025-08-29x86: Handle constant in any modes in setmem_epilogue_gen_valH.J. Lu2-8/+14
2025-08-29x86-64: Improve source operand check for TLS_CALLH.J. Lu4-78/+154
2025-08-29c++: -fimplicit-constexpr testcase tweakJason Merrill1-1/+1
2025-08-29invoke.texi: AMD GCN - remove '(experimental)' from some gfx*-genericTobias Burnus1-3/+3
2025-08-29install.texi: For amdgcn, clarify which llvm-* binaries are requiredTobias Burnus1-3/+7
2025-08-29i386: Fix vect-pragma-target-[12].c testcase for -march=XYZ [PR120643]Andrew Pinski2-2/+2
2025-08-28aarch64/testsuite: Fix vld2-1.c after r16-3201 [PR121713]Andrew Pinski1-1/+2
2025-08-28Document -param=ix86-vect-unroll-limit.liuhongt1-0/+3
2025-08-29RISC-V: Add test for vec_duplicate + vnmsac.vv unsigned combine with GR2VR co...Pan Li16-0/+76
2025-08-29RISC-V: Add test for vec_duplicate + vnmsac.vv signed combine with GR2VR cost...Pan Li18-0/+446
2025-08-29RISC-V: Combine vec_duplicate + vnmsac.vv to vnmsac.vx on GR2VR costPan Li2-0/+118
2025-08-28Fix _Decimal128 arithmetic error under FE_UPWARD.liuhongt1-0/+18
2025-08-29Daily bump.GCC Administrator6-1/+226
2025-08-28c++: > in lambda in template arg [PR107953]Jason Merrill2-0/+15
2025-08-28passes: Move cleanup_eh before first tailr [PR115201]Andrew Pinski1-1/+3
2025-08-28RISC-V: Add pattern for vector-scalar floating-point minPaul-Antoine Arras18-16/+340
2025-08-28Dump niter assumption versioning when vectorizingRichard Biener1-0/+11
2025-08-28AArch64: Add isinf expander [PR 66462]Wilco Dijkstra3-1/+64
2025-08-28Compute reduction var in vectorize_fold_left_reductionRichard Biener1-5/+8
2025-08-28c++/modules: Add explanatory note for incomplete types with definition in dif...Nathaniel Shead4-4/+186
2025-08-28PR modula2/121629: adding third party modulesGaius Mulley9-94/+384
2025-08-28[gcn] gcc/configure.ac + install.texi - changes to detect HAVE_AS_LEB128 [PR1...Tobias Burnus3-0/+9
2025-08-28c++: Fix auto return type deduction with expansion statements [PR121583]Jakub Jelinek3-1/+28
2025-08-28c++: Fix ICE with parameter uses in expansion stmts [PR121575]Jakub Jelinek2-0/+64
2025-08-28Avoid mult pattern if that will break reduction constraintsRichard Biener1-0/+29
2025-08-28The divmod pattern will break reduction constraintsRichard Biener1-1/+3
2025-08-28configure: Add readelf fallback for HAVE_AS_ULEB128 test [PR119367]Jakub Jelinek2-4/+14
2025-08-28dwarf2out: Use DW_LNS_advance_pc instead of DW_LNS_fixed_advance_pc if possib...Jakub Jelinek1-3/+19
2025-08-28Fortran: Constructors with PDT components did not work [PR82843]Paul Thomas3-0/+66
2025-08-28Fortran: Implement correct form of PDT constructors [PR82205]Paul Thomas7-17/+111
2025-08-28Daily bump.GCC Administrator5-1/+105