aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-10-19Fortran: Fix translatability of diagnostic stringsTobias Burnus5-26/+26
2024-10-19Fortran: Add range-based diagnosticTobias Burnus30-306/+343
2024-10-19Fix an ICE with UNSIGNED in match_sym_complex_part.Thomas Koenig2-0/+9
2024-10-18runtime/testdata: fix for C23 nullptr keywordIan Lance Taylor1-1/+1
2024-10-18diagnostics: remove forward decl of json::value from diagnostic.hDavid Malcolm1-1/+0
2024-10-18diagnostics: add debug dump functionsDavid Malcolm11-14/+160
2024-10-19c: Fix -std=gnu23 -Wtraditional for () in function definitionsJoseph Myers4-2/+29
2024-10-19Daily bump.GCC Administrator8-1/+2440
2024-10-18gcc/: Merge definitions of array_type_nelts_topAlejandro Colomar6-29/+14
2024-10-18gcc/: Rename array_type_nelts => array_type_nelts_minus_oneAlejandro Colomar14-28/+30
2024-10-18hppa: Fix up pa.opt.urlsJohn David Anglin1-0/+2
2024-10-18Handle GFC_STD_UNSIGNED like a standard in error messages.Thomas Koenig2-0/+6
2024-10-18hppa: Add LRA supportJohn David Anglin3-38/+66
2024-10-18[PATCH 3/7] RISC-V: Fix vector memcpy smaller LMUL generationCraig Blackmore4-5/+92
2024-10-18[PATCH 2/7] RISC-V: Fix uninitialized reg in memcpyCraig Blackmore1-2/+1
2024-10-18[PATCH 1/7] RISC-V: Fix indentation in riscv_vector::expand_block_move [NFC]Craig Blackmore1-16/+16
2024-10-18i386: Fix the order of operands in andn<MMXMODEI:mode>3 [PR117192]Uros Bizjak2-3/+19
2024-10-18SVE intrinsics: Add fold_active_lanes_to method to refactor svmul and svdiv.Jennifer Schmitz17-94/+387
2024-10-18[5/n] remove trapv-*.c special-casing of gcc.dg/vect/ filesRichard Biener2-8/+4
2024-10-18[4/n] remove wrapv-*.c special-casing of gcc.dg/vect/ filesRichard Biener6-14/+12
2024-10-18[3/n] remove fast-math-*.c special-casing of gcc.dg/vect/ filesRichard Biener53-22/+57
2024-10-18[2/n] remove no-vfa-*.c special-casing of gcc.dg/vect/ filesRichard Biener18-9/+20
2024-10-18Adjust assert in vect_build_slp_tree_2Richard Biener1-5/+1
2024-10-18testsuite: Add necessary dejagnu directives to pr115815_0.cMartin Jambor1-0/+4
2024-10-18middle-end: Fix GSI for gcond root [PR117140]Tamar Christina2-1/+95
2024-10-18middle-end: Fix VEC_PERM_EXPR lowering since relaxation of vector sizesTamar Christina2-3/+20
2024-10-18AArch64: use movi d0, #0 to clear SVE registers instead of mov z0.d, #0Tamar Christina1-2/+5
2024-10-18AArch64: support encoding integer immediates using floating point movesTamar Christina2-128/+241
2024-10-18AArch64: update testsuite to account for new zero movesTamar Christina52-412/+410
2024-10-18arm: [MVE intrinsics] use long_type_suffix / half_type_suffix helpersChristophe Lyon1-46/+68
2024-10-18arm: [MVE intrinsics] rework vsbcq vsbciqChristophe Lyon4-188/+42
2024-10-18arm: [MVE intrinsics] rework vadcqChristophe Lyon4-94/+56
2024-10-18arm: [MVE intrinsics] rework vadciqChristophe Lyon4-89/+95
2024-10-18arm: [MVE intrinsics] factorize vadc vadci vsbc vsbciChristophe Lyon2-109/+42
2024-10-18arm: [MVE intrinsics] add vadc_vsbc shapeChristophe Lyon2-0/+37
2024-10-18arm: [MVE intrinsics] remove vshlcq useless expandersChristophe Lyon3-81/+0
2024-10-18arm: [MVE intrinsics] rework vshlcqChristophe Lyon6-235/+77
2024-10-18arm: [MVE intrinsics] add vshlc shapeChristophe Lyon2-0/+45
2024-10-18arm: [MVE intrinsics] remove useless v[id]wdup expandersChristophe Lyon3-90/+0
2024-10-18arm: [MVE intrinsics] update v[id]wdup testsChristophe Lyon18-54/+54
2024-10-18arm: [MVE intrinsics] rework vdwdup viwdupChristophe Lyon5-737/+53
2024-10-18arm: [MVE intrinsics] add vidwdup shapeChristophe Lyon2-0/+89
2024-10-18arm: [MVE intrinsics] factorize vdwdup viwdupChristophe Lyon2-55/+17
2024-10-18arm: [MVE intrinsics] fix checks of immediate argumentsChristophe Lyon1-16/+31
2024-10-18arm: [MVE intrinsics] remove v[id]dup expandersChristophe Lyon2-77/+0
2024-10-18arm: [MVE intrinsics] update v[id]dup testsChristophe Lyon18-282/+18
2024-10-18arm: [MVE intrinsics] rework vddup vidupChristophe Lyon4-676/+116
2024-10-18arm: [MVE intrinsics] add viddup shapeChristophe Lyon5-0/+133
2024-10-18arm: [MVE intrinsics] factorize vddup vidupChristophe Lyon2-45/+20
2024-10-18arm: [MVE intrinsics] rework vctpChristophe Lyon8-66/+79