aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-09-20Fortran: F2018 type(*),dimension(*) with scalars [PR104143]Tobias Burnus4-2/+43
2022-09-20Fortran: error recovery on invalid ARRAY argument to FINDLOC [PR106986]Harald Anlauf2-0/+9
2022-09-20Fortran: NULL pointer dereference in invalid simplification [PR106985]Harald Anlauf2-1/+10
2022-09-20c++: xtreme-header modules tests cleanupsPatrick Palka3-44/+28
2022-09-20c++: modules and non-dependent auto deductionPatrick Palka4-0/+24
2022-09-20Fortran: Fix function attributes [PR100132]José Rui Faustino de Sousa2-2/+88
2022-09-20frange::maybe_isnan() should return FALSE for undefined ranges.Aldy Hernandez1-0/+2
2022-09-20frange::set_nonnegative should not contain -NAN.Aldy Hernandez2-0/+23
2022-09-20Merge branch 'master' into devel/sphinxMartin Liska27-30/+193
2022-09-20fortran: add link to ISO_VARYING_STRING module [PR106636]Martin Liska1-1/+2
2022-09-20aarch64: Fix GTY markup for arm_sve.h [PR106491]Richard Sandiford1-4/+8
2022-09-20vect: Fix SLP layout handling of masked loads [PR106794]Richard Sandiford3-8/+77
2022-09-20vect: Fix missed gather load opportunityRichard Sandiford2-0/+43
2022-09-20[PR106970] New test for PR that has already been fixed.Aldy Hernandez1-0/+9
2022-09-20c++: stream PACK_EXPANSION_EXTRA_ARGS [PR106761]Patrick Palka4-0/+37
2022-09-20replace "the the" typosMartin Liska16-17/+17
2022-09-20Merge branch 'master' into devel/sphinxMartin Liska1-3/+1
2022-09-20fortran: remove 2 dead links [PR106636]Martin Liska1-3/+1
2022-09-20Merge branch 'master' into devel/sphinxMartin Liska180-2103/+6648
2022-09-20Support 64-bit vectorization for single-precision floating rounding operation.liuhongt2-0/+231
2022-09-20middle-end: handle bitop with an invariant induction.[PR105735]konglin13-10/+199
2022-09-20LoongArch: Prepare static PIE supportXi Ruoyao1-2/+4
2022-09-20frange: flush denormals to zeroAldy Hernandez2-0/+24
2022-09-20Adjust issue_rate for latest Intel processors.liuhongt1-0/+14
2022-09-20i386: Fixed vec_init_dup_v16bf [PR106887]konglin12-7/+112
2022-09-20Daily bump.GCC Administrator5-1/+29
2022-09-19c: Stray inform note with -Waddress [PR106947]Marek Polacek2-9/+32
2022-09-19Fortran: add IEEE_MODES_TYPE, IEEE_GET_MODES and IEEE_SET_MODESFrancois-Xavier Coudert1-0/+95
2022-09-19Improve sorry message for -fzero-call-used-regsTorbjörn SVENSSON1-2/+15
2022-09-19Fortran: F2018 rounding modes changesFrancois-Xavier Coudert2-0/+21
2022-09-19Daily bump.GCC Administrator3-1/+77
2022-09-18OpenMP: Push attaches to end of clause list in "target" regionsJulian Brown2-2/+37
2022-09-18RISC-V: Don't try to vectorize tree-ssa/gen-vect-34.cPalmer Dabbelt1-1/+1
2022-09-18[PR106831] Avoid propagating long doubles that may have multiple representati...Jakub Jelinek1-0/+15
2022-09-18Rewrite NAN and sign handling in frangeAldy Hernandez9-485/+481
2022-09-18Daily bump.GCC Administrator4-1/+31
2022-09-17Fix unsigned comparison warningJan-Benedict Glaw1-1/+1
2022-09-17c++: modules ICE with typename friendPatrick Palka3-2/+20
2022-09-17reassoc: Fix up recent regression in optimize_range_tests_cmp_bitwise [PR106958]Jakub Jelinek2-3/+19
2022-09-17Daily bump.GCC Administrator4-1/+48
2022-09-16Fix for an AutoFDO test.Eugene Rozenfeld1-3/+3
2022-09-16c++: 'mutable' member within constexpr [PR92505]Patrick Palka3-4/+32
2022-09-16c++: member fn in omp loc list [PR106858]Jason Merrill4-5/+18
2022-09-16Modernize ix86_builtin_vectorized_function with corresponding expanders.liuhongt2-181/+84
2022-09-16Daily bump.GCC Administrator12-1/+118
2022-09-15Fortran: catch NULL pointer dereferences while simplifying PACK [PR106857]Harald Anlauf2-1/+13
2022-09-15Fortran: error recovery for bad deferred character length assignment [PR104314]Harald Anlauf2-0/+10
2022-09-15float.h: Do not define INFINITY for C2x when infinities not supportedJoseph Myers3-3/+14
2022-09-15tree-optimization/106922 - PRE and virtual operand translationRichard Biener2-6/+103
2022-09-15Move void_list_node init to common codeRichard Biener11-31/+3