aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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-17Disable warnings as errors for STAGEautofeedback.Eugene Rozenfeld2-3/+8
2023-05-18Daily bump.GCC Administrator10-1/+400
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-17libstdc++: Fix up some <cmath> templates [PR109883]Jakub Jelinek2-117/+229
2023-05-17libstdc++: Uncomment checks for <limits> enumeration typesJonathan Wakely1-2/+0
2023-05-17RISC-V: Remove masking third operand of rotate instructionsJivan Hakobyan12-111/+75
2023-05-17libstdc++: Add system_header pragma to <bits/c++config.h>Jonathan Wakely1-0/+2
2023-05-17libstdc++: Implement LWG 3877 for std::expected monadic opsJonathan Wakely2-24/+88
2023-05-17i386: Fix up types in __builtin_{inf,huge_val,nan{,s},fabs,copysign}q builtin...Jakub Jelinek2-1/+33
2023-05-17tree-ssa-math-opts: correct -ffp-contract= checkAlexander Monakov1-1/+1
2023-05-17i386: Adjust emulated integer vector mode multiplication costsUros Bizjak1-28/+44
2023-05-17WriteInt in the ISO libraries should not emit '+' for positive valuesGaius Mulley4-12/+12
2023-05-17libstdc++: use __bool_constant instead of integral_constantKen Matsui1-16/+16
2023-05-17RISC-V: Add mode switching target hook to insert rounding mode config for fix...Juzhe-Zhong10-2/+249
2023-05-17RISC-V: Introduce rounding mode operand into fixed-point intrinsicsJuzhe-Zhong52-426/+543
2023-05-17Fix PR 106900: array-bounds warning inside simplify_builtin_callAndrew Pinski1-2/+2
2023-05-17RISC-V: Add rounding mode enum for fixed-point intrinsicsJuzhe-Zhong3-0/+56
2023-05-17Add Value_Range::operator=.Aldy Hernandez1-0/+25
2023-05-17Provide support for copying unsupported ranges.Aldy Hernandez2-1/+16
2023-05-17Add support for vrange streaming.Aldy Hernandez3-0/+109
2023-05-17doc: Describe behaviour of enums with fixed underlying type [PR109532]Jonathan Wakely1-0/+4
2023-05-17Fortran/OpenMP: Fix mapping of array descriptors and deferred-length stringsTobias Burnus13-140/+1877
2023-05-17libstdc++: Regenerate configureJonathan Wakely1-0/+1
2023-05-17s390: Implement TARGET_ATOMIC_ALIGN_FOR_MODEStefan Schulze Frielinghaus4-0/+74
2023-05-17wide-int: Fix up function commentJakub Jelinek1-1/+1
2023-05-17c++: Don't try to initialize zero width bitfields in zero initialization [PR1...Jakub Jelinek2-6/+26