aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-31Amend match.pd syntax with force-simplified resultsRichard Biener2-3/+31
2020-07-31vect: Don't consider branch costs if no peeled iterationsKewen Lin2-8/+10
2020-07-31libstdc++: Add PR number to ChangeLog entryJonathan Wakely1-0/+1
2020-07-31Do not allocate huge array in output_in_order.Martin Liska2-75/+85
2020-07-31middle-end/96369 - fix missed short-circuiting during range foldingRichard Biener2-0/+19
2020-07-31libgcov: support overloaded mallocMartin Liska4-2/+105
2020-07-31AArch64: Add attributes according to flags in built-in functions [PR94442]xiezhiheng1-5/+116
2020-07-31Improve var-tracking dataflow iteration orderRichard Biener1-123/+151
2020-07-31Compute RPO with adjacent SCC members, expose toplevel SCC extentsRichard Biener4-122/+451
2020-07-30c++: decl_constant_value and unsharing [PR96197]Patrick Palka4-14/+45
2020-07-31Daily bump.GCC Administrator14-1/+335
2020-07-30d: Fix associative array literals that don't have alignment holes filledIain Buclaw4-24/+78
2020-07-30d: Add -Wvarargs warning flag to the D front-endIain Buclaw4-0/+47
2020-07-30d: Fix ICE in expand_intrinsic_vaargIain Buclaw2-4/+34
2020-07-30libstdc++: Make COW string use allocator_traits for nested typesJonathan Wakely1-2/+2
2020-07-30libstdc++: Check _GLIBCXX_USE_C99_STDLIB for strtof and strtoldJonathan Wakely1-2/+6
2020-07-30libstdc++: Fix tests using wrong allocator typeJonathan Wakely2-2/+2
2020-07-30[PATCH] RS6000 Add testlsbb by Byte operationsWill Schmidt7-0/+152
2020-07-31RISC-V: Add support for TLS stack protector canary accessCooper Qu5-1/+182
2020-07-30d: Inline bounds checking for simple array assignments.Iain Buclaw2-6/+53
2020-07-30d: Refactor use of built-in memcmp/memcpy/memset into helper functions.Iain Buclaw3-53/+56
2020-07-30d: Move private functions out of ExprVisitor into local staticsIain Buclaw1-154/+159
2020-07-30libstdc++: Fix test for old string ABIJonathan Wakely1-1/+1
2020-07-30MAINTAINERS: Add myself for write after approvalJoe Ramsay1-0/+1
2020-07-30Require CET support only for the final GCC buildH.J. Lu8-40/+146
2020-07-30libstdc++: cv bool can't be an integer-like type (LWG 3467)Jonathan Wakely2-1/+40
2020-07-30libstdc++: Add options for ieee float to relevant testsJonathan Wakely2-0/+2
2020-07-30libstdc++: Make testsuite usable with -fno-exceptionsJonathan Wakely5-14/+15
2020-07-30d: Implement core.bitop.rol() and core.bitop.ror() as intrinsics.Iain Buclaw3-0/+67
2020-07-30d: Refactor matching and lowering of intrinsic functions.Iain Buclaw4-273/+358
2020-07-30tree-optimization/96370 - make reassoc expr rewrite more robustRichard Biener2-5/+13
2020-07-30nvptx: Provide vec_set<mode> and vec_extract<vmode><mode> patternsRoger Sayle2-0/+105
2020-07-30Tune memcpy and memset for Zen cores.Martin Liska1-6/+6
2020-07-30Re-format zen memcpy/memset costs.Martin Liska1-10/+28
2020-07-29c++: overload sets and placeholder return type [PR64194]Patrick Palka2-1/+21
2020-07-29c++: alias_ctad_tweaks and constrained dguide [PR95486]Patrick Palka2-1/+15
2020-07-29c++: abbreviated function template friend matching [PR96106]Patrick Palka2-0/+15
2020-07-29c++: constraints and explicit instantiation [PR96164]Patrick Palka3-12/+31
2020-07-30Daily bump.GCC Administrator9-1/+300
2020-07-29nvptx: Support floating point reciprocal instructionsRoger Sayle2-0/+27
2020-07-29Update gcc ja.po, sv.po.Joseph Myers2-7703/+509
2020-07-29libstdc++: Review _Local_iterator/_Local_const_iterator implementations.François Dumont3-61/+39
2020-07-29c++: Implement C++20 implicit move changes. [PR91427]Jason Merrill17-74/+279
2020-07-29c++: Avoid calling const copy ctor on implicit move. [PR91212]Jason Merrill2-3/+29
2020-07-29OpenMP: Handle order(concurrent) clause in gfortranTobias Burnus6-3/+286
2020-07-29preprocessor: Teach traditional about has_include [PR95889]Tiziano Müller3-1/+44
2020-07-29testsuite: libstdc++ atomic_float/value_init.cc requires libatomicDavid Edelsohn2-1/+5
2020-07-29Don't make -gsplit-dwarf imply -gFangrui Song2-10/+5
2020-07-29OpenMP: Permit in Fortran omp target data without mapTobias Burnus3-3/+54
2020-07-29arm: Enable no-writeback vldr.16/vstr.16.Joe Ramsay5-22/+105