aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-01-18LoongArch: Add alsl.wuXi Ruoyao2-4/+13
2025-01-18Daily bump.GCC Administrator6-1/+360
2025-01-17libfortran: G formatting for UNSIGNED [PR118536]Harald Anlauf2-0/+33
2025-01-17[PR118067][LRA]: Check secondary memory mode for the reg classVladimir N. Makarov2-0/+33
2025-01-17testsuite: Make embed-10.c test more robustJakub Jelinek1-1/+1
2025-01-17d: Add testcase for fixed PR117115Iain Buclaw1-0/+3
2025-01-17s390: Replace some checking assertions with output_operand_lossage [PR118511]Jakub Jelinek2-6/+29
2025-01-17AArch64: Use standard names for SVE saturating arithmeticTamar Christina6-2/+314
2025-01-17AArch64: Use standard names for saturating arithmeticTamar Christina17-72/+1096
2025-01-17rs6000, Remove redundant built-in __builtin_vsx_xvcvuxwdpCarl Love1-3/+0
2025-01-17rs6000, remove built-ins __builtin_vsx_vperm_8hi and __builtin_vsx_vperm_8hi_unsCarl Love1-6/+0
2025-01-17rs6000, add testcases to the overloaded vec_perm built-inCarl Love3-18/+116
2025-01-17rs6000, fix test builtins-1-p10-runnable.cCarl Love1-4/+1
2025-01-17AVR: Add "const" attribute to avr built-in functions if possible.Georg-Johann Lay3-106/+109
2025-01-18c++/modules: Propagate FNDECL_USED_AUTO when propagating deduced return types...Nathaniel Shead6-0/+44
2025-01-17OpenMP/C++: Fix declare_variant's 'adjust_args' if there is a 'this' pointer ...Tobias Burnus2-3/+76
2025-01-17c++: Allow pragmas in NSDMIs [PR118147]Nathaniel Shead2-1/+13
2025-01-17testsuite/117958 - ifcombine differences on aarch64 vs restRichard Biener1-1/+3
2025-01-17AVR: Use INT_N to built-in define __int24.Georg-Johann Lay22-45/+55
2025-01-17match.pd: Fix (FTYPE) N CMP (FTYPE) M optimization for GENERIC [PR118522]Jakub Jelinek2-1/+12
2025-01-17c++: Friend classes don't shadow enclosing template class paramater [PR118255]Simon Martin3-2/+31
2025-01-17tree-optimization/92539 - missed optimization leads to bogus -Warray-boundsRichard Biener7-10/+127
2025-01-17OpenMP: Fix metadirective test failures on x86_64 with -m32Sandra Loosemore2-2/+2
2025-01-17RISC-V: Add -fcf-protection=[full|branch|return] to enable zicfiss, zicfilp.Monk Chiang16-24/+72
2025-01-17RISC-V: Add .note.gnu.property for ZICFILP and ZICFISS ISA extensionMonk Chiang5-2/+128
2025-01-17RISC-V: Add Zicfilp ISA extension.Monk Chiang12-37/+402
2025-01-17RISC-V: Add Zicfiss ISA extension.Monk Chiang10-9/+320
2025-01-17Daily bump.GCC Administrator11-1/+791
2025-01-17d: Fix record layout of compiler-generated TypeInfo_Class [PR115249]Iain Buclaw1-6/+13
2025-01-16c++: RESULT_DECL replacement w/ non-reduced ctx->object [PR105440]Patrick Palka2-1/+45
2025-01-16[testsuite] [arm] adjust wmul expectations [PR113560]Alexandre Oliva3-3/+9
2025-01-16[testsuite] [arm] multilibs.exp: adjust float abi opt matchingAlexandre Oliva1-1/+1
2025-01-16[testsuite] skip test on non-hosted libstdc++ [PR113994]Alexandre Oliva1-0/+1
2025-01-16[testsuite] drop explicit run overrider in more dfp testsAlexandre Oliva2-2/+0
2025-01-16[testsuite] rearrange requirements for dfp bitint run testsAlexandre Oliva12-12/+16
2025-01-16Fortran/OpenMP: Fix declare_variant's 'adjust_args' mishandling with return b...Tobias Burnus2-3/+51
2025-01-16c++: explicit spec of constrained member tmpl [PR107522]Patrick Palka2-5/+43
2025-01-16c++: pack expansion arg vs non-pack parm checking ICE [PR118454]Patrick Palka4-7/+32
2025-01-16c++: make finish_pseudo_destructor_expr SFINAE-aware [PR116417]Patrick Palka5-10/+29
2025-01-16c++: Make sure fold_sizeof_expr returns the correct type [PR117775]Simon Martin2-0/+14
2025-01-16libfortran: fix conversion of UNSIGNED(kind=16) to decimal in output [PR118406]Harald Anlauf2-9/+66
2025-01-16AArch64: have -mcpu=native detect architecture extensions for unknown non-hom...Tamar Christina5-14/+99
2025-01-16AArch64: don't override march to assembler with mcpu if march is specified [P...Tamar Christina2-1/+12
2025-01-16[PR118067][LRA]: Use the right mode to evaluate secondary memory reloadVladimir N. Makarov2-6/+51
2025-01-16Allow CFI_cdesc_t in argument lists with -fc-prototypes.Thomas Koenig3-26/+136
2025-01-16OpenMP: Improve error message for invalid directive in "assumes".Sandra Loosemore8-30/+40
2025-01-16d: Add testcase for fixed PR116373Iain Buclaw1-0/+8
2025-01-16OpenMP: Update "declare target"/OpenMP context interactionSandra Loosemore8-34/+15
2025-01-16OpenMP: Shared metadirective/dynamic selector tests for C and C++Sandra Loosemore33-0/+1858
2025-01-16OpenMP: C++ support for metadirectives and dynamic selectors.Sandra Loosemore12-23/+927