aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-22configure: Implement --enable-host-bind-nowMarek Polacek7-5/+83
2023-06-22Change fma_reassoc_width tuning for ampere1Di Zhao OS1-1/+1
2023-06-22libgomp.texi: Improve OpenMP ICV descriptionTobias Burnus1-12/+117
2023-06-22tree-optimization/110332 - fix ICE with phipropRichard Biener4-3/+46
2023-06-22i386: Convert ptestz of pandn into ptestc.Roger Sayle11-10/+259
2023-06-21analyzer: add text-art visualizations of out-of-bounds accesses [PR106626]David Malcolm54-148/+4383
2023-06-21diagnostics: add support for "text art" diagramsDavid Malcolm50-33/+7760
2023-06-21testsuite: move handle-multiline-outputs to before check for blank linesDavid Malcolm6-15/+21
2023-06-21compiler: determine types of Slice_{value,info} expressionsIan Lance Taylor3-4/+13
2023-06-22Daily bump.GCC Administrator5-1/+317
2023-06-21function: Change return type of predicate function from int to boolUros Bizjak2-45/+42
2023-06-21c-family: implement -ffp-contract=onAlexander Monakov5-6/+89
2023-06-21Fortran: Fix some bugs in associate [PR87477]Paul Thomas12-29/+286
2023-06-21Fortran: Seg fault passing string to type cptr dummy [PR108961].Paul Thomas2-1/+30
2023-06-21vect: Add testcases for unsigned conversions [PR110018]Uros Bizjak2-10/+104
2023-06-21aarch64: Avoid same input and output Z register for gather loadsKyrylo Tkachov4-71/+263
2023-06-21aarch64: Convert SVE gather patterns to compact syntaxKyrylo Tkachov2-191/+211
2023-06-21Revert "aarch64: Convert SVE gather patterns to compact syntax"Kyrylo Tkachov2-275/+191
2023-06-21Move can_vec_mask_load_store_p and get_len_load_store_mode from "optabs-query...Ju-Zhe Zhong5-69/+68
2023-06-21Less strip_offset in IVOPTsRichard Biener1-3/+4
2023-06-21Less strip_offset in IVOPTsRichard Biener1-4/+4
2023-06-21Hide IVOPTs strip_offsetRichard Biener3-6/+9
2023-06-21aarch64: Convert SVE gather patterns to compact syntaxKyrylo Tkachov2-191/+275
2023-06-21docs: replace backslashchar [PR 110329].Tamar Christina1-1/+1
2023-06-21[i386] Reject too large vectors for partial vector vectorizationRichard Biener3-0/+51
2023-06-21x86: make VPTERNLOG* usable on less than 512-bit operands with just AVX512FJan Beulich3-11/+59
2023-06-21x86: add -mprefer-vector-width=512 to new avx512f-dupv2di.c testcaseJan Beulich1-1/+1
2023-06-21Use intermiediate integer type for float_expr/fix_trunc_expr when direct opta...liuhongt2-2/+158
2023-06-21Daily bump.GCC Administrator7-1/+642
2023-06-20gensupport: drop suppport for define_cond_exec from compact syntacTamar Christina1-2/+2
2023-06-20libcpp: Improve location for macro names [PR66290]Lewis Hyatt29-342/+405
2023-06-20aarch64: Fix gcc.target/aarch64/sve/pcs failuresRichard Sandiford67-92/+95
2023-06-20aarch64: Robustify stack tie handlingRichard Sandiford2-7/+18
2023-06-20tree-ssa-math-opts: Small uaddc/usubc pattern matching improvement [PR79173]Jakub Jelinek2-0/+38
2023-06-20calls: Change return type of predicate function from int to boolUros Bizjak2-82/+86
2023-06-20runtime: use a C function to call mmapIan Lance Taylor6-16/+39
2023-06-20ipa-sra: Disable candidates with no known callers (PR 110276)Martin Jambor2-0/+26
2023-06-20ipa-cp: Avoid long linear searches through DECL_ARGUMENTSMartin Jambor3-33/+131
2023-06-20rs6000: Add builtins for IEEE 128-bit floating point valuesCarl Love9-26/+307
2023-06-20libstdc++: Remove redundant code in std::to_arrayJonathan Wakely1-2/+2
2023-06-20RISC-V: testsuite: Add missing -mabi=lp64d.Robin Dapp9-9/+9
2023-06-20RISC-V: Set the natural size of constant vector mask modes to one RVV data ve...Li Xu2-0/+16
2023-06-20RISC-V: Optimize codegen of VLA SLPJuzhe-Zhong4-45/+128
2023-06-20RISC-V: testsuite: Add -Wno-psabi to vec_set/vec_extract testcases.Robin Dapp10-10/+10
2023-06-20RISC-V: Fix compiler warning of riscv_arg_has_vectorLehua Ding1-2/+4
2023-06-20RISC-V: testsuite: Fix vmul test expectation and fix -ffast-math.Robin Dapp5-3/+5
2023-06-20Fortran: Fix parse-dump-tree for OpenMP ALLOCATE clauseTobias Burnus1-3/+6
2023-06-20ada: Minor tweaksEric Botcazou1-8/+6
2023-06-20ada: Fix crash on inlining in GNATproveYannick Moy1-0/+9
2023-06-20ada: Further fixes to handling of private views in instancesEric Botcazou9-237/+219