aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-09c++: lambda capturing structured bindings [PR85889]Marek Polacek3-1/+23
2024-05-09Add myself to DCOH.J. Lu1-0/+1
2024-05-09sra: Do not leave work for DSE (that it can sometimes not perform)Martin Jambor3-6/+17
2024-05-09Manually update entries for the Revert Revert commits.Jakub Jelinek2-0/+23
2024-05-09contrib: Add 109f1b28fc94c93096506e3df0c25e331cef19d0 to ignored commitsJakub Jelinek1-1/+2
2024-05-09Daily bump.GCC Administrator20-1/+1441
2024-05-09RISC-V: Make full-vec-move1.c test robust for optimizationPan Li1-2/+4
2024-05-09contrib: Add 9dbff9c05520a74e6cd337578f27b56c941f64f3 to ignored commitsJakub Jelinek1-1/+2
2024-05-09testsuite: Fix up vector-subaccess-1.C test for ia32 [PR89224]Jakub Jelinek1-0/+1
2024-05-09MIPS: Support constraint 'w' for MSA instructionYunQiang Su2-0/+12
2024-05-09RISC-V: Add tests for cpymemsi expansionChristoph Müllner4-0/+116
2024-05-09i386: Fix some intrinsics without alignment requirements.Hu, Lin14-9/+33
2024-05-09[ranger] Force buffer alignment in Value_Range [PR114912]Aldy Hernandez1-12/+18
2024-05-09[prange] Reword dispatch error messageAldy Hernandez1-1/+2
2024-05-09i386: fix ix86_hardreg_mov_ok with lra_in_progresskonglin11-1/+2
2024-05-08[PATCH v1 1/1] RISC-V: Nan-box the result of movbf on soft-bf16Xiao Zeng3-25/+77
2024-05-08[RISC-V][V2] Fix incorrect if-then-else nesting of Zbs usage in constant synt...Jeff Law1-40/+41
2024-05-08AVR: target/114981 - Support __builtin_powi[l] / __powidf2.Georg-Johann Lay4-8/+68
2024-05-08[PR114810][LRA]: Recognize alternatives with lack of available registers for ...Vladimir N. Makarov1-2/+41
2024-05-08c++: #pragma doesn't disable -Wunused-label [PR113582]Marek Polacek4-6/+42
2024-05-08match: `a CMP nonnegative ? a : ABS<a>` simplified to just `ABS<a>` [PR112392]Andrew Pinski2-0/+49
2024-05-08tree-ssa-sink: Improve code sinking passAjit Kumar Agarwal2-4/+16
2024-05-08RISC-V: Cover sign-extensions in lshr<GPR:mode>3_zero_extend_4Christoph Müllner6-8/+198
2024-05-08RISC-V: Add zero_extract support for rv64gcChristoph Müllner6-0/+222
2024-05-08RISC-V: Cover sign-extensions in lshrsi3_zero_extend_2Christoph Müllner3-4/+25
2024-05-08RISC-V: Add test for sraiw-31 special caseChristoph Müllner1-0/+14
2024-05-08Fix SLP reduction initial value for pointer reductionsRichard Biener1-1/+8
2024-05-08Fix non-grouped SLP load/store accounting in alignment peelingRichard Biener1-2/+5
2024-05-08aarch64: Fix typo in aarch64-ldp-fusion.cc:combine_reg_notes [PR114936]Alex Coplan1-2/+2
2024-05-08tree-ssa-loop-prefetch.cc: Honour -fno-unroll-loopsStefan Schulze Frielinghaus1-0/+4
2024-05-08AVR: target/114975 - Add combine-pattern for __parityqi2.Georg-Johann Lay2-1/+33
2024-05-08AVR: target/114975 - Add combine-pattern for __popcountqi2.Georg-Johann Lay2-0/+30
2024-05-08Fix and speedup IDF pruning by dominatorRichard Biener1-22/+25
2024-05-08reassoc: Fix up optimize_range_tests_to_bit_test [PR114965]Jakub Jelinek2-1/+32
2024-05-08Minor tweaks to code computing modular multiplicative inverseEric Botcazou4-60/+71
2024-05-08x86: Fix cmov cost model issue [PR109549]konglin12-5/+2
2024-05-08Enable prange support.Aldy Hernandez13-31/+18
2024-05-08Revert "Revert "testsuite/gcc.target/cris/pr93372-2.c: Handle xpass from comb...Hans-Peter Nilsson1-7/+8
2024-05-08c++/modules: Stream unmergeable temporaries by value again [PR114856]Nathaniel Shead5-1/+26
2024-05-07c++/c-common: Fix convert_vector_to_array_for_subscript for qualified vector ...Andrew Pinski4-3/+32
2024-05-07DCE __cxa_atexit calls where the function is pure/const [PR19661]Andrew Pinski7-0/+201
2024-05-07MATCH: Add some more value_replacement simplifications (a != 0 ? expr : 0) to...Andrew Pinski2-0/+57
2024-05-07[committed][RISC-V] Turn on overlap_op_by_pieces for generic-ooo tuningJeff Law1-1/+1
2024-05-07[committed] [RISC-V] Allow uarchs to set TARGET_OVERLAP_OP_BY_PIECES_PChristoph Müllner3-0/+117
2024-05-07c++: Implement C++26 P2893R3 - Variadic friends [PR114459]Jakub Jelinek6-41/+169
2024-05-07expansion: Use __trunchfbf2 calls rather than __extendhfbf2 [PR114907]Jakub Jelinek3-3/+40
2024-05-07tree-inline: Remove .ASAN_MARK calls when inlining functions into no_sanitize...Jakub Jelinek2-7/+47
2024-05-07c++: DECL_DECOMPOSITION_P cleanupMarek Polacek5-20/+10
2024-05-07PR modula2/114133 bugfix constants must be cast prior to vararg callGaius Mulley4-9/+11
2024-05-07[RISC-V] [PATCH v2] Enable inlining str* by defaultJeff Law3-6/+13