aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-12Improve diff-ability of scheduler logslinaro-local/maxim.kuvyrkov/pr91598Maxim Kuvyrkov
2021-08-12Add missing entry for rank_for_schedule stats.Maxim Kuvyrkov
2021-08-12Improve autoprefetcher heuristic (partly fix regression in PR91598)Maxim Kuvyrkov
2021-08-12i386: Fix up V32HImode permutations with -mno-avx512bw [PR101860]Jakub Jelinek
2021-08-12openmp: Diagnose syntax mismatches between declare target and end declare targetJakub Jelinek
2021-08-12openmp: Diagnose another case of mixing parameter and attribute syntaxJakub Jelinek
2021-08-12c++: Fix ICE on defaulted spaceship with pointer return type [PR94162]Jakub Jelinek
2021-08-12openmp: Diagnose omp::directive/sequence on using-directiveJakub Jelinek
2021-08-12c++: Fix up parsing of attributes for using-directiveJakub Jelinek
2021-08-12Make -no-pie option work for native WindowsEric Botcazou
2021-08-12Combine avx_vec_concatv16si and avx512f_zero_extendv16hiv16si2_1 to avx512f_z...liuhongt
2021-08-11c++: constexpr std::construct_at on empty field [PR101663]Patrick Palka
2021-08-12Daily bump.GCC Administrator
2021-08-11libstdc++: Fix test that fails randomly [PR101866]Jonathan Wakely
2021-08-11rs6000: Add available-everywhere and ancient builtinsBill Schmidt
2021-08-11rs6000: Add VSX builtinsBill Schmidt
2021-08-11rs6000: Add the rest of the [altivec] stanza to the builtins fileBill Schmidt
2021-08-11c++: parameterized requires-expr as default argument [PR101725]Patrick Palka
2021-08-11c++: Optimize constinit thread_local vars [PR101786]Jakub Jelinek
2021-08-11c++: recognize class-scope non-template dguides [PR79501]Patrick Palka
2021-08-11c++: most vexing parse and braced CTAD [PR89062]Patrick Palka
2021-08-11libstdc++: Define std::is_pointer_interconvertible_base_of for C++20Jonathan Wakely
2021-08-11libstdc++: Fix missing descriptions in ChangeLog entriesJonathan Wakely
2021-08-11Fortran: Fix c_float128 and c_float128_complex definitions.Sandra Loosemore
2021-08-11Fix gcc.dg/lto/pr48622_0.c testcaseRichard Biener
2021-08-11target/101788 - avoid decomposing hard-register "loads"Richard Biener
2021-08-11Adjust volatile handling of the operand scannerRichard Biener
2021-08-11Small tweak to expand_used_varsEric Botcazou
2021-08-11Fix min_flags handling in mod-refJan Hubicka
2021-08-11middle-end/101858 - avoid shift of pointer in foldingRichard Biener
2021-08-11tree-optimization/101861 - fix gather use for non-gather refsRichard Biener
2021-08-11arm/66791: Replace builtins for vdup_n and vmov_n intrinsics.prathamesh.kulkarni
2021-08-11sanitizer: Cherry-pick realpath fixJakub Jelinek
2021-08-11Ada: Remove debug line number for DECL_IGNORED_P functionsBernd Edlinger
2021-08-10compiler: don't crash on a, b := int(0)Ian Lance Taylor
2021-08-11Extend ldexp{s,d}f3 to vscalefs{s,d} when TARGET_AVX512F and TARGET_SSE_MATH.liuhongt
2021-08-11gcc.dg/uninit-pred-9_b.c: Xfail for CRIS tooHans-Peter Nilsson
2021-08-11Daily bump.GCC Administrator
2021-08-10openmp: Fix up cp/parser.c build with GCC 4.8 to 6Jakub Jelinek
2021-08-10mklog: support '-b c/101343' format.Martin Liska
2021-08-10gfortran: Fix in-build-tree testing [PR101305, PR101660]Tobias Burnus
2021-08-10Enable gcc.target/i386/pr88531-1a.c for all targetsH.J. Lu
2021-08-10i386: Allow some V32HImode and V64QImode permutations even without AVX512BW [...Jakub Jelinek
2021-08-10tree-optimization/101809 - support emulated gather for double[int]Richard Biener
2021-08-10i386: Improve single operand AVX512F permutations [PR80355]Jakub Jelinek
2021-08-10openmp: Add support for declare simd and declare variant in a attribute syntaxJakub Jelinek
2021-08-10i386: Fix typos in amxbf16 runtime test.Hongyu Wang
2021-08-10tree-optimization/101801 - rework generic vector vectorization moreRichard Biener
2021-08-10middle-end/101824 - properly handle volatiles in nested fn loweringRichard Biener
2021-08-10Evaluate arguments of sizeof that are structs of variable size.Martin Uecker