aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-04testsuite: analyzer: Skip tests with non-numeric macros on Solaris [PR107750]Rainer Orth9-0/+9
2024-06-04Adjust testcase for -march=cascadelakeliuhongt1-1/+1
2024-06-04Daily bump.GCC Administrator5-1/+436
2024-06-03rs6000: Fix up PCH in --enable-host-pie builds [PR115324]Jakub Jelinek3-64/+72
2024-06-03c++: Fix parsing of abstract-declarator starting with ... followed by opening...Jakub Jelinek2-2/+56
2024-06-03diagnostics: add SARIF property artifact.roles (3.24.6)David Malcolm11-51/+344
2024-06-03libstdc++: Reuse temporary buffer utils in <stacktrace>Jonathan Wakely1-25/+4
2024-06-03libstdc++: Handle extended alignment in std::get_temporary_buffer [PR105258]Jonathan Wakely3-46/+116
2024-06-03libstdc++: Fix -Wstringop-overflow warning coming from std::vector [PR109849]François Dumont1-0/+5
2024-06-03Implement wrap-around arithmetics in DWARF expressionsEric Botcazou1-1/+33
2024-06-03libstdc++: Optimize std::basic_string_view::starts_withJonathan Wakely1-1/+4
2024-06-03i386: Force operand 1 of bswapsi2 to a register for !TARGET_BSWAP [PR115321]Uros Bizjak2-10/+15
2024-06-03Remove value_range typedef.Aldy Hernandez29-132/+115
2024-06-03testsuite/115304 - properly guard gcc.dg/vect/slp-gap-1.cRichard Biener1-1/+1
2024-06-03install.texi (gcn): Fix date of recommended newlib versionTobias Burnus1-1/+1
2024-06-03aarch64: adjust enum writeback after renameMarc Poulhiès1-2/+2
2024-06-03pair-fusion: fix for older GCCMarc Poulhiès2-5/+5
2024-06-03testsuite: Require vect_shift in gcc.dg/vect/pr112325.c [PR115303]Rainer Orth1-0/+1
2024-06-03Adjust vector dump scansRichard Biener19-22/+22
2024-06-03Avoid ICE with pointer reductionRichard Biener1-8/+7
2024-06-03Add some preference for floating point rtl ifcvt when sse4.1 is not availableliuhongt3-1/+28
2024-06-03Add AVX10.1 target_clones supportHaochen Jiang5-5/+26
2024-06-03[APX NF] Support APX NF for lzcnt/tzcnt/popcntLingling Kong1-11/+113
2024-06-03[APX NF] Support APX NF for mul/divLingling Kong1-17/+30
2024-06-03[APX NF] Support APX NF for shld/shrdLingling Kong1-81/+308
2024-06-03[APX NF] Support APX NF for rotate insnsLingling Kong2-21/+43
2024-06-03[APX NF] Support APX NF for right shift insnsLingling Kong1-36/+46
2024-06-03[APX NF] Support APX NF for left shift insnsLingling Kong2-26/+83
2024-06-03[APX NF] Support APX NF for {sub/and/or/xor/neg}Lingling Kong3-82/+114
2024-06-03[APX NF] Support APX NF addLingling Kong5-46/+100
2024-06-03i386: Optimize EQ/NE comparison between avx512 kmask and -1.Hu, Lin13-0/+422
2024-06-03Daily bump.GCC Administrator4-1/+17
2024-06-02Fix PR c++/109958: ICE taking the address of bound static member function bro...Simon Martin2-0/+10
2024-06-02libstdc++: Move gcc.gnu.org links to httpsGerald Pfeifer2-7/+7
2024-06-02Daily bump.GCC Administrator7-1/+147
2024-06-01analyzer: detect -Wanalyzer-allocation-size at call stmts [PR106203]David Malcolm15-42/+216
2024-06-01AVR: target/115317 - Make isinf(-Inf) return -1.Georg-Johann Lay2-7/+67
2024-06-01libstdc++: Replace link to gcc-4.3.2 docs in manual [PR115269]Jonathan Wakely2-32/+11
2024-06-01AVR: tree-optimization/115307 - Work around isinf bloat from early passes.Georg-Johann Lay2-0/+37
2024-05-31[to-be-committed] [RISC-V] Use Zbkb for general 64 bit constants when profitableJeff Law2-16/+110
2024-06-01c++/modules: Fix revealing with using-decls [PR114867]Nathaniel Shead9-57/+161
2024-06-01vect: Bind input vectype to lane-reducing operationFeng Xue1-10/+13
2024-06-01vect: Split out partial vect checking for reduction into a functionFeng Xue1-60/+77
2024-06-01vect: Add a function to check lane-reducing codeFeng Xue3-20/+19
2024-06-01Daily bump.GCC Administrator12-1/+425
2024-05-31xtensa: Prepend "(use A0_REG)" to sibling call CALL_INSN_FUNCTION_USAGE inste...Takayuki 'January June' Suwa3-14/+19
2024-05-31xtensa: Simplify several MD templatesTakayuki 'January June' Suwa4-100/+43
2024-05-31RISC-V: Remove dead perm series code and document.Robin Dapp1-22/+4
2024-05-31RISC-V: Add vector popcount, clz, ctz.Robin Dapp15-81/+272
2024-05-31RISC-V: Add vandn combine helper.Robin Dapp5-1/+119