aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-19c++: Fix up -fstrong-eval-order handling of call arguments [PR70796]Jakub Jelinek2-3/+151
2021-11-19libstdc++: Fix ctype changed after newlib update.Tamar Christina1-1/+18
2021-11-19middle-end/103248 - fix RDIV_EXPR handling with fixed pointRichard Biener2-3/+17
2021-11-19tree-optimization/102436 - restore loop store motionRichard Biener3-9/+199
2021-11-19Fix PR 103317, ICE after PHI-OPT, minmax_replacement producing invalid SSAAndrew Pinski2-0/+16
2021-11-19Fix tree-optimization/103257: Missed jump threading due too early conversion ...Andrew Pinski3-6/+17
2021-11-18c++: Implement -Wuninitialized for mem-initializers (redux) [PR19808]Marek Polacek20-13/+831
2021-11-19Reduce cost of aligned sse register store.liuhongt2-2/+37
2021-11-18c++: implicit dummy object in requires clause [PR103198]Patrick Palka2-0/+35
2021-11-19Daily bump.GCC Administrator12-1/+402
2021-11-19d: Use HOST_WIDE_INT for type size temporaries.Iain Buclaw1-2/+3
2021-11-18c++: Implement C++23 P0849R8 - auto(x) [PR103049]Marek Polacek12-13/+215
2021-11-18Fix rs6000 predicates.md use of decl_replaceable_pDavid Edelsohn1-1/+3
2021-11-18Fortran: NULL() is not interoperableHarald Anlauf2-0/+19
2021-11-18IPA: fix reproducibility in IPA MOD REFMartin Liska1-7/+7
2021-11-18IPA: use cgraph_node instanceMartin Liska1-14/+12
2021-11-18c++: error recovery during C++20 template-id ADL failurePatrick Palka2-9/+23
2021-11-18Turn -fsemantic-interposition to optimization flagJan Hubicka14-9/+58
2021-11-18Fix modref wrt __builtin_assume_alignedJan Hubicka2-10/+45
2021-11-18middle-end: check that both sides of complex expression is a mul.Tamar Christina2-2/+20
2021-11-18x86: Add -mindirect-branch-cs-prefixH.J. Lu5-1/+48
2021-11-18libstdc++: Fix std::char_traits<C>::move for constexprJonathan Wakely2-9/+54
2021-11-18Fix MIPS test after recent match.pd changesJeff Law1-1/+3
2021-11-18Fix typo.David Edelsohn1-1/+1
2021-11-18c++: template-id ADL and partial instantiation [PR99911]Patrick Palka2-1/+19
2021-11-18c++: unqual lookup performed twice w/ template-id ADL [PR102670]Patrick Palka3-6/+56
2021-11-18aix: detect power10 processor.David Edelsohn1-0/+3
2021-11-18libstdc++: Replace AC_CACHE_VAL with AC_CACHE_CHECKJonathan Wakely2-406/+278
2021-11-18middle-end: Fix FMA detection when inspecting gimple which have no LHS.Tamar Christina2-0/+20
2021-11-18c-family: Add __builtin_assoc_barrierMatthias Kretz12-23/+158
2021-11-18libsanitizer: Fix bootstrap on FreeBSD [PR102675]Jakub Jelinek2-0/+2
2021-11-18Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS.Martin Liska27-46/+41
2021-11-18testsuite/103278 - adjust gcc.dg/tree-ssa/if-to-switch-3.cRichard Biener1-1/+2
2021-11-18tree-optimization/103277 - do abnormal cleanup after call DSERichard Biener3-6/+35
2021-11-18i386: Fix wrong codegen for -mrelax-cmpxchg-loopHongyu Wang2-6/+12
2021-11-18libgomp: Ensure that either gomp_team is properly aligned [PR102838]Jakub Jelinek3-3/+12
2021-11-18libgomp: Fix up aligned_alloc arguments [PR102838]Jakub Jelinek1-6/+12
2021-11-18i386: add alias for f*mul_*ch intrinsicskonglin18-36/+136
2021-11-18Daily bump.GCC Administrator8-1/+441
2021-11-17Fix PR tree-optimization/103228 and 103228: folding of (type) X op CST where ...Andrew Pinski3-2/+29
2021-11-17libstdc++: Fix author name in ChangeLogJonathan Wakely1-1/+1
2021-11-17libcpp: capture and underline ranges in -Wbidi-chars= [PR103026]David Malcolm2-48/+257
2021-11-17libcpp: escape non-ASCII source bytes in -Wbidi-chars= [PR103026]David Malcolm1-12/+17
2021-11-17Avoid pathological function redeclarations when checking access sizes [PR1027...Martin Sebor6-35/+105
2021-11-17x86: Add -mharden-sls=[none|all|return|indirect-branch]H.J. Lu9-8/+125
2021-11-17x86: Remove "%!" before retH.J. Lu2-3/+3
2021-11-17Fix modref summary streamingJan Hubicka1-4/+4
2021-11-17i386: Redefine indirect_thunks_used as HARD_REG_SET.Uros Bizjak1-11/+6
2021-11-17Add very basic IPA part of modref-kill analysisJan Hubicka3-53/+118
2021-11-17i386: Introduce LEGACY_SSE_REGNO_P predicateUros Bizjak2-12/+12