aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-11-21ada: Fix misplaced index directive in documentationMarc Poulhiès2-14/+25
2023-11-21ada: Fix SCOs generation for aspect specificationsPierre-Marie de Rodat1-0/+7
2023-11-21ada: Always use -gnatg in run-time GPR filesRonan Desplanques1-1/+1
2023-11-21ada: Trivial typo fix in commentMarc Poulhiès1-1/+1
2023-11-21gcov: Formatting fixesJakub Jelinek1-7/+7
2023-11-21testsuite: Fix up pr111309-2.c on arm [PR111309]Jakub Jelinek1-2/+2
2023-11-21builtins: Fix fold_builtin_query clzg/ctzg side-effects handling [PR112639]Jakub Jelinek2-0/+36
2023-11-21[APX PPX] Support Intel APX PPXHongyu Wang11-36/+107
2023-11-21middle-end/112622 - adjust arm testcasesRichard Biener4-16/+16
2023-11-21tree-optimization/111970 - fix issue with SLP of emulated gather/scatterRichard Biener1-2/+4
2023-11-21LoongArch: Fix libgcc build failure when libc is not availableXi Ruoyao1-1/+9
2023-11-21RISC-V: Fix reduc_run-9.c test value check bugJuzhe-Zhong1-3/+2
2023-11-21Support reduc_{and,ior,xor}_scal_m for V4HI/V8QI/V4QImodeliuhongt3-2/+70
2023-11-21Daily bump.GCC Administrator4-1/+613
2023-11-20Trivial typo fix in variadicMarc Poulhiès3-10/+10
2023-11-20gcov: Use unshare_expr() in gen_counter_update()Sebastian Huber1-1/+1
2023-11-20inter-procedural value range propagationJan Hubicka38-32/+283
2023-11-20tree-optimization/112618 - unused .MASK_CALLRichard Biener2-1/+36
2023-11-20tree-optimization/112281 - loop distribution and zero dependence distancesRichard Biener3-4/+50
2023-11-20middle-end/112622 - convert and vector-to-floatRichard Biener5-11/+20
2023-11-20RISC-V: Fix intermediate mode on slide1 instruction for SEW64 on RV32Juzhe-Zhong3-29/+17
2023-11-20RISC-V: Disallow 64-bit indexed loads and stores for rv32gcv.Robin Dapp131-129/+2008
2023-11-20arm: [MVE intrinsics] rework vldq1 vst1qChristophe Lyon5-287/+69
2023-11-20arm: [MVE intrinsics] fix vst1 testsChristophe Lyon8-16/+16
2023-11-20arm: [MVE intrinsics] add load and store shapesChristophe Lyon2-0/+69
2023-11-20arm: [MVE intrinsics] Add support for contiguous loads and storesChristophe Lyon3-1/+199
2023-11-20arm: [MVE intrinsics] Add support for void and load/store pointers as argumen...Christophe Lyon2-0/+42
2023-11-20arm: Fix arm_simd_types and MVE scalar_typesChristophe Lyon2-22/+22
2023-11-20RISC-V Regression: Remove scalable compile optionJuzhe-Zhong1-1/+0
2023-11-20c, c++: Add new value for vector types for __builtin_classify_typeJakub Jelinek4-6/+19
2023-11-20vect: Add bool pattern handling for COND_OPs.Robin Dapp2-8/+39
2023-11-20tree-ssa-math-opts: popcount (X) == 1 to (X ^ (X - 1)) > (X - 1) optimization...Jakub Jelinek4-2/+88
2023-11-20tree-ssa-math-opts: popcount (X) == 1 to (X ^ (X - 1)) > (X - 1) optimization...Jakub Jelinek2-1/+104
2023-11-20internal-fn: Always undefine DEF_INTERNAL* macros at the end of internal-fn.defJakub Jelinek2-16/+6
2023-11-20testsuite: arm: fix arm_movt cut&pastoAlexandre Oliva1-1/+1
2023-11-20testsuite: analyzer: expect alignment warning with -fshort-enumsAlexandre Oliva2-2/+2
2023-11-20testsuite: scev: expect fail on ilp32Alexandre Oliva3-3/+6
2023-11-20Initial support for AVX10.1Haochen Jiang36-18/+579
2023-11-19c++: compare one level of template parmsJason Merrill1-57/+33
2023-11-19c++: add DECL_IMPLICIT_TEMPLATE_PARM_P macroJason Merrill4-3/+23
2023-11-20Add i?86-*-* and x86_64-*-* to vect_logical_reducliuhongt1-1/+2
2023-11-20Support reduc_{plus,xor,and,ior}_scal_m for vector integer mode.liuhongt3-3/+199
2023-11-20RISC-V: Implement -mmemcpy-strategy= options[PR112537]xuli9-1/+80
2023-11-20LoongArch: Modify MUSL_DYNAMIC_LINKER.Lulu Cheng1-3/+3
2023-11-20Daily bump.GCC Administrator7-1/+145
2023-11-20RISC-V: Optimize constant AVL for LRA patternJuzhe-Zhong2-3/+33
2023-11-19c++: Set DECL_CONTEXT for __cxa_thread_atexit [PR99187]Nathaniel Shead3-2/+27
2023-11-19[committed] RISC-V: Infrastructure for instruction fusionPhilipp Tomsich3-35/+314
2023-11-19[committed] Fix missing mode on a few unspec/unspec_volatile operandsJeff Law5-11/+11
2023-11-19testsuite: Don't use -mfloat128 with AIX.David Edelsohn1-3/+3