aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-16libstdc++: Optimize std::is_member_pointer compilation performanceKen Matsui1-1/+15
2023-12-16libstdc++: Optimize std::is_scoped_enum compilation performanceKen Matsui1-0/+12
2023-12-16libstdc++: Optimize std::is_bounded_array compilation performanceKen Matsui1-0/+5
2023-12-16libstdc++: Optimize std::is_array compilation performanceKen Matsui1-0/+12
2023-12-16analyzer: use bit-level granularity for concrete bounds-checking [PR112792]David Malcolm6-183/+512
2023-12-16Fortran: Prevent unwanted finalization with -w option [PR112459]Paul Thomas3-2/+43
2023-12-16Fortran: Fix problems with class array function selectors [PR112834]Paul Thomas6-6/+109
2023-12-16c++: Fix unchecked use of CLASSTYPE_AS_BASE [PR113031]Nathaniel Shead2-1/+36
2023-12-16[aarch64] Add function multiversioning supportAndrew Carlotti19-124/+1141
2023-12-16Add support for target_version attributeAndrew Carlotti14-23/+124
2023-12-16ada: Improve attribute exclusion handlingAndrew Carlotti1-37/+33
2023-12-16c-family: Simplify attribute exclusion handlingAndrew Carlotti3-52/+34
2023-12-16aarch64: Add cpu feature detection to libgccAndrew Carlotti2-0/+501
2023-12-16aarch64: Fix +nopredres, +nols64 and +nomopsAndrew Carlotti3-10/+23
2023-12-16aarch64: Fix +nocrypto handlingAndrew Carlotti5-15/+43
2023-12-16Daily bump.GCC Administrator10-1/+510
2023-12-15[PATCH v4 2/3] RISC-V: Update XCValu constraints to match other vendorsMary Bennett2-9/+10
2023-12-15[PATCH v4 1/3] RISC-V: Add support for XCVelw extension in CV32E40PMary Bennett10-0/+60
2023-12-15[PATCH] RISC-V: Add -fno-vect-cost-model to pr112773 testcasePatrick O'Neill1-1/+1
2023-12-15Re: [PATCH] RISC-V: fix scalar crypto patternsJeff Law15-67/+298
2023-12-15fortran: Update degree trigs documentation.Jerry DeLisle2-22/+19
2023-12-15aarch64: Add new load/store pair fusion pass.Alex Coplan7-2/+2763
2023-12-15aarch64: Rewrite non-writeback ldp/stp patternsAlex Coplan8-334/+293
2023-12-15aarch64: Generalize writeback ldp/stp patternsAlex Coplan4-118/+261
2023-12-15aarch64: Fix up printing of ldp/stp with -msve-vector-bits=128Alex Coplan1-1/+7
2023-12-15aarch64: Fix up aarch64_print_operand xzr/wzr caseAlex Coplan2-2/+11
2023-12-15aarch64, testsuite: Fix up pr103147-10.[cC]Alex Coplan2-2/+2
2023-12-15aarch64, testsuite: Allow ldp/stp on SVE regs with -msve-vector-bits=128Alex Coplan2-0/+61
2023-12-15aarch64, testsuite: Fix up auto-init-padding testsAlex Coplan5-12/+16
2023-12-15[PATCH] RISC-V: Add Zvfbfmin extension to the -march= optionXiao Zeng6-0/+104
2023-12-15PR modula2/112946 ICE assignment of string to enumeration or setGaius Mulley7-107/+324
2023-12-15c++: section attribute on templates [PR70435, PR88061]Patrick Palka6-0/+59
2023-12-15c++: abi_tag attribute on templates [PR109715]Patrick Palka3-0/+38
2023-12-15Fix tests for gompAndre Vieira5-20/+9
2023-12-15libstdc++: Fix std::print test case for WindowsJonathan Wakely2-2/+18
2023-12-15libstdc++: Simplify std::vprint_unicode for non-Windows targetsJonathan Wakely2-11/+30
2023-12-15libstdc++: Do not add padding for std::print to std::ostreamJonathan Wakely2-48/+8
2023-12-15libatomic: Enable lock-free 128-bit atomics on AArch64Wilco Dijkstra2-50/+161
2023-12-15AArch64: Add inline memmove expansionWilco Dijkstra6-113/+123
2023-12-15RISC-V: Fix vmerge optimization bug in vec_perm vectorizationJuzhe-Zhong2-8/+90
2023-12-15In 'libgomp.fortran/map-subarray-5.f90', restrict 'dg-output's to 'target off...Thomas Schwinge1-2/+2
2023-12-15bitint: Introduce abi_limb_modeJakub Jelinek7-13/+29
2023-12-15OpenMP/OpenACC: Unordered/non-constant component offset runtime diagnosticJulian Brown10-25/+388
2023-12-15aarch64: Handle autoinc addresses in ld1rq splitter [PR112906]Alex Coplan2-4/+18
2023-12-15emit-rtl, lra: Move lra's emit_inc to emit-rtl.ccAlex Coplan4-119/+189
2023-12-15Fix 'gcc.dg/pr110279-2.c' syntax error due to '__attribute_noinline__'Thomas Schwinge1-3/+1
2023-12-15match.pd: Optimize sign-extension followed by truncation [PR113024]Jakub Jelinek2-2/+27
2023-12-15lower-bitint: Fix .{ADD,SUB,MUL}_OVERFLOW with _BitInt large/huge INTEGER_CST...Jakub Jelinek2-15/+76
2023-12-15doc: Update nvptx-tools Github linkGerald Pfeifer1-1/+1
2023-12-15RISC-V: Remove xfail for some of the SLP testsJuzhe-Zhong4-11/+11