aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-07OpenMP: Allocate directive for static vars, clean upTobias Burnus17-114/+469
2024-10-07Handle non-grouped stores as single-lane SLP: adjust 'gcc.dg/vect/slp-26.c', GCNThomas Schwinge1-2/+2
2024-10-07nvptx: Re-enable 'gcc.misc-tests/options.exp'Thomas Schwinge1-7/+3
2024-10-07nvptx: Re-enable all variants of 'c-c++-common/torture/complex-sign-mixed-add...Thomas Schwinge2-2/+0
2024-10-07nvptx: Re-enable 'gcc.dg/special/weak-2.c'Thomas Schwinge1-4/+0
2024-10-07nvptx: Re-enable all variants of 'gcc.c-torture/execute/20020529-1.c'Thomas Schwinge1-4/+0
2024-10-07nvptx: Disable effective-target 'freestanding'Thomas Schwinge5-3/+4
2024-10-07nvptx: Re-enable "ptxas times out" test casesThomas Schwinge8-10/+5
2024-10-07nvptx: Re-enable 'gcc.c-torture/compile/20080721-1.c'Thomas Schwinge1-1/+0
2024-10-07Daily bump.GCC Administrator3-1/+29
2024-10-06testsuite: Require lto in three testsJohn David Anglin3-0/+3
2024-10-06hppa: Use stack slot SP-40 to copy between integer and floating-point registersJohn David Anglin2-26/+34
2024-10-06Add single-lane SLP support to .GOMP_SIMD_LANE vectorizationRichard Biener2-2/+35
2024-10-06doc: Focus on DWARF for FreeBSDGerald Pfeifer1-3/+1
2024-10-06Daily bump.GCC Administrator5-1/+53
2024-10-05hppa: Don't clobber frame_pointer_rtx in expandersJohn David Anglin1-2/+0
2024-10-05hppa: Fix indirect_goto constraintJohn David Anglin1-1/+1
2024-10-05libstdc++: add std::is_virtual_base_ofGiuseppe D'Angelo4-0/+67
2024-10-05libstdc++: Implement LWG 3664 changes to ranges::distancePatrick Palka2-7/+18
2024-10-05Fix various issues of -ftrivial-auto-var-init=zero with AdaEric Botcazou5-8/+47
2024-10-05Improve load permutation loweringRichard Biener1-14/+17
2024-10-05Daily bump.GCC Administrator8-1/+307
2024-10-04MAINTAINERS: Add myself to write after approvalThiago Jung Bauermann1-0/+1
2024-10-04diagnostics: bulletproof opening of SARIF output [PR116978]David Malcolm5-24/+165
2024-10-05x86: Disable stack protector for naked functionsH.J. Lu2-0/+21
2024-10-04aarch64: Fix bug with max/min (PR116934)Saurabh Jha2-4/+17
2024-10-04AVR: target/116953 - ICE due to operands clobber in avr_out_sbxx_branch.Georg-Johann Lay2-1/+12
2024-10-04testsuite - Some float64 and float32x test require double64plus.Georg-Johann Lay7-0/+17
2024-10-04cfgexpand: Expand comment on when non-var clobbers can show upAndrew Pinski1-2/+3
2024-10-04testsuite: Fix fallout of turning warnings into errors on 32-bit ArmThiago Jung Bauermann4-4/+4
2024-10-04Revert: AVR: Implement TARGET_FLOATN_MODE.Georg-Johann Lay1-21/+0
2024-10-04AVR: Implement TARGET_FLOATN_MODE.Georg-Johann Lay1-0/+21
2024-10-04PR modula2/116918 -fswig correct syntax fixupGaius Mulley1-1/+1
2024-10-04[PATCH] RISC-V/libgcc: Fix incorrect .cfi_offset for saving ra in __riscv_sav...Tsung Chun Lin1-1/+1
2024-10-04libstdc++/ranges: Implement various small LWG issuesPatrick Palka7-8/+135
2024-10-04testsuite: Fix up unevalstr2.C testJakub Jelinek2-20/+92
2024-10-04aarch64: Set Armv9-A generic L1 cache line size to 64 bytesKyrylo Tkachov1-1/+13
2024-10-04libstdc++: Fix some Parallel Mode testsuite failuresJonathan Wakely11-7/+32
2024-10-04arm: Fix missed CE optimization for armv8.1-m.main [PR 116444]Andre Vieira2-0/+88
2024-10-04Fixup dumping of re-trying without/with single-lane SLPRichard Biener1-3/+3
2024-10-04diagnostic, pch: Fix up the new diagnostic PCH methods for ubsan checking [PR...Jakub Jelinek1-10/+14
2024-10-04i386: Fix up ix86_expand_int_compare with TImode comparisons of SUBREGs from ...Jakub Jelinek2-0/+14
2024-10-04i386: Fix up *minmax<mode>3_2 splitter [PR116925]Jakub Jelinek2-1/+13
2024-10-04c++: Allow references to internal-linkage vars in C++11 [PR113266]Nathaniel Shead2-5/+31
2024-10-04c++: Return the underlying decl rather than the USING_DECL from update_bindin...Nathaniel Shead2-2/+15
2024-10-04Relax gcc.dg/vect/pr65947-8.cRichard Biener1-1/+1
2024-10-04libstdc++: Replace implicit lambda capture of 'this' [PR116964]Jonathan Wakely1-6/+6
2024-10-04tree-optimization/99856 - fix testcaseRichard Biener1-2/+2
2024-10-04testsuite: fix two newly-running -Wstringop-overflow test directivesSam James2-6/+6
2024-10-04testsuite: add missing braces around dejagnu directivesSam James4-30/+30