aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2024-09-14testsuite; Fix execute/pr52286.c for 16bitAndrew Pinski1-1/+1
2024-09-14c++: avoid init_priority warning in system headerJason Merrill1-1/+2
2024-09-14c++: Don't mix timevar_start and auto_cond_timevar for TV_NAME_LOOKUP [PR116681]Simon Martin2-2/+21
2024-09-14AVR: Use rtx code copysign.Georg-Johann Lay1-6/+11
2024-09-14testsuite: adjust pragma-diag-17.c diagnosticsJason Merrill1-1/+1
2024-09-14c++: Fix g++.dg/ext/sve-sizeless-1.C regressionJonathan Wakely1-1/+1
2024-09-13testsuite: a few more hostedlib adjustmentsAlexandre Oliva3-0/+4
2024-09-14Daily bump.GCC Administrator5-1/+133
2024-09-13AVR: Detect more skip opportunities.Georg-Johann Lay1-2/+5
2024-09-13Fix factor_out_conditional_operation heuristics for constantsAndrew Pinski1-6/+8
2024-09-13AVR: Use avr_byte instead of simplify_gen_subreg (QImode, ...Georg-Johann Lay1-62/+47
2024-09-13c++: -fimplicit-constexpr diagnostic improvement [PR116696]Jason Merrill3-1/+16
2024-09-13Fortran: Fixes to OpenMP 'interop' directive parsing supportTobias Burnus9-162/+309
2024-09-13gcn/mkoffload.cc: Use #embed for including the generated ELF fileTobias Burnus1-67/+12
2024-09-13c++: Don't emit deprecated/unavailable attribute diagnostics when creating cd...Jakub Jelinek2-0/+22
2024-09-13s390: Fix TF to FPRX2 conversion [PR115860]Stefan Schulze Frielinghaus6-40/+72
2024-09-13s390: Fix AQ and AR constraintsStefan Schulze Frielinghaus1-0/+12
2024-09-13AVR: Rework avr_out_compare.Georg-Johann Lay1-57/+118
2024-09-13AVR: Tweak 32-bit EQ and NE comparisons.Georg-Johann Lay1-0/+25
2024-09-13AVR: avr.cc - Reorder functions to require less forward decls.Georg-Johann Lay1-407/+394