aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-13ada: Restore fix for controlled dynamic allocation with BIP function callEric Botcazou4-75/+64
2024-05-13ada: Avoid crash on illegal constrained type declarationsPiotr Trojanek1-1/+4
2024-05-13ada: Fix pragma Compile_Time_Error for alignment of array typesEric Botcazou1-5/+7
2024-05-13ada: Enable casing on composite via -X0 instead of -XSteve Baird4-269/+269
2024-05-13ada: Fix internal error with Put_Image aspect on access-to-class-wide typeEric Botcazou1-0/+5
2024-05-13ada: Simplify uses of readdir_gnat with object overlayPiotr Trojanek2-17/+5
2024-05-13ada: Refactor GNAT.Directory_Operations.Read to minimise runtime checksPiotr Trojanek1-8/+8
2024-05-13ada: Compiler crash on nonstatic container aggregates for Doubly_Linked_ListsGary Dismukes1-98/+149
2024-05-13Fortran: Fix wrong code in unlimited polymorphic assignment [PR113363]Paul Thomas4-14/+151
2024-05-13Revert "MIPS: Support constraint 'w' for MSA instruction"YunQiang Su2-12/+0
2024-05-13MAINTAINERS: Add myself to write after approvalXiao Zeng1-0/+1
2024-05-12Fortran: fix frontend memleakHarald Anlauf1-1/+1
2024-05-12arm: Use utxb rN, rM, ror #8 to implement zero_extract on armv6.Roger Sayle2-0/+104
2024-05-12[to-be-committed,RISC-V] Improve usage of slli.uw in constant synthesisJeff Law2-4/+299
2024-05-12[to-be-committed] RISC-V Fix minor regression in synthesis WRT bseti usageJeff Law2-3/+37
2024-05-12Regenerate cygming.opt.urls and mingw.opt.urlsMark Wielaard2-5/+4
2024-05-12Fortran: Unlimited polymorphic intrinsic function arguments [PR84006]Paul Thomas5-20/+257
2024-05-11Fortran: fix dependency checks for inquiry refs [PR115039]Harald Anlauf2-1/+21
2024-05-11[PATCH v4 4/4] Output S_COMPILE3 symbol in CodeView debug sectionMark Harmstone1-0/+126
2024-05-11[PATCH v2 3/4] Output line numbers in CodeView sectionMark Harmstone4-1/+322
2024-05-11[PATCH v2 2/4] Output file checksums in CodeView sectionMark Harmstone3-0/+260
2024-05-11[PATCH v2 1/4] Support for CodeView debugging formatMark Harmstone11-5/+177
2024-05-11tree-optimization/114760 - check variants of >> and << in loop-niterdzhao.ampere3-14/+131
2024-05-11[prange] Default unimplemented prange operators to false.Aldy Hernandez1-40/+15
2024-05-11[prange] Do not trap by default on range dispatch mismatches.Aldy Hernandez1-6/+17
2024-05-10c++: Implement __is_nothrow_invocable built-in traitKen Matsui5-0/+77
2024-05-10c++: Implement __is_invocable built-in traitKen Matsui10-0/+724
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