aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-11RISC-V: Robostify shuffle index used by vrgather and fix regressionJuzhe-Zhong2-33/+49
2023-12-11Testsuite, asan, darwin: Adjust output patternFrancois-Xavier Coudert1-1/+1
2023-12-11aarch64: arm_neon.h - Fix -Wincompatible-pointer-types errorsVictor Do Nascimento1-13/+21
2023-12-11d: Merge upstream dmd, druntime 2bbf64907c, phobos b64bfbf91Iain Buclaw45-518/+579
2023-12-11RISC-V: Rename test[NFC]Juzhe-Zhong1-0/+2
2023-12-11RISC-V: Recognize stepped series in expand_vec_perm_const.Robin Dapp1-2/+64
2023-12-11Testsuite, i386: mark test as requiring dfpFrancois-Xavier Coudert1-0/+1
2023-12-11Simplify vector ((VCE (a cmp b ? -1 : 0)) < 0) ? c : d to just (VCE ((a cmp b...liuhongt3-0/+74
2023-12-11Testsuite, Darwin: actually skip testFrancois-Xavier Coudert1-1/+1
2023-12-11RISC-V: Support highest overlap for wv instructionsJuzhe-Zhong4-42/+360
2023-12-11RISC-V: Fix ICE in extract_single_sourceJuzhe-Zhong2-0/+41
2023-12-11extend.texi: Mark builtin arguments with @var{...}Jakub Jelinek1-147/+147
2023-12-11RISC-V: Remove poly selftest when --preference=fixed-vlmaxJuzhe-Zhong2-1/+25
2023-12-10[PATCH 3/5] [ifcvt] optimize x=c ? (y AND z) : y by RISC-V Zicond like insnsFei Gao2-21/+211
2023-12-11c++: Fix noexcept checking for trivial operations [PR96090]Nathaniel Shead5-14/+143
2023-12-11c++: Clear uninstantiated template friend when instantiating [PR104234]Nathaniel Shead2-0/+18
2023-12-11Support vpcmov for V4HF/V4BF/V2HF/V2BF under TARGET_XOP.liuhongt2-0/+49
2023-12-11rs6000: Guard fctid on PowerPC64 and PowerPC476Haochen Gui8-4/+35
2023-12-11rs6000: Enable lrint<mode>si2 on old archs with stfiwx enabledHaochen Gui2-1/+45
2023-12-11Daily bump.GCC Administrator7-1/+350
2023-12-10Add some new DW_IDX_* constantsTom Tromey1-0/+9
2023-12-10[PATCH 2/5] [ifcvt] optimize x=c ? (y shift_op z):y by RISC-V Zicond like insnsFei Gao2-1/+56
2023-12-10aarch64: Fix invalid subregs for BE svread/write_zaRichard Sandiford3-2/+26
2023-12-10aarch64: Fix SMSTART/SMSTOP save/restore for BERichard Sandiford1-6/+9
2023-12-10aarch64: XFAIL some SME tests for BERichard Sandiford48-48/+48
2023-12-10aarch64: Skip some SME register save tests on BERichard Sandiford3-7/+7
2023-12-10aarch64: Add -funwind-tables to some testsRichard Sandiford3-3/+3
2023-12-10Fortran: allow NULL() for POINTER, OPTIONAL, CONTIGUOUS dummy [PR111503]Harald Anlauf3-1/+56
2023-12-10Fortran: function returning contiguous class array [PR105543]Harald Anlauf2-0/+27
2023-12-10doc: small tweakJason Merrill1-1/+1
2023-12-10c++: Implement __remove_pointer built-in traitKen Matsui4-0/+60
2023-12-10c++: Implement __is_object built-in traitKen Matsui5-0/+42
2023-12-10c++: Implement __is_function built-in traitKen Matsui5-0/+69
2023-12-10c++: Implement __is_reference built-in traitKen Matsui5-0/+45
2023-12-10c++: Implement __is_member_object_pointer built-in traitKen Matsui5-0/+41
2023-12-10c++: Implement __is_member_function_pointer built-in traitKen Matsui5-0/+42
2023-12-10c++: Implement __is_member_pointer built-in traitKen Matsui5-0/+41
2023-12-10c++: Implement __is_scoped_enum built-in traitKen Matsui5-0/+78
2023-12-10c++: Implement __is_bounded_array built-in traitKen Matsui5-0/+49
2023-12-10c++: Implement __is_array built-in traitKen Matsui5-0/+39
2023-12-10c++: trait patch tweakJason Merrill1-12/+12
2023-12-10c++: Accept the use of built-in trait identifiersKen Matsui1-19/+34
2023-12-10c-family, c++: Look up built-in traits via identifier nodeKen Matsui6-65/+126
2023-12-10c++: Sort built-in traits alphabeticallyKen Matsui4-121/+121
2023-12-10[committed] Support uaddv and usubv on the H8Jeff Law1-0/+77
2023-12-10[committed] Provide patterns for signed bitfield extractions on H8Jeff Law3-1/+113
2023-12-10[committed] Fix length computation of single bit bitfield extraction on H8Jeff Law1-1/+1
2023-12-10[committed] Fix length computation for logical shifts on H8Jeff Law1-0/+5
2023-12-10Daily bump.GCC Administrator5-1/+80
2023-12-09phiopt: Fix ICE with large --param l1-cache-line-size= [PR112887]Jakub Jelinek2-4/+16