aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-08-12openmp: Add support for OpenMP 5.1 masked constructJakub Jelinek40-40/+886
2021-08-12libcpp: Fix ICE with -Wtraditional preprocessing [PR101638]Jakub Jelinek1-0/+7
2021-08-12Fix typo in fold-vec-load-builtin_vec_xl-* tests.Michael Meissner6-6/+6
2021-08-12[i386] Introduce scalar version of avx512f_vmscalef.Uros Bizjak2-9/+19
2021-08-12Fix condition testing void functions in ipa-split.Jan Hubicka1-2/+3
2021-08-12c++: fix ptrmemfunc template instantiation [PR101219]Sergei Trofimovich2-1/+18
2021-08-12Evaluate type arguments of sizeof that are structs of variable size [PR101838]Martin Uecker2-1/+40
2021-08-12Remove legacy back threader.Aldy Hernandez5-508/+61
2021-08-12OpenMP 5.1: Add proc-bind 'primary' supportTobias Burnus11-7/+48
2021-08-12arc: Small data doesn't need fcommon optionClaudiu Zissulescu2-6/+1
2021-08-12gfortran.dg/PR82376.f90: Avoid matching a file-pathHans-Peter Nilsson1-2/+3
2021-08-12i386: Fix up V32HImode permutations with -mno-avx512bw [PR101860]Jakub Jelinek2-0/+12
2021-08-12openmp: Diagnose syntax mismatches between declare target and end declare targetJakub Jelinek5-9/+69
2021-08-12openmp: Diagnose another case of mixing parameter and attribute syntaxJakub Jelinek2-0/+27
2021-08-12c++: Fix ICE on defaulted spaceship with pointer return type [PR94162]Jakub Jelinek3-0/+42
2021-08-12openmp: Diagnose omp::directive/sequence on using-directiveJakub Jelinek2-1/+12
2021-08-12c++: Fix up parsing of attributes for using-directiveJakub Jelinek6-9/+58
2021-08-12Make -no-pie option work for native WindowsEric Botcazou5-0/+60
2021-08-12Combine avx_vec_concatv16si and avx512f_zero_extendv16hiv16si2_1 to avx512f_z...liuhongt2-0/+314
2021-08-11c++: constexpr std::construct_at on empty field [PR101663]Patrick Palka6-183/+85
2021-08-12Daily bump.GCC Administrator6-1/+229
2021-08-11rs6000: Add available-everywhere and ancient builtinsBill Schmidt1-0/+76
2021-08-11rs6000: Add VSX builtinsBill Schmidt1-0/+857
2021-08-11rs6000: Add the rest of the [altivec] stanza to the builtins fileBill Schmidt3-4/+836
2021-08-11c++: parameterized requires-expr as default argument [PR101725]Patrick Palka6-3/+41
2021-08-11c++: Optimize constinit thread_local vars [PR101786]Jakub Jelinek2-0/+27
2021-08-11c++: recognize class-scope non-template dguides [PR79501]Patrick Palka2-19/+54
2021-08-11c++: most vexing parse and braced CTAD [PR89062]Patrick Palka2-4/+19
2021-08-11Fortran: Fix c_float128 and c_float128_complex definitions.Sandra Loosemore2-6/+21
2021-08-11Fix gcc.dg/lto/pr48622_0.c testcaseRichard Biener1-0/+6
2021-08-11target/101788 - avoid decomposing hard-register "loads"Richard Biener1-1/+2
2021-08-11Adjust volatile handling of the operand scannerRichard Biener2-10/+6
2021-08-11Small tweak to expand_used_varsEric Botcazou1-6/+3
2021-08-11Fix min_flags handling in mod-refJan Hubicka2-11/+62
2021-08-11middle-end/101858 - avoid shift of pointer in foldingRichard Biener2-0/+11
2021-08-11tree-optimization/101861 - fix gather use for non-gather refsRichard Biener1-1/+2
2021-08-11arm/66791: Replace builtins for vdup_n and vmov_n intrinsics.prathamesh.kulkarni3-73/+63
2021-08-11Ada: Remove debug line number for DECL_IGNORED_P functionsBernd Edlinger1-1/+3
2021-08-10compiler: don't crash on a, b := int(0)Ian Lance Taylor2-3/+14
2021-08-11Extend ldexp{s,d}f3 to vscalefs{s,d} when TARGET_AVX512F and TARGET_SSE_MATH.liuhongt3-8/+83
2021-08-11gcc.dg/uninit-pred-9_b.c: Xfail for CRIS tooHans-Peter Nilsson1-1/+1
2021-08-11Daily bump.GCC Administrator5-1/+185
2021-08-10openmp: Fix up cp/parser.c build with GCC 4.8 to 6Jakub Jelinek1-2/+2
2021-08-10gfortran: Fix in-build-tree testing [PR101305, PR101660]Tobias Burnus1-1/+1
2021-08-10Enable gcc.target/i386/pr88531-1a.c for all targetsH.J. Lu1-1/+1
2021-08-10i386: Allow some V32HImode and V64QImode permutations even without AVX512BW [...Jakub Jelinek2-4/+32
2021-08-10tree-optimization/101809 - support emulated gather for double[int]Richard Biener1-17/+30
2021-08-10i386: Improve single operand AVX512F permutations [PR80355]Jakub Jelinek2-0/+107
2021-08-10openmp: Add support for declare simd and declare variant in a attribute syntaxJakub Jelinek6-28/+726
2021-08-10i386: Fix typos in amxbf16 runtime test.Hongyu Wang1-3/+3