aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-05-17vect: Don't retry if the previous analysis failsKewen Lin1-1/+1
2023-05-17RISC-V: Support RVV VREINTERPRET from v{u}int*_t to vbool1_tPan Li7-0/+105
2023-05-16Disable warnings as errors for STAGEautofeedback.Eugene Rozenfeld1-2/+3
2023-05-17rs6000: use lis;xoris to build constantJiufu Guo2-1/+16
2023-05-17Daily bump.GCC Administrator10-1/+558
2023-05-16c: Remove restrictions on declarations in 'for' loops for C2XJoseph Myers13-30/+142
2023-05-17PR modula2/109879 WholeIO.ReadCard and ReadInt should consume leading spaceGaius Mulley17-75/+243
2023-05-16c++: -Wdangling-reference not suppressed in template [PR109774]Marek Polacek2-3/+26
2023-05-16libstdc++: Disable cacheline alignment for DJGPP [PR109741]Jonathan Wakely5-2/+86
2023-05-16c++: desig init in presence of list ctor [PR109871]Patrick Palka2-8/+24
2023-05-16rs6000: Enable REE pass by default“Ajit Kumar Agarwal”2-2/+4
2023-05-16RISC-V: Fix wrong select_kind in riscv_compute_multilibKito Cheng1-3/+3
2023-05-16rs6000: Fix test int_128bit-runnable.c instruction countsCarl Love1-2/+2
2023-05-16rs6000: Fix test gc.target/powerpc/rs600-fpint.c test optionsCarl Love1-2/+1
2023-05-16PR modula2/108344 disable default opening of /dev/ttyGaius Mulley2-27/+41
2023-05-16aarch64: Allow moves after tied-register intrinsics (2nd edition)Richard Sandiford2-0/+20
2023-05-16libstdc++: Stop using TR1 macros in <cctype> and <cfenv>Jonathan Wakely6-6/+157
2023-05-16libstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in <cstdint>Jonathan Wakely14-19/+372
2023-05-16libstdc++: Stop using _GLIBCXX_USE_C99_COMPLEX_TR1 in <complex>Jonathan Wakely5-7/+103
2023-05-16libstdc++: Add assertion to debug_allocator testJonathan Wakely1-1/+2
2023-05-16libstdc++: Require tzdb support for chrono::zoned_time printer testJonathan Wakely1-1/+2
2023-05-16libstdc++: Do not use pthread_mutex_clocklock with ThreadSanitizerJonathan Wakely2-2/+2
2023-05-16ada: Add "gnat --help-ada" text for new switches.Steve Baird1-0/+4
2023-05-16ada: Use accumulator type in expansion of 'Reduce attributeEric Botcazou1-10/+62
2023-05-16ada: Fix missing warning on aggregate with iterated componentEric Botcazou1-1/+0
2023-05-16ada: Fix crash on iterated component in expression functionEric Botcazou1-6/+8
2023-05-16ada: Fix internal error on 'Image applied to array componentEric Botcazou1-2/+21
2023-05-16ada: Fix internal error on chain of predicated record typesEric Botcazou1-6/+21
2023-05-16ada: Update proof of runtime unitsYannick Moy6-45/+31