aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-09testsuite: Fix up testcase for ia32 [PR98191]Jakub Jelinek1-0/+1
2020-12-08c++: ICE with -fsanitize=vptr and constexpr dynamic_cast [PR98103]Marek Polacek2-1/+35
2020-12-08libgo: update to 1.15.6 releaseIan Lance Taylor11-21/+202
2020-12-08c++: Originating and instantiating moduleNathan Sidwell4-0/+66
2020-12-08c++: Fix defaulted <=> fallback to < and == [PR96299]Jason Merrill7-31/+222
2020-12-08c++: Distinguish ambiguity from no valid candidateJason Merrill1-0/+4
2020-12-08Avoid atomic for guard acquire when that is expensiveBernd Edlinger1-4/+29
2020-12-08if-to-switch: fix matching of negative conditionsMartin Liska3-0/+68
2020-12-08c++: template and clone fns for modulesNathan Sidwell3-20/+28
2020-12-08Raw tree accessorsNathan Sidwell1-9/+12
2020-12-08compiler: use correct location for iota errorsIan Lance Taylor4-11/+99
2020-12-08libgcc: block signals when releasing split-stack memoryIan Lance Taylor1-0/+14
2020-12-08arm: Replace calls to __builtin_vmvn* by ~ in vmvn intrinsics in arm_neon.h [...Prathamesh Kulkarni2-15/+14
2020-12-08c++: Named module global initializersNathan Sidwell2-45/+92
2020-12-08Fortran: Add 'omp scan' support of OpenMP 5.0Tobias Burnus20-41/+669
2020-12-08i386: Fix up X87_ENABLE_{FLOAT,ARITH} in conditions [PR94440]Jakub Jelinek6-8/+95
2020-12-08c++: Fix MODULE_VERSION breakageNathan Sidwell2-1/+3
2020-12-08c++: Mangling for modulesNathan Sidwell3-3/+101
2020-12-08libstdc++: Adjust whitespace in documentationJonathan Wakely2-2/+2
2020-12-08c++: module directive FSMNathan Sidwell3-1/+222
2020-12-08c++: Add module includesNathan Sidwell2-1/+55
2020-12-08testsuite: i386: Require avx512vpopcntdq in two testsRainer Orth2-0/+3
2020-12-08testsuite: i386: Require ifunc support in gcc.target/i386/pr98100.cRainer Orth1-0/+1
2020-12-08tree-optimization/98192 - fix double free in SLPRichard Biener1-1/+1
2020-12-08testsuite/95900 - fix gcc.dg/vect/bb-slp-pr95866.c target requirementRichard Biener1-1/+1
2020-12-08contrib: filter more in filter-clang-warnings.pyMartin Liska1-3/+5
2020-12-08testsuite: Avoid strict aliasing violations in some avx512 testsJakub Jelinek8-16/+40
2020-12-08contrib: modernize filter-clang-warnings.pyMartin Liska1-17/+24
2020-12-08openmp: -fopenmp-simd fixes [PR98187]Jakub Jelinek3-1/+113
2020-12-08tree-optimization/98191 - fix BIT_INSERT_EXPR sequence vectorizationRichard Biener2-1/+12
2020-12-08tree-optimization/97559 - fix sinking in irreducible regionsRichard Biener3-5/+48
2020-12-08gimple-isel: Fold x CMP y ? -1 : 0 to x CMP y [PR97872]Prathamesh Kulkarni2-0/+26
2020-12-08tree-optimization/98180 - fix BIT_INSERT_EXPR sequence vectorizationRichard Biener1-1/+3
2020-12-08Fix PR target/96470Eric Botcazou1-0/+1
2020-12-08PR tree-optimization/96344Eric Botcazou1-14/+46
2020-12-08PR target/98152: Checking python is available before usingKito Cheng1-1/+4
2020-12-07syscall: don't use AF_LINK on hurdIan Lance Taylor3-2/+103
2020-12-08Daily bump.GCC Administrator7-1/+204
2020-12-07C: Fix atomic loads. [PR97981]Martin Uecker3-4/+19
2020-12-07builtins: Avoid ICE with __builtin_clear_padding on POINTERS_EXTEND_UNSIGNED ...Jakub Jelinek2-2/+12
2020-12-07compiler: type of string index expression is byteIan Lance Taylor7-25/+53
2020-12-07c++: ICE with switch and scoped enum bit-fields [PR98043]Marek Polacek2-4/+45
2020-12-07go-test.exp: don't quote already-quoted parenthesesIan Lance Taylor1-2/+2
2020-12-07compiler: don't name type descriptor for alias typeIan Lance Taylor2-2/+2
2020-12-07c-family: Fix hang with -Wsequence-point [PR98126]Marek Polacek2-5/+80
2020-12-07c++: Adjust array type constructionNathan Sidwell2-12/+30
2020-12-07c++: check alias match for specializations [PR98116]Nathan Sidwell3-32/+68
2020-12-07Fix location info in ipa_param_body_adjustments::modify_call_stmtBernd Edlinger1-0/+2
2020-12-07doc: "used" attribute saves decls from linker garbage collectionJozef Lawrynowicz1-0/+16
2020-12-07tree-optimization/98113 - vectorize a sequence of BIT_INSERT_EXPRsRichard Biener3-21/+200