aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2025-09-05Remove file that shouldn't have been committed.Jakub Jelinek1-1545/+0
2025-09-05testsuite, powerpc, v2: Fix vsx-vectorize-* after alignment peeling [PR118567]Jakub Jelinek8-0/+288
2025-09-05testsuite, powerpc, v2: Fix vsx-vectorize-* after alignment peeling [PR118567]Jakub Jelinek8-241/+7
2025-09-05aarch64: Use SVE for V2DImode integer min/max operationsKyrylo Tkachov4-6/+63
2025-09-05Fortran: Check PDT parameters are of integer type [PR84432, PR114815]Paul Thomas4-18/+74
2025-09-05Fortran: Check PDT parameters are of integer type [PR83762, PR102457]Paul Thomas3-1/+39
2025-09-05Daily bump.GCC Administrator4-1/+319
2025-09-05RISC-V: Add test for vec_duplicate + vmadd.vv unsigned combine with GR2VR cos...Pan Li18-0/+261
2025-09-05RISC-V: Add test for vec_duplicate + vmadd.vv signed combine with GR2VR cost ...Pan Li18-0/+276
2025-09-05RISC-V: Adjust the vmacc.vx combine test casesPan Li1-2/+6
2025-09-05RISC-V: Combine vec_duplicate + vmadd.vv to vmadd.vx on GR2VR costPan Li2-87/+91
2025-09-04aarch64: Adjust aarch64/spaceship_1.C testcase for recent changes [PR121732]Jakub Jelinek1-4/+6
2025-09-04Fix ICE with auto-fdo and -fpartial-profilingJan Hubicka1-38/+38
2025-09-04Fix scalng of auto-fdo profiles in linerJan Hubicka2-2/+46
2025-09-04optab: Add optab for isnanWilco Dijkstra3-15/+39
2025-09-04TLC to vect_create_epilog_for_reductionRichard Biener1-70/+24
2025-09-04arm: wrong code from vset_lane_* [PR121775]Richard Earnshaw2-3/+42
2025-09-04TLC for vectorizable_reductionRichard Biener1-58/+36
2025-09-04RISC-V: Use correct target in expand_vec_perm [PR121780].Robin Dapp3-1/+101
2025-09-04vect: Use poly_int64 for prolog bound.Robin Dapp1-12/+11
2025-09-04tree-optimization/121768 - bogus double reduction detectedRichard Biener2-84/+82
2025-09-04tree-optimization/121685 - accesses to *this are not trappingRichard Biener2-10/+55
2025-09-04forwprop: Improve the reject case for copy prop [PR107051]Andrew Pinski2-1/+60
2025-09-04RISC-V: Always register vector built-in functions during LTO [PR110812]Kito Cheng7-184/+211
2025-09-04RISC-V: Fix extension subset check in riscv_can_inline_pKito Cheng6-1/+89
2025-09-04bitint: Fix torture/bitint-14.c on bitint_extended targets [PR117599]Jakub Jelinek1-13/+11
2025-09-04tree-optimization/61247 - handle peeled converted IV in SCEVRichard Biener2-1/+48
2025-09-04tree-optimization/121740 - handle aggregate zeroing as skipped may-defRichard Biener3-3/+47
2025-09-04c++/modules: Fix ADL [PR117658]Nathaniel Shead14-75/+263
2025-09-04c++/modules: Mark implicit inline namespaces as purview [PR121724]Nathaniel Shead3-0/+26
2025-09-04testsuite, darwin: Suppress unwind frames in scantest-lto.c.Iain Sandoe1-0/+1
2025-09-04Daily bump.GCC Administrator5-1/+245
2025-09-03RISC-V: Add support for the XAndesbfhcvt ISA extension.Kuan-Lin Chen6-4/+45
2025-09-03RISC-V: Add support for the XAndesperf ISA extension.Kuan-Lin Chen22-7/+779
2025-09-03RISC-V: Add basic XAndes vendor extension support.Kuan-Lin Chen11-1/+226
2025-09-03RISC-V: Add pattern for vector-scalar floating-point maxPaul-Antoine Arras21-6/+1800
2025-09-03Fortran: fix TRANSFER with rank 1 unlimited polymorphic SOURCE [PR121263]Harald Anlauf2-1/+59
2025-09-03[RISC-V][PR target/121213] Avoid unnecessary sign extension in amoswap sequenceAustin Law2-2/+27
2025-09-03Dump profile_info in ipa-profile dumpJan Hubicka1-1/+11
2025-09-03Do not auto-enable loop optimizations with AutoFDOJan Hubicka1-17/+28
2025-09-03aarch64: PR target/121749: Use dg-assemble in testcaseKyrylo Tkachov1-1/+1
2025-09-03Increase default number of LTO partitionsJan Hubicka1-1/+1
2025-09-03aarch64: PR target/121749: Use correct predicate for narrowing shift amountsKyrylo Tkachov3-12/+24
2025-09-03c++: constant non-dep init folding vs FIELD_DECL access [PR97740]Patrick Palka3-0/+44
2025-09-03tree-optimization/121756 - handle irreducible regions when sinkingRichard Biener2-6/+41
2025-09-03Remove vector type setting from vect_recog_cond_expr_convert_patternRichard Biener1-5/+3
2025-09-03tree-optimization/121767 - modvar pattern breaking reductionsRichard Biener2-1/+10
2025-09-03tree-optimization/121758 - fix pattern stmt REDUC_IDX updatingRichard Biener2-6/+39
2025-09-03fold: Unwrap MEM_REF after get_inner_reference in split_address_to_core_and_o...Andrew Pinski2-0/+56
2025-09-03Daily bump.GCC Administrator5-1/+208