aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-29gcc-changelog: fix combining of arguments.Martin Liska1-1/+1
2020-07-29Fortran : Don't warn for LOGICAL kind conversion PR96319Mark Eggleston2-2/+16
2020-07-29tree-optimization/96349 - avoid abnormal coalescing issues in loop splitRichard Biener2-0/+35
2020-07-29more SCEV cache clearingRichard Biener2-1/+7
2020-07-29tree-optimization/95679 - properly signal changes from propagate_into_phi_argsRichard Biener2-5/+12
2020-07-29gcc/fortran/module.c: Fix indentationTobias Burnus1-4/+4
2020-07-29Fortran : ICE in gfc_conv_scalarized_array_ref PR53298Mark Eggleston2-1/+16
2020-07-29libstdc++: Fix unordered containers move constructors noexcept qualificationFrançois Dumont16-27/+812
2020-07-29vect: Fix infinite loop while determining peeling amountStefan Schulze Frielinghaus1-1/+1
2020-07-29OpenMP: Add 'omp requires' to Fortran (mostly parsing)Tobias Burnus15-10/+648
2020-07-29config/mmix/mmix.h (NO_FUNCTION_CSE): Define to 1.Hans-Peter Nilsson1-0/+3
2020-07-29mmix.h (ASM_OUTPUT_EXTERNAL): Define to default_elf_asm_output_external.Hans-Peter Nilsson1-0/+5
2020-07-29Daily bump.GCC Administrator6-1/+146
2020-07-28ipa/96291: don't crash on unoptimized lto functionsSergei Trofimovich5-2/+28
2020-07-28middle-end: Parity and popcount folding optimizations.Roger Sayle7-13/+196
2020-07-28c++: Set more DECL_CONTEXTsNathan Sidwell3-8/+8
2020-07-28c++: better fixup_type_variantsNathan Sidwell1-6/+4
2020-07-28c++: tree dump indentationNathan Sidwell1-6/+24
2020-07-28testsuite: Fix spelloNathan Sidwell1-2/+2
2020-07-28c++: Fix up cp_lexer_safe_previous_token [PR96328]Jakub Jelinek2-33/+49
2020-07-28libcpp: Fix up raw string literal parsing error-recovery [PR96323]Jakub Jelinek2-1/+10
2020-07-28nvptx: Support 16-bit shifts and extendqihi2Tom de Vries3-9/+59
2020-07-28preprocessor: Simplify read_mainNathan Sidwell1-6/+3
2020-07-28libstdc++: Do not over-size hashtable buckets on range insertionFrançois Dumont4-45/+210
2020-07-28testsuite: Fix up nontype-subob1.C for targets with short int, int or long lo...Jakub Jelinek1-1/+1
2020-07-28expander: Fix ICE in maybe_warn_rdwr_sizes [PR96335]Jakub Jelinek2-18/+14
2020-07-27vect: Refactor peel_iters_{pro,epi}logue cost modelingKewen Lin1-125/+142
2020-07-28Daily bump.GCC Administrator10-1/+360
2020-07-27compiler,runtime: pass only ptr and len to some runtime callsIan Lance Taylor8-98/+108
2020-07-27compiler: for package-scope "a = b; b = x" just set "a = x"Ian Lance Taylor2-8/+31
2020-07-28gcc.dg/torture/pr39074-2.c, pr39074.c, pta-callused-1.c: Adjust for mmix.Hans-Peter Nilsson3-5/+5
2020-07-27Update gcc .po files.Joseph Myers19-91473/+92935
2020-07-27common: Use strcmp to compare location file namesNathan Sidwell4-4/+94
2020-07-27c++: Name as_base typeNathan Sidwell3-2/+10
2020-07-27Diagnose just-past-the-end references for minor array bounds.Martin Sebor2-2/+139
2020-07-27libstdc++: Review _Hashtable count, equal_range _M_erase(false_type,) codeFrançois Dumont2-102/+118
2020-07-27driver: fix a problem with implementation of -falign-foo=0 [PR96247]Hu Jiangping1-6/+22
2020-07-27compiler: scan all function literals for escape analysisIan Lance Taylor2-12/+19
2020-07-27openacc: Deep copy attach/detach should not affect reference countsJulian Brown8-26/+324
2020-07-27libstdc++: Make std::from_chars always round to nearestJonathan Wakely4-2/+74
2020-07-27expr: build string_constant only for a char typeMartin Liska1-9/+14
2020-07-27Remove useless backedge markingRichard Biener1-1/+0
2020-07-27Do not expand vector comparison with VEC_COND_EXPR.Martin Liska2-2/+36
2020-07-27LTO: Add -fcf-protection=checkH.J. Lu6-11/+74