aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-08-17t-rtems: add rv32imf architecture to the RTEMS multilib for RISC-VKevin Kirspel1-2/+3
2024-08-17Adjust v850 rotate expander to allow more cases for V850E3V5Jeff Law1-1/+3
2024-08-17RISC-V: Fix ICE for vector single-width integer multiply-add intrinsicsJin Ma3-40/+92
2024-08-17[RISC-V][PR target/116282] Stabilize pattern conditionsJeff Law5-31/+71
2024-08-17RISC-V: Bugfix for RVV rounding intrinsic ICE in function checkerJin Ma4-3/+20
2024-08-17RISC-V: Bugfix incorrect operand for vwsll auto-vectPan Li3-0/+28
2024-08-17RISC-V: Add auto-vect pattern for vector rotate shiftFeng Wang4-0/+142
2024-08-17doc: Tweak PIM4 linkGerald Pfeifer1-1/+1
2024-08-17doc: Tweak link to gm2 list archiveGerald Pfeifer1-1/+1
2024-08-17AVR: target/116390 - Fix an avrtiny asm out template.Georg-Johann Lay2-15/+86
2024-08-17RISC-V: Fix factor in dwarf_poly_indeterminate_value [PR116305]曾治金2-2/+34
2024-08-17Daily bump.GCC Administrator6-1/+144
2024-08-16Write CodeView information about stack variablesMark Harmstone2-6/+122
2024-08-16Write CodeView information about enregistered variablesMark Harmstone1-0/+1188
2024-08-16Write CodeView information about local static variablesMark Harmstone1-0/+258
2024-08-16Fix maybe-uninitialized CodeView LF_INDEX warningMark Harmstone1-2/+2
2024-08-16AVR: target/85624 - Use HImode for clrmemqi alignment.Georg-Johann Lay1-4/+2
2024-08-16Fortran: fix documentation of intrinsic RANDOM_INIT [PR114146]Harald Anlauf1-6/+6
2024-08-16modula2: change identifier names to avoid build warningsGaius Mulley1-12/+12
2024-08-16Fix using keywords as identifiers to prevent warnings during buildGaius Mulley1-4/+4
2024-08-16testsuite: Verify -fshort-enums and -fno-short-enums in pr33738.CTorbjörn SVENSSON2-1/+29
2024-08-16testsuite: Add -fno-short-enums to pr97315-1.CTorbjörn SVENSSON1-1/+1
2024-08-16testsuite: Add -fwrapv to signbit-5.cTorbjörn SVENSSON1-2/+1
2024-08-16PR modula2/116378 m2 bootstrap fails on x86_64-darwinGaius Mulley9-20/+11
2024-08-16c++: Pedwarn on [[]]; at class scope [PR110345]Jakub Jelinek2-1/+13
2024-08-16i386: Fix some vex insns that prohibit egprLingling Kong1-17/+32
2024-08-15aarch64: Improve popcount for bytes [PR113042]Andrew Pinski5-13/+98
2024-08-16Daily bump.GCC Administrator5-1/+370
2024-08-15PHIOPT: Fix comment before factor_out_conditional_operationAndrew Pinski1-1/+1
2024-08-15RISC-V: use fclass insns to implement isfinite,isnormal and isinf builtinsVineet Gupta2-0/+101
2024-08-15i386: Improve split of *extendv2di2_highpart_stv_noavx512vl.Roger Sayle2-2/+49
2024-08-15fortran: Fix bootstrap in resolve.cc [PR116387]Jakub Jelinek1-1/+1
2024-08-15c++: fix up cpp23/consteval-if3.C test [PR115583]Patrick Palka1-0/+1
2024-08-15Tweak base/index disambiguation in decompose_normal_address [PR116236]Richard Sandiford1-12/+28
2024-08-15late-combine: Preserve INSN_CODE when modifying notes [PR116343]Richard Sandiford5-2/+37
2024-08-15Fix Coarray in associate not a coarray. [PR110033]Andre Vehreschild6-45/+163
2024-08-15Add corank to gfc_expr.Andre Vehreschild23-200/+450
2024-08-15c++: c->B::m access resolved through current inst [PR116320]Patrick Palka2-3/+25
2024-08-15c++/coroutines: fix passing *this to promise type, again [PR116327]Patrick Palka3-3/+31
2024-08-15LoongArch: Implement scalar isinf, isnormal, and isfinite via fclassXi Ruoyao3-7/+119
2024-08-15Movement between GENERAL_REGS and SSE_REGS for TImode doesn't need secondary ...liuhongt5-8/+45
2024-08-15aarch64: Rename svpext to svpext_lane [PR116371]Richard Sandiford19-420/+420
2024-08-15rs6000: Add TARGET_FLOAT128_HW guard for quad-precision insnsHaochen Gui3-15/+17
2024-08-15rs6000: Implement optab_isnormal for SFDF and IEEE128Haochen Gui3-0/+47
2024-08-15rs6000: Implement optab_isfinite for SFDF and IEEE128Haochen Gui3-0/+44
2024-08-15rs6000: Implement optab_isinf for SFDF and IEEE128Haochen Gui6-45/+97
2024-08-15Value Range: Add range op for builtin isnormalHaochen Gui3-0/+126
2024-08-15Value Range: Add range op for builtin isfiniteHaochen Gui2-0/+92
2024-08-15Value Range: Add range op for builtin isinfHaochen Gui4-2/+108
2024-08-15Daily bump.GCC Administrator5-1/+191