aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-12-18RISC-V: Enable vect test for RV32Juzhe-Zhong1-3/+4
2023-12-18RISC-V: Fix natural regsize for fixed-vlmax of -march=rv64gc_zve32fJuzhe-Zhong4-3/+102
2023-12-18tree-object-size: Robustify alloc_size attribute handling [PR113013]Jakub Jelinek2-9/+35
2023-12-18testsuite: Fix up abi-tag25a.C test for C++11Jakub Jelinek1-1/+1
2023-12-18RISC-V: Bugfix for the RVV const vectorPan Li1-1/+1
2023-12-18testsuite: Fix cpymem-1.c dump checks under different riscv-sim for RVV.xuli1-3/+26
2023-12-18LoongArch: Add support for D frontend.liushuyu4-0/+108
2023-12-18RISC-V: Add viota missed avl_type attributexuli2-1/+76
2023-12-18RISC-V: Fix POLY INT handle bugPan Li2-4/+45
2023-12-18Daily bump.GCC Administrator4-1/+61
2023-12-17Fortran: fix argument passing to CONTIGUOUS,TARGET dummy [PR97592]Harald Anlauf2-1/+237
2023-12-17LoongArch: Add alslsi3_extendXi Ruoyao1-0/+12
2023-12-17LoongArch: Fix instruction costs [PR112936]Xi Ruoyao3-29/+43
2023-12-17LoongArch: Include rtl.h for COSTS_N_INSNS instead of hard coding our ownXi Ruoyao1-2/+1
2023-12-17install: Streamline the hppa*-hp-hpux* sectionGerald Pfeifer1-21/+2
2023-12-17doc: Remove references to buildstat.htmlGerald Pfeifer1-52/+1
2023-12-17Daily bump.GCC Administrator9-1/+343
2023-12-17c++: Seed namespaces for bindings [PR106363]Nathaniel Shead3-3/+20
2023-12-16analyzer: add sarif properties for bounds checking diagnosticsDavid Malcolm7-0/+208
2023-12-16json: fix escaping of object keysDavid Malcolm1-40/+54
2023-12-16analyzer: use bit-level granularity for concrete bounds-checking [PR112792]David Malcolm6-183/+512
2023-12-16Fortran: Prevent unwanted finalization with -w option [PR112459]Paul Thomas3-2/+43
2023-12-16Fortran: Fix problems with class array function selectors [PR112834]Paul Thomas6-6/+109
2023-12-16c++: Fix unchecked use of CLASSTYPE_AS_BASE [PR113031]Nathaniel Shead2-1/+36
2023-12-16[aarch64] Add function multiversioning supportAndrew Carlotti18-57/+1139
2023-12-16Add support for target_version attributeAndrew Carlotti14-23/+124
2023-12-16ada: Improve attribute exclusion handlingAndrew Carlotti1-37/+33
2023-12-16c-family: Simplify attribute exclusion handlingAndrew Carlotti3-52/+34
2023-12-16aarch64: Fix +nopredres, +nols64 and +nomopsAndrew Carlotti3-10/+23
2023-12-16aarch64: Fix +nocrypto handlingAndrew Carlotti5-15/+43
2023-12-16Daily bump.GCC Administrator6-1/+453
2023-12-15[PATCH v4 2/3] RISC-V: Update XCValu constraints to match other vendorsMary Bennett2-9/+10
2023-12-15[PATCH v4 1/3] RISC-V: Add support for XCVelw extension in CV32E40PMary Bennett10-0/+60
2023-12-15[PATCH] RISC-V: Add -fno-vect-cost-model to pr112773 testcasePatrick O'Neill1-1/+1
2023-12-15Re: [PATCH] RISC-V: fix scalar crypto patternsJeff Law15-67/+298
2023-12-15fortran: Update degree trigs documentation.Jerry DeLisle2-22/+19
2023-12-15aarch64: Add new load/store pair fusion pass.Alex Coplan7-2/+2763
2023-12-15aarch64: Rewrite non-writeback ldp/stp patternsAlex Coplan8-334/+293
2023-12-15aarch64: Generalize writeback ldp/stp patternsAlex Coplan4-118/+261
2023-12-15aarch64: Fix up printing of ldp/stp with -msve-vector-bits=128Alex Coplan1-1/+7
2023-12-15aarch64: Fix up aarch64_print_operand xzr/wzr caseAlex Coplan2-2/+11
2023-12-15aarch64, testsuite: Fix up pr103147-10.[cC]Alex Coplan2-2/+2
2023-12-15aarch64, testsuite: Allow ldp/stp on SVE regs with -msve-vector-bits=128Alex Coplan2-0/+61
2023-12-15aarch64, testsuite: Fix up auto-init-padding testsAlex Coplan5-12/+16
2023-12-15[PATCH] RISC-V: Add Zvfbfmin extension to the -march= optionXiao Zeng6-0/+104
2023-12-15PR modula2/112946 ICE assignment of string to enumeration or setGaius Mulley7-107/+324
2023-12-15c++: section attribute on templates [PR70435, PR88061]Patrick Palka6-0/+59
2023-12-15c++: abi_tag attribute on templates [PR109715]Patrick Palka3-0/+38
2023-12-15Fix tests for gompAndre Vieira3-4/+0
2023-12-15AArch64: Add inline memmove expansionWilco Dijkstra6-113/+123