aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-11-16Merge branch 'devel/gfortran-test' of git+ssh://gcc.gnu.org/git/gcc into deve...devel/gfortran-testJerry DeLisle61-223/+6500
2025-11-16Allow single PHI initial values.Andrew MacLeod3-36/+104
2025-11-16Turn PHI analyzer to a simple pre-passAndrew MacLeod5-96/+55
2025-11-16Force recalculation when relations are registered.Andrew MacLeod5-6/+31
2025-11-16Update current query global when system global changes.Andrew MacLeod5-1/+23
2025-11-16cfglceanup: Fix check for preheadersAndrew Pinski1-5/+8
2025-11-16libstdc++: Include <mutex> in syncbuf.cc [PR122698]Jonathan Wakely1-6/+7
2025-11-16Remove /usr/ccs references on SolarisRainer Orth5-11/+4
2025-11-16c++/modules: Keep tracking instantiations of static class variable templates ...Nathaniel Shead3-2/+50
2025-11-16Always analyze possible partial vector usageRichard Biener1-16/+22
2025-11-16Decide on LOOP_VINFO_USING_SELECT_VL_P after determining partial vectorsRichard Biener1-22/+9
2025-11-16Do not call vect_determine_partial_vectors_and_peeling from transformRichard Biener3-9/+8
2025-11-16Remove LOOP_VINFO_EPIL_USING_PARTIAL_VECTORS_PRichard Biener2-22/+1
2025-11-15diagnostics: Fix -fdump-internal-locations for 64-bit location_tLewis Hyatt5-5/+16
2025-11-15aarch64: unxfail pr117123.CAndrew Pinski1-3/+1
2025-11-16aarch64: change another CRC testSam James1-2/+2
2025-11-16Daily bump.GCC Administrator6-1/+117
2025-11-15libstdc++: Tweak static_assert messages for volatile atomic waitsJonathan Wakely1-3/+6
2025-11-15libstdc++: Minor refactoring in __wait_until_impl in atomic.ccJonathan Wakely1-9/+5
2025-11-15gcc: Make aarch64-mingw32 target install wrap stdint.hJason Xu1-0/+1
2025-11-15c++/modules: explicit inst of constructorJason Merrill2-5/+7
2025-11-15[RISC-V] Avoid most calls to gen_extend_insnJeff Law3-60/+21
2025-11-15testsuite: Fix up c-c++-common/asan/asan-stack-small.c testJakub Jelinek1-4/+12
2025-11-15cobol: Fix bootstrap [PR122691]Jakub Jelinek1-1/+2
2025-11-15c++/modules: if translation fails fall back to #includeJason Merrill1-26/+65
2025-11-15c++/modules: fix hash_map issueJason Merrill1-4/+5
2025-11-15c++/modules: using builtinJason Merrill3-1/+25
2025-11-15c++/modules: friend void foo<bar>()Jason Merrill7-8/+57
2025-11-14aarch64: Remove unused patternKarl Meakin1-19/+0
2025-11-14aarch64: Add `aarch64_comparison_operator_cc`Karl Meakin2-18/+21
2025-11-14aarch64: Remove redundant checksKarl Meakin1-7/+1
2025-11-14aarch64: Merge mov<ALLI>cc with mov<GPF>ccKarl Meakin2-30/+9
2025-11-14aarch64: Fix condition accepted by mov<GPF>ccKarl Meakin3-15/+58
2025-11-15Daily bump.GCC Administrator5-1/+365
2025-11-14[RISC-V] Drop scan-tests of marginal valueJeff Law29-29/+0
2025-11-14RISC-V: Add missing member for andes_25_tune_infoKuan-Lin Chen1-0/+1
2025-11-14arm: [MVE intrinsics] rework sqrshr sqshl srshr uqrshl uqshl urshrChristophe Lyon11-49/+226
2025-11-14arm: [MVE intrinsics] rework sqshll srshrl uqshll urshrlChristophe Lyon10-32/+176
2025-11-14arm: [MVE intrinsics] rework sqrshrl sqrshrl_sat48Christophe Lyon5-17/+17
2025-11-14arm: [MVE intrinsics] rework uqrshll uqrshll_sat48Christophe Lyon5-17/+17
2025-11-14arm: [MVE intrinsics] rework vpnotChristophe Lyon6-8/+38
2025-11-14Add 'num_children' method to relevant pretty-printersTom Tromey1-10/+52
2025-11-14libstdc++: Ensure that _Utf_view is always a view.Tomasz Kamiński3-14/+19
2025-11-14fortran: correctly handle optional allocatable dummy argumentsYuao Ma2-4/+58
2025-11-14libstdc++: Add comment to __cpp_lib_bitset preprocessor conditionJonathan Wakely1-1/+1
2025-11-14libstdc++: std::bitset<0>("zero") should throw std::invalid_argument [PR121054]Karpalo Toivonen3-3/+241
2025-11-14Remove --param=switch-lower-slow-alg-max-casesFilip Kastl2-7/+0
2025-11-14i386: Remove 'i' from output operand constraintUros Bizjak1-1/+1
2025-11-14ipa/122663 - fix ICE with stmt removal during IPA modificationRichard Biener2-2/+37
2025-11-14libstdc++: Use _Bind_front_t/_Bind_back_t in bind_front<f>/bind_back<f> [PR12...Tomasz Kamiński3-47/+45