aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-11Implement LDPT_REGISTER_CLAIM_FILE_HOOK_V2 linker plugin hook [PR109128]Joseph Myers2-3/+44
2023-05-11Testsuite: Add 'torture-init-done', and use it to conditionalize implicit 'to...Thomas Schwinge5-8/+30
2023-05-11Testsuite: Add missing 'torture-init'/'torture-finish' around 'LTO_TORTURE_OP...Thomas Schwinge3-0/+7
2023-05-11match.pd: Simplify popcount(X&Y)+popcount(X|Y) as popcount(X)+popcount(Y)Roger Sayle4-0/+100
2023-05-11match.pd: Simplify popcount/parity of bswap/rotate.Roger Sayle5-0/+210
2023-05-11RISC-V: Support const series vector for RVV auto-vectorizationJuzhe-Zhong6-4/+236
2023-05-11MAINTAINERS: Add myself to write after approvalJu-Zhe Zhong1-0/+1
2023-05-11Daily bump.GCC Administrator7-1/+268
2023-05-10c++: wrong std::is_convertible with cv-qual fn [PR109680]Marek Polacek2-4/+51
2023-05-10Use [(const_int 0)] idiom consistently in i386.mdRoger Sayle1-7/+7
2023-05-10c++: adjust conversion diagnosticsJason Merrill1-11/+9
2023-05-10i386: Add missing vector extend patterns [PR92658]Uros Bizjak3-0/+159
2023-05-10Fortran: dump-parse-tree: Mark debug functions with DEBUG_FUNCTIONBernhard Reutner-Fischer1-16/+22
2023-05-10Fortran: dump-parse-tree attribs: fix unbalanced braces [PR109624]Bernhard Reutner-Fischer1-3/+13
2023-05-10Add another new testcaseAndrew Pinski1-0/+34
2023-05-10libstdc++: [_Hashtable] Implement several small methods implicitly inlineFrançois Dumont2-132/+106
2023-05-10MAINTAINERS: Add myself to write after approvalPan Li1-0/+1
2023-05-10c++: be stricter about constinit [CWG2543]Jason Merrill3-24/+48
2023-05-10c++: always check consteval addressJason Merrill6-26/+37
2023-05-10Avoid g++.dg/torture/pr106922.C FAIL with the pre-C++11 ABIRichard Biener1-0/+9
2023-05-10Fix a couple constraints on the H8 in preparation for LRA conversionJeff Law1-2/+2
2023-05-10ipa-prop: Fix ipa_get_callee_param_type for calls with argument type mismatchesJakub Jelinek1-1/+1
2023-05-10aarch64: Simplify sqmovun expanderKyrylo Tkachov2-40/+13
2023-05-10[PATCH] aarch64: PR target/99195 annotate simple permutation patterns for vec...Kyrylo Tkachov2-8/+16
2023-05-10aarch64: PR target/99195 annotate simple saturating add/sub patterns for vec-...Kyrylo Tkachov3-11/+41
2023-05-10aarch64: Simplify QSHRN expanders and patternsKyrylo Tkachov2-34/+50
2023-05-10aarch64: PR target/99195 annotate simple narrowing patterns for vec-concat-zeroKyrylo Tkachov2-84/+37
2023-05-10c++: Reject attributes without arguments used as pack expansion [PR109756]Jakub Jelinek2-2/+40
2023-05-10RISC-V: Insert vsetivli zero, 0 for vmv.x.s/vfmv.f.s instructions satisfying ...Li Xu3-0/+56
2023-05-10RISC-V: Fix incorrect implementation of TARGET_VECTORIZE_SUPPORT_VECTOR_MISAL...Juzhe-Zhong15-39/+32
2023-05-10RISC-V: Fix dead loop for user vsetvli intrinsic avl checking [PR109773]Juzhe-Zhong3-0/+71
2023-05-10New testcaseAndrew Pinski1-0/+28
2023-05-10CRIS: Fix ccmode typo in cris_postdbr_cmpelimHans-Peter Nilsson1-1/+1
2023-05-10Daily bump.GCC Administrator9-1/+1527
2023-05-09Update cpplib ru.poJoseph Myers1-43/+29
2023-05-09Update gcc hr.poJoseph Myers1-3/+3
2023-05-09libstdc++: Fix <chrono> pretty printers and add testsJonathan Wakely2-18/+113
2023-05-09c++: error-recovery ICE with unstable satisfaction [PR109752]Patrick Palka2-3/+36
2023-05-09c++: noexcept-spec from nested class confusion [PR109761]Patrick Palka2-7/+22
2023-05-09arm: [MVE intrinsics] rework vmaxaq vminaqChristophe Lyon5-240/+8
2023-05-09arm: [MVE intrinsics] factorize vmaxaq vminaqChristophe Lyon2-39/+28
2023-05-09arm: [MVE intrinsics] add binary_maxamina shapeChristophe Lyon2-0/+41
2023-05-09arm: [MVE intrinsics] rework vmaxnmaq vminnmaqChristophe Lyon5-148/+8
2023-05-09arm: [MVE intrinsics] factorize vmaxnmaq vminnmaqChristophe Lyon2-39/+24
2023-05-09arm: [MVE intrinsics] rework vmaxnmavq vmaxnmvq vminnmavq vminnmvqChristophe Lyon4-314/+18
2023-05-09arm: [MVE intrinsics] add support for mve_q_p_fChristophe Lyon1-1/+1
2023-05-09arm: [MVE intrinsics] factorize vmaxnmavq vmaxnmvq vminnmavq vminnmvqChristophe Lyon2-99/+37
2023-05-09arm: [MVE intrinsics] rework vmaxnmq vminnmqChristophe Lyon4-224/+6
2023-05-09arm: [MVE intrinsics] factorize vmaxnmq vminnmqChristophe Lyon2-54/+19
2023-05-09arm: add smax/smin expanders for v*hfChristophe Lyon1-6/+6