aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-11-30x86_64: PR target/100711: Splitters for pandnRoger Sayle3-0/+96
2021-11-30Only return after resetting type_param_spec_listRichard Biener1-2/+2
2021-11-30middle-end/103485 - fix conversion kind for vectorsRichard Biener2-1/+13
2021-11-30Avoid some -Wunreachable-code-ctrlRichard Biener14-59/+14
2021-11-29rs6000: Remove builtin mask check from builtin_decl [PR102347]Kewen Lin2-10/+19
2021-11-29rs6000: Modify the way for extra penalized costKewen Lin1-16/+19
2021-11-29visium: Revert commit r12-5332Kewen Lin1-25/+25
2021-11-29Don't reuse reference after potential resize.Andrew MacLeod1-3/+4
2021-11-30Daily bump.GCC Administrator13-1/+223
2021-11-29analyzer: further false leak fixes due to overzealous state merging [PR103217]David Malcolm5-2/+215
2021-11-29i386: Fix and improve movhi_internal and movhf_internal some more.Uros Bizjak1-83/+128
2021-11-29Prune out valid -Winfinite-recursion [PR103469].Martin Sebor3-0/+9
2021-11-29Fix autoconf regeneration slip-up.Eric Gallager1-1/+0
2021-11-29Make etags path used by build system configurableEric Gallager11-20/+55
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 Biener14-39/+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-28rs6000/test: Add emulated gather test caseKewen Lin1-0/+20
2021-11-29Daily bump.GCC Administrator3-1/+32
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-28d: fix thinko in optimize attr parsingMartin Liska1-1/+1
2021-11-28Daily bump.GCC Administrator4-1/+36
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 Administrator6-1/+146
2021-11-27ipa: Fix CFG fix-up in IPA-CP transform phase (PR 103441)Martin Jambor1-10/+8
2021-11-26Fortran: improve check of arguments to the RESHAPE intrinsicHarald Anlauf4-37/+41
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-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-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 Administrator5-1/+223
2021-11-25Remove forgotten early return in ipa_value_range_from_jfuncJan Hubicka2-1/+33
2021-11-25PR middle-end/103406: Check for Inf before simplifying x-x.Roger Sayle2-1/+17