aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-11-21ada: Avoid Style_Checks pragmas affecting other unitsViljar Indus1-0/+17
2023-11-21ada: Fix type for SPARK expansion on deep delta aggregatesYannick Moy1-1/+1
2023-11-21ada: Further cleanup in finalization machineryEric Botcazou1-4/+1
2023-11-21ada: Fix string indexing within GNAT.Calendar.Time_IO.ValueJustin Squirek1-2/+2
2023-11-21ada: Small improvement to Null_Status functionEric Botcazou1-1/+1
2023-11-21ada: Further cleanup in finalization machineryEric Botcazou3-46/+2
2023-11-21ada: Use CLOCK_MONOTONIC on VxWorksDoug Rupp1-1/+2
2023-11-21ada: Deep delta aggregates cleanup.Steve Baird1-1/+1
2023-11-21ada: Small cleanup in finalization machineryEric Botcazou5-45/+8
2023-11-21ada: Runtime recompilation instructions improvements.Doug Rupp1-6/+7
2023-11-21ada: Deep delta aggregatesSteve Baird6-66/+522
2023-11-21ada: Fix Ada.Text_IO.Delete with "encoding=8bits" formRonan Desplanques6-10/+24
2023-11-21ada: Fix spurious error on call with default parameter in generic packageEric Botcazou2-5/+16
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