aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-09-30Daily bump.GCC Administrator3-1/+60
2024-09-30RISC-V: Add testcases for form 1 of scalar signed SAT_SUBPan Li10-0/+267
2024-09-30RISC-V: Implement scalar SAT_SUB for signed integerPan Li3-0/+81
2024-09-29cselib: Discard useless locs of preserved VALUEs [PR116627]Jakub Jelinek1-0/+5
2024-09-29testsuite: XFAIL gfortran.dg/initialization_25.f90 properly (again)Sam James1-1/+1
2024-09-29[PATCH] SH: Document extended asm operand modifersPietro Monteiro1-0/+29
2024-09-29[PATCH] [PATCH] Avoid integer overflow in gcc.dg/cpp/charconst-3.c (PR testsu...Mikael Pettersson1-1/+1
2024-09-29[PATCH v2] RISC-V: Improve code generation for select of consecutive constantsJovan Vukic2-0/+71
2024-09-29doc: Document struct-layout-1.exp for ABI checksDimitar Dimitrov1-1/+17
2024-09-29Daily bump.GCC Administrator4-1/+30
2024-09-28Implement FINDLOC for UNSIGNED.Thomas Koenig4-3/+90
2024-09-28Implement CSHIFT and EOSHIFT for unsigned.Thomas Koenig5-1/+66
2024-09-28doc: Remove i?86-*-linux* installation note from 2003Gerald Pfeifer1-3/+0
2024-09-28Daily bump.GCC Administrator5-1/+228
2024-09-28c++: Implement resolution for DR 36 [PR116160]Nathaniel Shead4-7/+18
2024-09-28c++: Don't strip USING_DECLs when updating local bindings [PR116748]Nathaniel Shead3-7/+19
2024-09-28c++/modules: Propagate purview/import for templates in duplicate_decls [PR116...Nathaniel Shead4-0/+41
2024-09-27c++: ICE with structured bindings and m-d array [PR102594]Marek Polacek2-1/+35
2024-09-27diagnostic: Save/restore diagnostic context history and push/pop state for PC...Jakub Jelinek5-1/+80
2024-09-27diagnostic: Use vec instead of custom array reallocations for m_classificatio...Jakub Jelinek2-46/+30
2024-09-27i386: Modernize AMD processor typesUros Bizjak2-41/+37
2024-09-27Widening-Mul: Fix one ICE when iterate on phi nodePan Li2-2/+83
2024-09-27Fix sorting in Contributors.htmlRichard Biener1-4/+4
2024-09-27c++/coro: ignore cleanup_point_exprs while expanding awaits [PR116793]Arsen Arsenović2-1/+29
2024-09-27c++: simplify handling implicit INDIRECT_REF and co_await in convert_to_voidArsen Arsenović4-53/+132
2024-09-27c++/coro: prevent ICV_STATEMENT diagnostics in temp promotion [PR116502]Arsen Arsenović3-3/+75
2024-09-27tree-optimization/116818 - try VMAT_GATHER_SCATTER also for SLPRichard Biener1-14/+15
2024-09-27Fix bogus SLP nvector compute in check_load_store_for_partial_vectorsRichard Biener1-7/+3
2024-09-27unswitch: Replace manual ondemand maybe_undef with ssa_name_maybe_undef_p/mar...Andrew Pinski1-59/+2
2024-09-27c++/modules: Allow imported references in constant expressionsNathaniel Shead3-1/+23
2024-09-27c++/modules: Fix linkage checks for exported using-declsNathaniel Shead7-41/+154
2024-09-27c++/modules: Use decl_linkage in maybe_record_mergeable_declNathaniel Shead1-8/+1
2024-09-27c++: Update decl_linkage for C++11Nathaniel Shead3-37/+60
2024-09-27testsuite/gfortran.dg/open_errors_2.f90: Remove now-redundant file deletionHans-Peter Nilsson1-1/+0
2024-09-27Daily bump.GCC Administrator6-1/+130
2024-09-26c++: tweak for -Wrange-loop-construct [PR116731]Marek Polacek2-3/+62
2024-09-26testsuite: XFAIL gfortran.dg/initialization_25.f90 properlySam James1-2/+2
2024-09-26doc: Remove index reference to removed documentation in fortran manualMikael Morin1-1/+0
2024-09-26Add virtual destructor to AbstractExprOwen Avery1-0/+2
2024-09-26tree-optimization/114855 - speed up dom_oracle::register_transitivesRichard Biener3-18/+44
2024-09-26Fortran/OpenMP: Middle-end support for mapping of DT with allocatable componentsTobias Burnus5-26/+265
2024-09-26pretty-print: Fix up allocate_objectJakub Jelinek1-1/+1
2024-09-26testsuite: fix hyphen typosSam James2-3/+3
2024-09-26testsuite: fix comment-only directive typosSam James4-4/+4
2024-09-26doc: Remove MinGW note on binutils 2.16Gerald Pfeifer1-4/+0
2024-09-26[match.pd] Handle abs pattern with convertKugan Vivekanandarajah3-21/+61
2024-09-26x86: Extend AVX512 Vectorization for Popcount in Various ModesLevy Hsu2-0/+73
2024-09-26Define VECTOR_STORE_FLAG_VALUEliuhongt2-1/+30
2024-09-26testsuite: Fix testcase g++.dg/modules/indirect-1_b.C [PR116846]Nathaniel Shead1-5/+2
2024-09-26RISC-V: Add testcases for form 3 of signed vector SAT_ADDPan Li9-0/+126