aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-03RISC-V: miscll comment fixes [NFC]Vineet Gupta2-3/+5
2024-05-03docs: rtl: document GET_MODE_INNERVineet Gupta1-0/+7
2024-05-03testsuite: fix analyzer C++ failures on Solaris [PR111475]David Malcolm19-164/+134
2024-05-03Add default bitmap obstack allocation checkRichard Biener1-1/+4
2024-05-03Silence two instances of -Wcalloc-transposed-argsPeter Damianov1-3/+3
2024-05-03libstdc++: Update powerpc-linux-gnu baseline_symbolsAndreas Schwab2-0/+196
2024-05-03Avoid changing type in the type_hash_canon hashRichard Biener1-0/+12
2024-05-03cfgrtl: Fix MEM_EXPR update in duplicate_insn_chain [PR114924]Alex Coplan1-1/+2
2024-05-03tree-inline: Add __builtin_stack_{save,restore} pair about inline calls with ...Jakub Jelinek3-0/+95
2024-05-03tree-optimization/114921 - _Float16 -> __bf16 isn't noopRichard Biener1-8/+11
2024-05-02c++: remove lookup_template_class's entering_scope flagPatrick Palka5-134/+88
2024-05-03PR modula2/114929 for loop fails to iterate down to zero when using a cardina...Gaius Mulley6-35/+290
2024-05-03Daily bump.GCC Administrator11-1/+229
2024-05-02[committed][RISC-V] Fix nearbyint failure on rv32 and formatting nitsJeff Law1-31/+34
2024-05-02libgfortran: Fix up the autoreconf warningsFrancois-Xavier Coudert2-7149/+4122
2024-05-02[RFA][RISC-V] Improve constant synthesis for constants with 2 bits setJeff Law4-14/+2110
2024-05-02Regenerate gcc.potJoseph Myers1-4379/+4477
2024-05-02RISC-V: Add testcase for pr114734Patrick O'Neill1-0/+25
2024-05-02[committed] [RISC-V] Don't run new rounding tests on newlib risc-v targetsJeff Law2-0/+2
2024-05-02c++: Clear is_unbraced_* when parsing declaration_seq_opt [PR114917]Nathaniel Shead4-0/+56
2024-05-02modula2: Regenerate libgm2 Makefile.ins using correct include orderGaius Mulley7-35/+35
2024-05-02Improve SLP dump and graphRichard Biener1-1/+20
2024-05-02Objective-C, NeXT, v2: Correct a regression in code-gen.Iain Sandoe1-2/+3
2024-05-02PR modula2/113836 gm2 does not dump gimple or quadruples to a fileGaius Mulley9-25/+225
2024-05-02fix single argument static_assertMarc Poulhiès1-1/+1
2024-05-02lto-wrapper: Truncate files using -truncate driver option [PR110710]Peter Damianov1-4/+2
2024-05-02Driver: Add new -truncate optionPeter Damianov2-0/+20
2024-05-02libgomp: Add gfx90c, 1036 and 1103 declare variant testsJakub Jelinek4-0/+48
2024-05-02c++: Implement C++26 P2573R2 - = delete("should have a reason"); [PR114458]Jakub Jelinek9-9/+124
2024-05-02Make graph dumps use graphviz formatRichard Biener1-11/+6
2024-05-02Remove live-info global bitmapRichard Biener2-25/+1
2024-05-02s390: testsuite: Fix risbg-ll-2.cStefan Schulze Frielinghaus1-1/+1
2024-05-02c++: Don't emit unused GMF partial specializations [PR114630]Nathaniel Shead2-29/+66
2024-05-02s390: testsuite: Fix zero_bits_compound-1.cStefan Schulze Frielinghaus1-1/+2
2024-05-02middle-end/114579 - speed up add_scope_conflictsRichard Biener1-13/+33
2024-05-02c++: Implement modules ABI for vtable emissionsNathaniel Shead9-54/+151
2024-05-02Daily bump.GCC Administrator5-1/+143
2024-05-02doc: Describe limitations re Ada, D, and Go on FreeBSDGerald Pfeifer1-0/+8
2024-05-01c++: drop in-charge for dtors without vbasesJason Merrill6-28/+19
2024-05-01[committed] [RISC-V] Trivial pattern cleanupJeff Law2-6/+7
2024-05-01[committed] [RISC-V] Fix detection of store pair fusion casesJeff Law1-20/+37
2024-05-01libstdc++: Guard uses of is_pointer_interconvertible_v [PR114891]Jonathan Wakely1-0/+8
2024-05-01c++: const void* memchr [PR113706]Jason Merrill3-2/+44
2024-05-01doc: FreeBSD no longer has a GNU toolchain in baseGerald Pfeifer1-10/+5
2024-05-01doc: Remove old details on libunwind for ia64-*-hpux*Gerald Pfeifer1-6/+0
2024-05-01Reduce startup costs for Value_Range.Aldy Hernandez2-59/+76
2024-05-01Cleanups to unsupported_range.Aldy Hernandez2-4/+13
2024-05-01c++: Propagate hidden flag on decls from partitionsNathaniel Shead4-5/+39
2024-05-01c++: Propagate using decls from partitions [PR114868]Nathaniel Shead4-0/+34
2024-05-01c++: Implement P2615 'Meaningful Exports' [PR107688]Nathaniel Shead14-34/+197