aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-20Inline and simplify fold_single_bit_test_into_sign_test into fold_single_bit_...Andrew Pinski1-41/+10
2023-05-20Move fold_single_bit_test to expr.cc from fold-const.ccAndrew Pinski3-113/+113
2023-05-19Fix riscv_expand_conditional_move.Die Li3-2/+234
2023-05-19Add bext pattern for ZBSRaphael Moreira Zinsly2-0/+41
2023-05-19RISC-V: Fix CTZ unnecessary sign extension [PR #106888]Raphael Moreira Zinsly3-1/+25
2023-05-20Daily bump.GCC Administrator10-1/+177
2023-05-19Allow plugin dumpsNathan Sidwell3-1/+24
2023-05-19RISC-V: Remove masking third operand of rotate instructionsJoern Rennecke1-2/+2
2023-05-19c: Remove dead code related to type compatibility across TUs.Martin Uecker2-79/+27
2023-05-19fortran: Use CLASS_DATA from gfortran.hBernhard Reutner-Fischer3-16/+16
2023-05-19Fix driver/33980: Precompiled header file not removed on errorAndrew Pinski2-10/+10
2023-05-19RISC-V: improve codegen for large constants with same 32-bit lo and hi parts [2]Vineet Gupta1-4/+9
2023-05-19c++: simplify norm_cache manipulationPatrick Palka1-22/+9
2023-05-19c++: scoped variable template-id of reference type [PR97340]Patrick Palka3-1/+38
2023-05-19RISC-V: testsuite: Remove empty *-run-template.h.Robin Dapp12-1/+0
2023-05-19RISC-V: Allow more loading of const vectors.Robin Dapp3-1/+13
2023-05-19PR modula2/109908 Delete from m2iso Strings is brokenGaius Mulley2-10/+133
2023-05-19tree-ssa-math-opts: Pattern recognize some further hand written forms of sign...Jakub Jelinek2-0/+68
2023-05-19tree-ssa-math-opts: Pattern recognize hand written __builtin_mul_overflow_p w...Jakub Jelinek2-1/+15
2023-05-19libgomp: Fix up -static -fopenmp linking [PR109904]Jakub Jelinek2-4/+4
2023-05-19libstdc++: Move lafstern.org reference to httpsGerald Pfeifer2-2/+2
2023-05-19Darwin, libgcc : Adjust min version supported for the OS.Iain Sandoe6-8/+63
2023-05-19Fix internal error on small array with negative lower boundEric Botcazou2-9/+22
2023-05-19c: Do not allow thread-local tentative definitions for C2xJoseph Myers2-3/+57
2023-05-19Daily bump.GCC Administrator17-1/+2271
2023-05-18gcc: use _P() defines from tree.hBernhard Reutner-Fischer49-183/+167
2023-05-18omp: use _P() defines from tree.hBernhard Reutner-Fischer4-25/+25
2023-05-18objc: use _P() defines from tree.hBernhard Reutner-Fischer3-8/+8
2023-05-18c: use _P() defines from tree.hBernhard Reutner-Fischer13-64/+63
2023-05-18fortran: use _P() defines from tree.hBernhard Reutner-Fischer8-20/+19
2023-05-18d: use _P() defines from tree.hBernhard Reutner-Fischer2-6/+5
2023-05-18lto: use _P() defines from tree.hBernhard Reutner-Fischer5-14/+13
2023-05-18m2: use _P() defines from tree.hBernhard Reutner-Fischer7-19/+19
2023-05-18c++: use _P() defines from tree.hBernhard Reutner-Fischer18-64/+64
2023-05-18gcc/config/*: use _P() defines from tree.hBernhard Reutner-Fischer55-158/+133
2023-05-18analyzer: use _P() defines from tree.hBernhard Reutner-Fischer3-6/+6
2023-05-18ada: use _P() defines from tree.hBernhard Reutner-Fischer4-31/+30
2023-05-18Fortran: Narrow return types [PR78798]Bernhard Reutner-Fischer21-103/+91
2023-05-18i386: Add infrastructure for QImode partial vector mult and shift operationsUros Bizjak8-17/+197
2023-05-18Remove a stale */ after a 1-line // comment.Georg-Johann Lay1-1/+1
2023-05-18contrib: Fix nonportable shell syntax in "test" and "[" commands [PR105831]Jonathan Wakely3-5/+5
2023-05-18gcc: Fix nonportable shell syntax in "test" and "[" commands [PR105831]Jonathan Wakely2-7/+7
2023-05-18gcc: Fix nonportable shell syntax in "test" and "[" commands [PR105831]Michael Bäuerle3-3/+3
2023-05-18arm testsuite: Shifts and get_FPSCR ACLE optimisation fixesStam Markianos-Wright23-128/+81
2023-05-18arm testsuite: XFAIL or relax registers in some tests [PR109697]Stam Markianos-Wright40-54/+54
2023-05-18arm testsuite: Remove reduntant testsStam Markianos-Wright135-2006/+0
2023-05-18arm: Fix MVE header pointer overloads this time (and a bit more tidying)Stam Markianos-Wright3-466/+577
2023-05-18arm: Fix overloading of MVE scalar constant parameters on vbicqStam Markianos-Wright1-8/+8
2023-05-18arm: Stop vadcq, vsbcq intrinsics from overwriting the FPSCR NZ flagsStam Markianos-Wright3-9/+76
2023-05-18arm: Mve backend + testsuite fixes 2Andrea Corallo1069-3493/+27416