aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-29Make etags path used by build system configurableEric Gallager20-25/+120
2021-11-29rs6000: Add Power10 optimization for most _mm_movemask*Paul A. Clarke2-0/+12
2021-11-29Fix RTL FE issue with premature returnRichard Biener1-1/+2
2021-11-29c++: redundant explicit 'this' capture before C++20 [PR100493]Patrick Palka4-8/+19
2021-11-29x86_64: Improved V1TImode rotations by non-constant amounts.Roger Sayle3-3/+24
2021-11-29Remove unreachable gcc_unreachable () at the end of functionsRichard Biener5-10/+0
2021-11-29Remove unreachable returnsRichard Biener15-40/+10
2021-11-29Optimize _Float16 usage for non AVX512FP16.liuhongt5-8/+41
2021-11-29Fix regression introduced by r12-5536.liuhongt3-18/+29
2021-11-29tree-optimization/103458 - avoid creating new loops in CD-DCERichard Biener2-2/+27
2021-11-29Restore can_be_invalidated_p semantics to before refactoringRichard Biener1-3/+5
2021-11-29libgcc: remove crt{begin,end}.o from powerpc-wrs-vxworks targetRasmus Villemoes1-1/+0
2021-11-28rs6000/test: Add emulated gather test caseKewen Lin1-0/+20
2021-11-29Fix PR 19089: Environment variable TMP may yield gcc: abortAndrew Pinski1-1/+15
2021-11-29Daily bump.GCC Administrator5-1/+53
2021-11-28Fix PR 62157: disclean in libsanitizer not workingAndrew Pinski10-2/+13
2021-11-28Compare guessed and feedback frequencies during profile feedback stream-inJan Hubicka1-5/+73
2021-11-28Improve -fprofile-reportJan Hubicka5-124/+269
2021-11-28libstdc++: Implement std::byteswap for C++23Jakub Jelinek4-0/+189
2021-11-28d: fix thinko in optimize attr parsingMartin Liska1-1/+1
2021-11-28Daily bump.GCC Administrator5-1/+40
2021-11-27Fix typo in t-dimodeJohn David Anglin1-1/+1
2021-11-27jit: Change printf specifiers for size_t to %zuPetter Tomner1-2/+2
2021-11-27x86: Fix up x86_{,64_}sh{l,r}d patterns [PR103431]Jakub Jelinek2-42/+281
2021-11-27bswap: Fix UB in find_bswap_or_nop_finalize [PR103435]Jakub Jelinek1-2/+8
2021-11-27[Committed] Fix new ivopts-[89].c test cases for -m32.Roger Sayle2-2/+2
2021-11-27Daily bump.GCC Administrator8-1/+221
2021-11-27ipa: Fix CFG fix-up in IPA-CP transform phase (PR 103441)Martin Jambor1-10/+8
2021-11-26libstdc++: Fix test that fails in C++20 modeJonathan Wakely1-10/+15
2021-11-26libstdc++: Fix trivial relocation for constexpr std::vectorJonathan Wakely2-19/+30
2021-11-26libstdc++: Remove workaround for FE bug in std::tuple [PR96592]Jonathan Wakely1-4/+0
2021-11-26Fortran: improve check of arguments to the RESHAPE intrinsicHarald Anlauf4-37/+41
2021-11-26libitm: Fix bootstrap for targets without HAVE_ELF_STYLE_WEAKREF.Iain Sandoe1-1/+5
2021-11-26tree-object-size: Abstract object_sizes arraySiddhesh Poyarekar1-79/+98
2021-11-26tree-object-size: Replace magic numbers with enumsSiddhesh Poyarekar1-25/+34
2021-11-26ivopts: Improve code generated for very simple loops.Roger Sayle7-7/+106
2021-11-26libstdc++: Ensure dg-add-options comes after dg-optionsJonathan Wakely1-1/+1
2021-11-26libstdc++: Fix dg-do directive for tests supposed to be runJonathan Wakely2-2/+2
2021-11-26libstdc++: Remove redundant xfail selectors in dg-do compile testsJonathan Wakely17-17/+17
2021-11-26d: fix ASAN in option processingMartin Liska1-1/+3
2021-11-26Minor ipa-modref tweaksJan Hubicka1-11/+13
2021-11-26Fix failure in inlline-9.c testcaseJan Hubicka1-1/+1
2021-11-26libstdc++: Move std::to_address tests to more appropriate placeJonathan Wakely2-20/+26
2021-11-26Fix handling of in_flags in update_escape_summary_1Jan Hubicka1-1/+1
2021-11-26c++: Fix up taking address of an immediate function diagnostics [PR102753]Jakub Jelinek9-37/+165
2021-11-26i386: vcvtph2ps and vcvtps2ph should be used to convert _Float16 to SFmode wi...konglin15-11/+83
2021-11-26Fix typo in r12-5486.liuhongt1-8/+8
2021-11-26Daily bump.GCC Administrator7-1/+254
2021-11-25libstdc++: Remove dg-error that no longer happensJonathan Wakely1-1/+0
2021-11-25libstdc++: Make std::pointer_traits SFINAE-friendly [PR96416]Jonathan Wakely4-47/+248