aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-26sort.cc: fix mentions of sorting networks in commentsAlexander Monakov1-3/+3
2023-11-26Skip analyzer strndup test on hppa*-*-hpux*John David Anglin1-1/+1
2023-11-26Skip analyzer socket tests on hppa*-*-hpux*John David Anglin2-2/+2
2023-11-26hppa: Fix pr104869.C on hpuxJohn David Anglin1-1/+1
2023-11-26hppa: Really fix g++.dg/modules/bad-mapper-1.C on hpuxJohn David Anglin1-1/+1
2023-11-26testsuite, i386: fix -fhardened testFrancois-Xavier Coudert1-1/+1
2023-11-26testsuite, i386: fix split-stack testFrancois-Xavier Coudert1-0/+1
2023-11-26RISC-V: Disable AVL propagation of slidedown instructionsJuzhe-Zhong3-7/+35
2023-11-25Fix gcc.dg/vla-1.cAndrew Pinski1-2/+2
2023-11-25Fix gcc.target/aarch64/simd/vmulxd_{f64,f32}_2.c after after IPA-VRP improvem...Andrew Pinski1-2/+2
2023-11-25Fix contracts-tmpl-spec2.C on targets where plain char is unsigned by defaultAndrew Pinski1-1/+1
2023-11-26RISC-V: Fix typoJuzhe-Zhong1-2/+2
2023-11-26Daily bump.GCC Administrator4-1/+72
2023-11-25Fix gcc.target/aarch64/movk.c testcase after IPA-VRP improvement for return v...Andrew Pinski1-1/+4
2023-11-25doc: Complete and sort the list of front endsGerald Pfeifer1-3/+3
2023-11-25doc: Remove obsolete notes on GCC 4.x on FreeBSDGerald Pfeifer1-8/+0
2023-11-25doc: Update ISO C++ referenceGerald Pfeifer1-1/+1
2023-11-25i386: Fix up *jcc_bt*_mask{,_1} [PR111408]Jakub Jelinek2-2/+30
2023-11-25aarch64: Fix up aarch64_simd_stp<mode> [PR109977]Jakub Jelinek2-1/+17
2023-11-25c++: more checks for exporting names with using-declarationsNathaniel Shead3-21/+148
2023-11-25c++: Allow exporting a typedef redeclaration [PR102341]Nathaniel Shead4-2/+31
2023-11-25Daily bump.GCC Administrator11-1/+383
2023-11-24preprocessor: Reinitialize frontend parser after loading a PCH [PR112319]Lewis Hyatt5-0/+17
2023-11-24c-family/c.opt (-Wopenmp): Add missing tailing '.'Tobias Burnus1-1/+1
2023-11-24install.texi: Update GCN entry - @uref and LLVM version remarkTobias Burnus1-2/+2
2023-11-24hppa: Use INT14_OK_STRICT in a couple of places in pa_emit_move_sequenceJohn David Anglin1-6/+2
2023-11-24Use memcpy instead of memmove in __relocate_a_1Jan Hubicka1-2/+2
2023-11-24sra: SRA of non-escaped aggregates passed by reference to callsMartin Jambor6-47/+607
2023-11-24i386: Fix ICE with -fsplit-stack -mcmodel=large [PR112686]Uros Bizjak2-4/+10
2023-11-24OpenMP: Add -Wopenmp and use itTobias Burnus12-72/+105
2023-11-24arm: libgcc: provide implementations of __sync_synchronizeRichard Earnshaw6-1/+98
2023-11-24OpenMP: Accept argument to depobj's destroy clauseTobias Burnus6-4/+124
2023-11-25c++: Allow exporting const-qualified namespace-scope variables [PR99232]Nathaniel Shead3-1/+27
2023-11-24RISC-V: Fix inconsistency among all vectorization hooksJuzhe-Zhong2-14/+46
2023-11-24gcc: configure: drop Valgrind 3.1 compatibilityAlexander Monakov4-144/+20
2023-11-24libcpp: configure: drop unused Valgrind detectionAlexander Monakov4-131/+9
2023-11-24i386: Fix ICE during cbranchv16qi4 expansion [PR112681]Jakub Jelinek2-1/+13
2023-11-24rtl-ssa: Add some helpers for removing accessesAlex Coplan2-8/+46
2023-11-24rtl-ssa: Support for inserting new insnsAlex Coplan10-13/+136
2023-11-24match.pd: Avoid simplification into invalid BIT_FIELD_REFs [PR112673]Jakub Jelinek2-1/+13
2023-11-24lower-bitint: Lower FLOAT_EXPR from BITINT_TYPE INTEGER_CST [PR112679]Jakub Jelinek2-0/+52
2023-11-24tree-optimization/112677 - stack corruption with .COND_* reductionRichard Biener1-1/+1
2023-11-24Clean up by_pieces_ninsnsHaochen Gui1-11/+8
2023-11-24lower-bitint: Fix up -fnon-call-exceptions bit-field load lowering [PR112668]Jakub Jelinek3-20/+94
2023-11-24tree: Fix up try_catch_may_fallthru [PR112619]Jakub Jelinek2-0/+33
2023-11-24tree-optimization/112344 - relax final value-replacement fixRichard Biener1-3/+15
2023-11-24RISC-V: Optimize a special case of VLA SLPJuzhe-Zhong2-0/+89
2023-11-24RISC-V: Disable BSWAP optimization for NUNITS < 4Juzhe-Zhong3-4/+9
2023-11-24c++: Support lambdas in static template member initialisers [PR107398]Nathaniel Shead3-15/+48
2023-11-24i386: Fix AVX512 and AVX10 option issuesHaochen Jiang4-19/+20