aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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-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 Administrator13-1/+2249
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-Fischer11-61/+60
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-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
2023-05-18arm: Fix vstrwq* backend + testsuiteAndrea Corallo33-178/+922
2023-05-18arm: Mve testsuite improvementsAndrea Corallo194-1035/+5171
2023-05-18Machine_Mode: Extend machine_mode from 8 to 16 bitsPan Li12-78/+85
2023-05-18Daily bump.GCC Administrator7-1/+344
2023-05-18c: Handle printf %B like %b for C2xJoseph Myers3-17/+15
2023-05-17Fix type error of 'switch (SUBREG_BYTE (op)).'Jin Ma1-0/+1
2023-05-17RISC-V: Remove trailing spaces on lines.Jin Ma4-7/+7
2023-05-17Add clear_cache expander.John David Anglin1-0/+17
2023-05-17doc: Fix a pinch of typos in extend.texiArsen Arsenović1-3/+3
2023-05-17Fortran: set shape of initializers of zero-sized arrays [PR95374,PR104352]Harald Anlauf2-2/+29
2023-05-17RISC-V: Remove masking third operand of rotate instructionsJivan Hakobyan12-111/+75