aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2025-08-27Remove xfail marker on RISC-V testJeff Law1-3/+3
2025-08-27Fortran: H edit descriptor error with -std=f95Jerry DeLisle11-27/+32
2025-08-27ifcvt: fix factor_out_operators (again) [PR121695]Andrew Pinski2-1/+26
2025-08-27RISC-V: testsuite: Fix vf_vfmul and vf_vfrdivPaul-Antoine Arras3-9/+1
2025-08-27Remove dead codeRichard Biener1-2/+0
2025-08-27c++: Fix up cpp_warn on __STDCPP_FLOAT*_T__ [PR121520]Jakub Jelinek1-8/+8
2025-08-27tree-optimization/121686 - failed SLP discovery for live recurrenceRichard Biener2-3/+34
2025-08-26testsuite; Fix unprotected-allocas-1.c at -O3 [PR121684]Andrew Pinski1-2/+2
2025-08-26x86-64: Emit the TLS call after debug markerH.J. Lu2-5/+34
2025-08-26Move pr121656.c to gcc.dg/tortureH.J. Lu2-21/+30
2025-08-26More RISC-V testsuite hygieneJeff Law3-10/+8
2025-08-27Daily bump.GCC Administrator6-1/+240
2025-08-26OpenMP: give error when variant is the same as the base function [PR118839]Sandra Loosemore5-0/+43
2025-08-26OpenMP: Improve front-end error-checking for "declare variant"Sandra Loosemore11-196/+248
2025-08-26[committed] RISC-V Testsuite hygieneJeff Law4-18/+9
2025-08-26testsuite: restrict ctf-array-7 test to 64-bit targets [PR121411]David Faust1-2/+3
2025-08-26testsuite: arm: Disable sched2 and sched3 in unsigned-extend-2.cTorbjörn SVENSSON1-9/+4
2025-08-26Enable unroll in the vectorizer when there's reduction for FMA/DOT_PROD_EXPR/...liuhongt10-3/+447
2025-08-26[PATCH] RISC-V: Add pattern for reverse floating-point dividePaul-Antoine Arras19-12/+313
2025-08-26AArch64: extend cost model to cost outer loop vect where the inner loop is in...Tamar Christina2-2/+61
2025-08-26[PATCH] RISC-V: Add pattern for vector-scalar single-width floating-point mul...Paul-Antoine Arras22-10/+365
2025-08-26Fix RISC-V bootstrapJeff Law1-1/+1
2025-08-26arm: testsuite: make gcc.target/arm/bics_3.c generate bics againRichard Earnshaw1-1/+30
2025-08-26Compute vect_reduc_type off SLP node instead of stmt-infoRichard Biener2-13/+24
2025-08-26tree-optimization/121659 - bogus swap of reduction operandsRichard Biener2-3/+19
2025-08-26Fix UBSAN issue with load-store data refactoringRichard Biener1-2/+4
2025-08-26Remove STMT_VINFO_REDUC_VECTYPE_INRichard Biener2-17/+5
2025-08-26i386: Fix up recent changes to use GFNI for rotates/shifts [PR121658]Jakub Jelinek3-9/+22
2025-08-26Daily bump.GCC Administrator4-1/+259
2025-08-26RISC-V: Add test for vec_duplicate + vmacc.vv unsigned combine with GR2VR cos...Pan Li16-0/+100
2025-08-26RISC-V: Add test for vec_duplicate + vmacc.vv signed combine with GR2VR cost ...Pan Li19-0/+538
2025-08-26RISC-V: Combine vec_duplicate + vmacc.vv to vmacc.vx on GR2VR costPan Li2-0/+119
2025-08-26omp-expand: Initialize fd->loop.n2 if needed for the zero iter case [PR121453]Jakub Jelinek2-0/+34
2025-08-25Add a test for PR tree-optimization/121656H.J. Lu1-0/+21
2025-08-25ctf: avoid overflow for array num elements [PR121411]David Faust2-3/+32
2025-08-25forwprop: Boolify simplify_permutationAndrew Pinski1-39/+34
2025-08-25Forwprop: boolify forward_propagate_into_comparisonAndrew Pinski1-12/+5
2025-08-25forwprop: Remove return type of remove_prop_source_from_useAndrew Pinski1-20/+15
2025-08-25forwprop: Mark the old switch index for (maybe) dceingAndrew Pinski1-2/+6
2025-08-25Rewrite bool loads for undefined case [PR121279]Andrew Pinski2-1/+114
2025-08-25LIM: Manually put uninit decl into ssaAndrew Pinski1-0/+1
2025-08-25xtensa: Make use of compact insn definition syntax for insns whose have multi...Takayuki 'January June' Suwa1-174/+151
2025-08-25xtensa: Simplify "*masktrue_const_bitcmpl" insn patternTakayuki 'January June' Suwa1-1/+1
2025-08-25xtensa: Simplify "zero_extend[hq]isi2" insn patternsTakayuki 'January June' Suwa1-15/+5
2025-08-25c++: Implement C++ CWG3048 - Empty destructuring expansion statementsJakub Jelinek4-9/+45
2025-08-25c++: Check for *jump_target earlier in cxx_bind_parameters_in_call [PR121601]Jakub Jelinek2-2/+21
2025-08-25tree-optimization/121638 - missed SLP discovery of live inductionRichard Biener2-6/+82
2025-08-25targhooks: i386: rename TAG_SIZE to TAG_BITSIZEIndu Bhagat7-11/+11
2025-08-25RISC-V: Replace deprecated FUNCTION_VALUE/LIBCALL_VALUE macros with target hooksKito Cheng3-21/+36
2025-08-25Use x86 GFNI for vectorized constant byte shifts/rotatesAndi Kleen11-14/+595