aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-29c++: remove LAMBDA_EXPR_MUTABLE_PJason Merrill7-15/+7
2023-11-30RISC-V: Fix 'E' extension version to testTsukasa OI1-1/+1
2023-11-30RISC-V: Support highpart overlap for floating-point widen instructionsJuzhe-Zhong10-37/+882
2023-11-30RISC-V: Rename vconstraint into group_overlapJuzhe-Zhong3-17/+20
2023-11-30RISC-V: Support highpart overlap for vext.vfJuzhe-Zhong5-10/+234
2023-11-30Daily bump.GCC Administrator9-1/+535
2023-11-30aarch64: Add support for Ampere-1B (-mcpu=ampere1b) CPUPhilipp Tomsich6-2/+225
2023-11-29c++: P2280R4, Using unknown refs in constant expr [PR106650]Marek Polacek10-11/+161
2023-11-29libbacktrace: call GetModuleFileNameA on WindowsIan Lance Taylor4-2/+66
2023-11-29c++: fix testcase [PR112765]Patrick Palka1-0/+1
2023-11-29c++: bogus -Wparentheses warning [PR112765]Patrick Palka3-5/+27
2023-11-29bpf: change ASM_COMMENT_START to '#'David Faust5-18/+18
2023-11-29rs6000: Fix up c-c++-common/builtin-classify-type-1.c failure [PR112725]Jakub Jelinek1-1/+2
2023-11-29Check operands before invoking fold_range.Andrew MacLeod2-1/+31
2023-11-29Add operand_check_p to range-ops.Andrew MacLeod3-7/+114
2023-11-29tree-sra: Avoid returns of references to SRA candidatesMartin Jambor3-9/+88
2023-11-29In 'libgomp.c/target-simd-clone-{1,2,3}.c', restrict 'scan-offload-ipa-dump's...Thomas Schwinge3-5/+5
2023-11-29testsuite: Add 'only_for_offload_target' wrapper for 'scan-offload-tree-dump'...Thomas Schwinge2-2/+56
2023-11-29testsuite, i386: Only check for cfi directives if supported [PR112729]Rainer Orth5-6/+18
2023-11-29Fix 'g++.dg/cpp26/static_assert1.C' for '-fno-exceptions' configurationsThomas Schwinge1-0/+2
2023-11-29Fix '23_containers/span/at.cc' for '-fno-exceptions' configurationsThomas Schwinge1-2/+2
2023-11-29Adjust 'g++.dg/ext/has-feature.C' for default-'-fno-exceptions', '-fno-rtti' ...Thomas Schwinge1-1/+5
2023-11-29middle-end/110237 - wrong MEM_ATTRs for partial loads/storesRichard Biener1-0/+8
2023-11-29fold-const: Fix up multiple_of_p [PR112733]Jakub Jelinek2-1/+17
2023-11-29testsuite, x86: Handle a broken assemblerIain Sandoe1-0/+1
2023-11-29testsuite: Adjust g++.dg/opt/devirt2.C on SPARCRainer Orth1-3/+1
2023-11-29RISC-V: Support highpart register overlap for vwcvtJuzhe-Zhong6-9/+280
2023-11-29testsuite: Handle double-quoted LTO section names [PR112728]Rainer Orth1-5/+5
2023-11-29RISC-V: Add explicit braces to eliminate warning.xuli1-4/+6
2023-11-29testsuite: move gcc.c-torture/compile/libcall-2.c to gcc.target/i386/libcall-1.cJose E. Marchesi1-4/+2
2023-11-29c++: Fix a compile time memory leak in finish_static_assertJakub Jelinek1-0/+1
2023-11-29fold-mem-offsets: Fix powerpc64le-linux profiledbootstrap [PR111601]Jakub Jelinek2-9/+105
2023-11-29LoongArch: Use LSX for scalar FP rounding with explicit rounding modeXi Ruoyao3-0/+94
2023-11-29LoongArch: Remove lrint_allow_inexactXi Ruoyao1-4/+1
2023-11-29LoongArch: Use standard pattern name and RTX code for LSX/LASX rotate shiftXi Ruoyao5-50/+81
2023-11-29LoongArch: Use standard pattern name and RTX code for LSX/LASX muh instructionsXi Ruoyao5-60/+68
2023-11-29LoongArch: Fix usage of LSX and LASX frint/ftint instructions [PR112578]Xi Ruoyao9-491/+475
2023-11-29Introduce hardbool attribute for CAlexandre Oliva22-3/+497
2023-11-29call maybe_return_this in build_cloneAlexandre Oliva4-5/+25
2023-11-29c++: for contracts, cdtors never return thisAlexandre Oliva1-1/+5
2023-11-29Introduce -finline-stringopsAlexandre Oliva11-35/+697
2023-11-29RISC-V: Bugfix for ICE in block move when zve32fPan Li2-0/+17
2023-11-29testsuite: fix gcc.c-torture/compile/libcall-2.c in -m32Jose E. Marchesi1-0/+2
2023-11-29[i386] Fix push2pop2 test fail on non-linux target [PR112729]Hongyu Wang3-3/+3
2023-11-29Daily bump.GCC Administrator12-1/+442
2023-11-28c++: prvalue array decay [PR94264]Jason Merrill6-13/+17
2023-11-28ARC: Consistent use of whitespace in assembler templates.Roger Sayle7-191/+190
2023-11-28varasm.cc: refer to assemble_external_libcall only ifdef ASM_OUTPUT_EXTERNALJose E. Marchesi1-0/+2
2023-11-28MATCH: Fix invalid signed boolean type usageAndrew Pinski1-2/+6
2023-11-28c++: Fix up __has_extension (cxx_init_captures)Jakub Jelinek1-1/+1