aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-19libphobos, testsuite: Add prune clauses for two Darwin cases.Iain Sandoe1-0/+7
2021-11-19libstdc++: Suppress -Wstringop warnings [PR103332]Jonathan Wakely3-1/+9
2021-11-19libstdc++: Begin lifetime of chars in constexpr std::string [PR103295]Jonathan Wakely6-15/+141
2021-11-19options: Make -Ofast switch off -fsemantic-interpositionMartin Jambor2-0/+2
2021-11-19Use modref even for nested functions in ref_maybe_used_by_call_p_1Jan Hubicka2-1/+24
2021-11-19Restore ancient -Waddress for weak symbols [PR33925].Martin Sebor10-11/+288
2021-11-19Limit depth for all GORI expressions.Andrew MacLeod2-11/+34
2021-11-19IBM Z: Fix load-and-test peephole2 conditionStefan Schulze Frielinghaus2-1/+13
2021-11-19middle-end: Handle FMA_CONJ correctly after SLP layout update.Tamar Christina8-26/+37
2021-11-19Revert "Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS."Martin Liska27-41/+46
2021-11-19Do not abort compilation when dump file is /dev/*Giuliano Belinassi3-2/+11
2021-11-19c++: cp_walk_subtrees simplification for *_CAST_EXPRPatrick Palka1-7/+0
2021-11-19c++: nested lambda capturing a capture proxy [PR94376]Patrick Palka2-4/+56
2021-11-19libphobos: Increase size of defaultStackPages on OSX X86_64 targets.Iain Buclaw1-0/+10
2021-11-19libphobos: Don't call __gthread_key_delete in the emutls destroy function.Iain Buclaw1-6/+0
2021-11-19Fix tree-optimization/103314 : Limit folding of (type) X op CST where type is...Andrew Pinski2-1/+11
2021-11-19Fix IPA modref ubsan.Martin Liska2-2/+6
2021-11-19c++/103326 - fix ICE in tsubst with VECTOR_CSTRichard Biener2-0/+16
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