aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2024-09-13Match: Remove unnecessary types_match for case 1 of signed SAT_ADDPan Li1-2/+1
2024-09-13Fix endianness issue on unsigned_21.f90.Thomas Koenig2-0/+15
2024-09-13Daily bump.GCC Administrator6-1/+1293
2024-09-12testsuite: introduce hostedlib effective targetAlexandre Oliva863-9/+1003
2024-09-12c++: Make __builtin_launder reject invalid types [PR116673]Jonathan Wakely3-6/+21
2024-09-12Implement modules for UNSIGNED.Steven G. Kargl2-0/+101
2024-09-12i386: Implement SAT_ADD for signed vector integersUros Bizjak3-1/+51
2024-09-12c++: decltype(auto) deduction of statement-expression [PR116418]Patrick Palka3-5/+14
2024-09-12c++: Disable deprecated/unavailable diagnostics when creating thunks for meth...Jakub Jelinek2-0/+28
2024-09-12libcpp, v2: Add support for gnu::base64 #embed parameterJakub Jelinek7-1/+264
2024-09-12libcpp: adjust pedwarn handlingJason Merrill5-6/+66
2024-09-12arm: testsuite: make use of -mcpu=unset/-march=unsetRichard Earnshaw3-7/+60
2024-09-12arm: Allow -mcpu and -march options to be unsetRichard Earnshaw2-3/+23
2024-09-12i386: Use offsetable address constraint for double-word memory operands, part 2Uros Bizjak1-1/+1
2024-09-12c++: ICE with TTP [PR96097]Marek Polacek2-0/+15
2024-09-12s390: Fix strict_low_part generationStefan Schulze Frielinghaus3-41/+20
2024-09-12Abort loop SLP analysis quickerRichard Biener2-7/+13
2024-09-12libcpp: Add support for gnu::offset #embed/__has_embed parameterJakub Jelinek4-2/+129
2024-09-12libcpp, c-family: Add (dumb) C23 N3017 #embed support [PR105863]Jakub Jelinek36-3/+1003
2024-09-12c++: Don't ICE to build private access error message [PR116323]Simon Martin2-2/+17
2024-09-12Better recover from SLP reassociation fails during discoveryRichard Biener1-15/+14