aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-16Implement new RTL optimizations pass: fold-mem-offsetsManolis Tsamis10-1/+974
2023-10-16d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.Iain Buclaw112-1941/+2727
2023-10-16MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p.Andrew Pinski3-20/+104
2023-10-16[PR31531] MATCH: Improve ~a < ~b and ~a < CST, allow a nop cast inbetween ~ a...Andrew Pinski3-4/+59
2023-10-16c++: improve fold-expr locationJason Merrill7-54/+66
2023-10-16c++: fix truncated diagnostic in C++23 [PR111272]Marek Polacek2-1/+30
2023-10-16ARC: Split asl dst,1,src into bset dst,0,src to implement 1<<x.Roger Sayle1-0/+16
2023-10-16s390: Fix expander popcountv8hi2_vxStefan Schulze Frielinghaus1-8/+8
2023-10-16RISC-V: Use VLS modes if the NITERS is known and smaller than VLS mode elements.Juzhe-Zhong2-4/+73
2023-10-16use more get_range_queryJiufu Guo5-17/+6
2023-10-16Support 32/64-bit vectorization for conversion between _Float16 and integer/f...liuhongt3-25/+262
2023-10-16Enable vectorization for V2HF/V4HF rounding operations and sqrt.liuhongt6-11/+521
2023-10-16Daily bump.GCC Administrator10-1/+110
2023-10-15libgomp.texi: Update "Enabling OpenMP" + OpenACC / invoke.texi: -fopenacc/-fo...Tobias Burnus3-26/+36
2023-10-15libgomp.texi: Improve "OpenACC Environment Variables"Tobias Burnus1-11/+20
2023-10-15libgomp.texi: Use present not future tenseTobias Burnus1-62/+62
2023-10-15sim: add distclean dep for gnulibMike Frysinger2-0/+2
2023-10-15middle-end: Improved RTL expansion of 1LL << x.Roger Sayle1-21/+26
2023-10-15modula2: Add m2.etags rule to gcc/m2/Make-lang.inGaius Mulley1-0/+6
2023-10-15wide-int: Fix estimation of buffer sizes for wide_int printing [PR111800]Jakub Jelinek7-33/+69
2023-10-15d: Merge upstream dmd, druntime f9efc98fd7, phobos a3f22129d.Iain Buclaw190-1427/+2771
2023-10-15combine: Fix handling of unsigned constantsStefan Schulze Frielinghaus1-2/+2
2023-10-15RISC-V: Fix vsingle attributeJuzhe-Zhong1-1/+1
2023-10-15Daily bump.GCC Administrator7-1/+150
2023-10-14libgomp.fortran/allocate-6.f90: Run with -fdump-tree-gimpleTobias Burnus1-2/+3
2023-10-14Fix ICE in set_cell_span, at text-art/table.cc:148 with D front-end and -fana...Iain Buclaw4-7/+66
2023-10-14d: Reduce code duplication of writing generated files.Iain Buclaw1-62/+29
2023-10-14libgomp.texi: Note to 'Memory allocation' sect and missing mem-memory routinesTobias Burnus1-15/+367
2023-10-14Fortran: Support OpenMP's 'allocate' directive for stack varsTobias Burnus26-99/+1484
2023-10-14middle-end: Allow _BitInt(65535) [PR102989]Jakub Jelinek9-62/+116
2023-10-14RISC-V: Remove redundant iterators.Juzhe-Zhong1-110/+0
2023-10-14Daily bump.GCC Administrator6-1/+275
2023-10-13Fortran: name conflict between internal procedure and derived type [PR104351]Harald Anlauf3-2/+18
2023-10-13fortran: fix handling of options -ffpe-trap and -ffpe-summary [PR110957]Harald Anlauf2-5/+10
2023-10-13Do not add partial equivalences with no uses.Andrew MacLeod1-0/+9
2023-10-13OMP SIMD inbranch call vectorization for AVX512 style masksRichard Biener4-30/+175
2023-10-13Add support for SLP vectorization of OpenMP SIMD clone callsRichard Biener4-29/+196
2023-10-13RISC-V Regression: Fix FAIL of bb-slp-68.c for RVVJuzhe-Zhong1-1/+1
2023-10-13RISC-V: Refine run test cases of math autovecPan Li12-136/+140
2023-10-13RISC-V: Add test for FP llfloor auto vectorizationPan Li3-0/+114
2023-10-13RISC-V: Add test for FP ifloor auto vectorizationPan Li3-0/+112
2023-10-13RISC-V: Add test for FP iceil auto vectorizationPan Li3-0/+112
2023-10-13RISC-V: Add test for FP llceil auto vectorizationPan Li3-0/+114
2023-10-13C99 testsuite readiness: Some verified test case adjustmentsFlorian Weimer7-20/+19
2023-10-13C99 test suite readiness: Some unverified test case adjustmentsFlorian Weimer8-9/+20
2023-10-13C99 test suite readiness: Mark some C89 testsFlorian Weimer5-0/+5
2023-10-13or1k: Fix -Wincompatible-pointer-types warning during libgcc buildFlorian Weimer1-1/+1
2023-10-13arc: Fix -Wincompatible-pointer-types warning during libgcc buildFlorian Weimer1-1/+1
2023-10-13riscv: Fix -Wincompatible-pointer-types warning during libgcc buildFlorian Weimer1-1/+1
2023-10-13csky: Fix -Wincompatible-pointer-types warning during libgcc buildFlorian Weimer1-1/+1