aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-09-19Match: Add interface match_cond_with_binary_phi for true/false argPan Li1-0/+120
2024-09-19doc: Add more alias option and reorder Intel CPU -march documentationHaochen Jiang1-113/+121
2024-09-19i386: Enhance AVX10.2 convert testsHaochen Jiang15-82/+295
2024-09-19i386: Add missing avx512f-mask-type.h includeHaochen Jiang4-0/+5
2024-09-19testsuite/gcc.dg/pr84877.c: Add machinery to stabilize stack aligmnentHans-Peter Nilsson1-0/+26
2024-09-19Daily bump.GCC Administrator5-1/+197
2024-09-19RISC-V: Fix signed SAT_ADD test case for int64_tPan Li1-8/+7
2024-09-18c++: alias of decltype(lambda) is opaque [PR116714, PR107390]Patrick Palka2-2/+48
2024-09-18jit: Ensure ssize_t is definedFrancois-Xavier Coudert1-0/+5
2024-09-18hppa: Add peephole2 optimizations for REG+D loads and storesJohn David Anglin2-0/+103
2024-09-18[PATCH v3] RISC-V: Fixed incorrect semantic description in DF to DI pattern i...Jin Ma2-7/+18
2024-09-18Fail vectorization when not using SLP and --param vect-force-slp == 1Richard Biener4-0/+19
2024-09-18[PATCH 1/2] RISC-V: Fix the outer_code when calculating the cost of SET expre...Xianmiao Qu1-1/+1
2024-09-18[PATCH] RISC-V: Fix th.extu operands exceeding range on rv32.Xianmiao Qu2-1/+20
2024-09-18[PATCH] RISC-V: Allow zero operand for DI variants of vssubu.vxBohan Lei3-4/+26
2024-09-18c++: -Wdangling-reference diagnosticJason Merrill2-13/+12
2024-09-18c++: -Wdangling-reference and empty class [PR115361]Jason Merrill9-12/+33
2024-09-18match.pd: Check trunc_mod vector obtap before folding.Jennifer Schmitz2-1/+24
2024-09-18reload1.cc: rtl-optimization/116326 - Use RELOAD_ELIMINABLE_REGS.Georg-Johann Lay6-1/+233
2024-09-18AVR: doc/install.texi - Update avr specific installation notes.Georg-Johann Lay1-11/+7
2024-09-18tree-optimization/116585 - SSA corruption with split_constant_offsetRichard Biener2-3/+40
2024-09-17phiopt: C++ify cond_if_else_store_replacementAndrew Pinski1-14/+11
2024-09-17phiopt: Add some details dump to cselimAndrew Pinski1-0/+21
2024-09-18RISC-V: Implement SAT_ADD for signed integer vectorPan Li13-0/+450
2024-09-17PR 89213: Add better support for shifting vectors with 64-bit elementsMichael Meissner4-2/+222
2024-09-18Daily bump.GCC Administrator4-1/+45
2024-09-17c++: fix constexpr cast from void* diag issue [PR116741]Marek Polacek2-2/+34
2024-09-17c++: ICE with -Wtautological-compare in template [PR116534]Marek Polacek2-3/+30
2024-09-17c++: crash with anon VAR_DECL [PR116676]Marek Polacek2-0/+58
2024-09-17SVE intrinsics: Fold svdiv with all-zero operands to zero vectorJennifer Schmitz3-17/+393
2024-09-17Daily bump.GCC Administrator4-1/+679
2024-09-16aarch64: Improve vector constant generation using SVE INDEX instruction [PR11...Pengxuan Zheng6-9/+115
2024-09-16modula2: gcc/m2/Make-lang.in fix includes during bootstrap buildGaius Mulley1-15/+14
2024-09-16AVR: Update weblinks to AVR-LibC.Georg-Johann Lay3-7/+8
2024-09-16aarch64: Emit ADD X, Y, Y instead of SHL X, Y, #1 for SVE instructions.Soumya AR35-96/+151
2024-09-16PR modula2/116181 Use GCC tree location_t and separate pointer typesGaius Mulley77-1119/+2264
2024-09-16AVR: Tweak >= and < compares with consts that are 0 mod 256.Georg-Johann Lay8-41/+572
2024-09-16riscv: Fix duplicate assmbler label in @tlsdesc<mode> insnAndreas Schwab2-11/+8
2024-09-16vect: Set pattern_stmt_p on the newly created stmt_vec_infoAndrew Pinski1-0/+1
2024-09-16AVR: Tidy up enum and struct tags.Georg-Johann Lay6-67/+67
2024-09-16AVR: Partially revert r15-3623.Georg-Johann Lay1-22/+10
2024-09-16Daily bump.GCC Administrator5-1/+60
2024-09-15fortran: Remove useless nested end of scalarization chain handlingMikael Morin1-10/+1
2024-09-15c++: __extension__ and -Wconditionally-supportedJason Merrill2-0/+12
2024-09-15c++: conversion locationJason Merrill2-1/+5
2024-09-15c++, coroutines: Fix handling of bool await_suspend() [PR115905].Iain Sandoe2-105/+174
2024-09-14phi-opt: Improve heuristics for factoring out with constant (again) [PR116699]Andrew Pinski2-0/+32
2024-09-14vect: release defs of removed statementAndrew Pinski1-0/+1
2024-09-14Mark the copy/move constructor/operator= of auto_bitmap as deleteAndrew Pinski1-4/+4
2024-09-15Daily bump.GCC Administrator4-1/+44