aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-25Remove forgotten early return in ipa_value_range_from_jfuncJan Hubicka2-1/+33
2021-11-25libstdc++: Do not use memset in constexpr calls to ranges::fill_n [PR101608]Jonathan Wakely2-12/+22
2021-11-25PR middle-end/103406: Check for Inf before simplifying x-x.Roger Sayle2-1/+17
2021-11-25libgcc: Split FDE search code from PT_GNU_EH_FRAME lookupFlorian Weimer1-42/+50
2021-11-25ipa: Teach IPA-CP transformation about IPA-SRA modifications (PR 103227)Martin Jambor8-24/+216
2021-11-25path solver: Revert computation of ranges in gimple order.Aldy Hernandez2-23/+11
2021-11-25amdgcn: Fix ICE generating CFI [PR103396]Andrew Stubbs1-1/+1
2021-11-25Add the testcase for this PR to the testsuite.Andrew MacLeod1-0/+21
2021-11-25Initialize node_is_self_scc in ipa_node_params::ipa_node_paramsJan Hubicka1-2/+2
2021-11-25Check for equivalences between PHI argument and def.Andrew MacLeod2-0/+37
2021-11-25Do not check gimple_static_cahin in ref_maybe_used_by_call_p_1Jan Hubicka1-3/+1
2021-11-25Remove dead code and functionRichard Biener1-15/+1
2021-11-25Continue RTL verifying in rtl_verify_fallthruRichard Biener1-3/+2
2021-11-25Remove never looping loop in label_rtx_for_bbRichard Biener1-18/+6
2021-11-25Introduce REG_SET_EMPTY_PRichard Biener2-2/+4
2021-11-25docs: Add missing @option keyword.Martin Liska1-2/+2
2021-11-25path solver: Move boolean import code to compute_imports.Aldy Hernandez1-13/+12
2021-11-25path solver: Compute ranges in path in gimple order.Aldy Hernandez2-11/+23
2021-11-25match.pd: Fix up the recent bitmask_inv_cst_vector_p simplification [PR103417]Jakub Jelinek2-13/+20
2021-11-25bswap: Improve perform_symbolic_merge [PR103376]Jakub Jelinek2-5/+64
2021-11-25c++: Return early in apply_late_template_attributes if there are no late attr...Jakub Jelinek1-0/+3
2021-11-25c++: Implement C++23 P2128R6 - Multidimensional subscript operator [PR102611]Jakub Jelinek22-118/+796