aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2023-11-19libcpp: split decls out to rich-location.hDavid Malcolm11-0/+12
2023-11-19RISC-V: Fix bug of tuple move splitterJuzhe-Zhong2-0/+20
2023-11-18analyzer: new warning: -Wanalyzer-undefined-behavior-strtok [PR107573]David Malcolm19-17/+619
2023-11-19Daily bump.GCC Administrator5-1/+402
2023-11-19LoongArch: Fix "-mexplict-relocs=none -mcmodel=medium" producing %call36 when...Xi Ruoyao1-4/+2
2023-11-19LoongArch: Add fine-grained control for LAM_BH and LAMCASXi Ruoyao7-10/+27
2023-11-19LoongArch: Don't emit dbar 0x700 if -mld-seq-saXi Ruoyao2-5/+6
2023-11-19LoongArch: Take the advantage of -mdiv32 if it's enabledXi Ruoyao3-5/+68
2023-11-19LoongArch: Add evolution features of base ISA revisionsXi Ruoyao3-18/+52
2023-11-19LoongArch: genopts: Add infrastructure to generate code for new features in I...Xi Ruoyao10-36/+245
2023-11-19LoongArch: Fix internal error running "gcc -march=native" on LA664Xi Ruoyao5-0/+9
2023-11-18gcov: Improve -fprofile-update=atomicSebastian Huber3-9/+111
2023-11-18gcov: Add gen_counter_update()Sebastian Huber1-71/+62