aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-10c++: Implement __array_rank built-in traitKen Matsui5-3/+52
2024-05-10c++: Implement __decay built-in traitKen Matsui4-0/+38
2024-05-10c++: Implement __add_rvalue_reference built-in traitKen Matsui4-0/+30
2024-05-10c++: Implement __add_lvalue_reference built-in traitKen Matsui4-0/+31
2024-05-10c++: Implement __remove_all_extents built-in traitKen Matsui4-0/+23
2024-05-10c++: Implement __remove_extent built-in traitKen Matsui4-0/+25
2024-05-10c++: Implement __add_pointer built-in traitKen Matsui4-3/+76
2024-05-10c++: Implement __is_unbounded_array built-in traitKen Matsui5-0/+48
2024-05-10[RISC-V] Use shNadd for constant synthesisJeff Law3-1/+124
2024-05-10i386: Improve V[48]QI shifts on AVX512/SSE4.1Roger Sayle5-2/+91
2024-05-10pru: Fix register class checks in predicatesDimitar Dimitrov1-2/+2
2024-05-10[PR114942][LRA]: Don't reuse input reload reg of inout early clobber operandVladimir N. Makarov2-8/+43
2024-05-10[prange] Fix thinko in prange::update_bitmask() [PR115026]Aldy Hernandez1-1/+1
2024-05-10tree-optimization/114998 - use-after-free with loop distributionRichard Biener2-6/+53
2024-05-10Allow patterns in SLP reductionsRichard Biener4-21/+101
2024-05-10AVR: target/114981 - Tweak __builtin_powif / __powisf2Georg-Johann Lay3-1/+190
2024-05-10bpf: fix printing of memory operands in pseudoc asm dialectJose E. Marchesi3-24/+21
2024-05-10c++, mingw: Fix up types of dtor hooks to __cxa_{,thread_}atexit/__cxa_throw ...Jakub Jelinek9-35/+85
2024-05-10[prange] Do not assume all pointers are the same size [PR115009]Aldy Hernandez1-11/+19
2024-05-10RISC-V: Fix typos in code or comment [NFC]Kito Cheng2-50/+50
2024-05-10driver: Move -fdiagnostics-urls= early like -fdiagnostics-color= [PR114980]Xi Ruoyao1-0/+13
2024-05-09[committed] [RISC-V] Provide splitting guidance to combine to faciliate shNad...Jeff Law2-0/+52
2024-05-10Revert: "Enable prange support." [PR114985]Aldy Hernandez13-18/+31
2024-05-09Constant fold {-1,-1} << 1 in simplify-rtx.ccRoger Sayle1-0/+54
2024-05-09c++: failure to suppress -Wsizeof-array-div in template [PR114983]Marek Polacek3-0/+30
2024-05-09testsuite: Fix up pr84508* tests [PR84508]Jakub Jelinek2-2/+4
2024-05-09PR modula2/115003 exporting a symbol to outer scope with a name clash causes ICEGaius Mulley1-0/+1
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